1
0
mirror of https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git synced 2025-12-15 11:22:43 +03:00

Merge pull request #19 from mcrute/pr-password

Also lock account when changing password
This commit is contained in:
tomalok 2021-01-08 18:48:04 -08:00 committed by GitHub
commit a866c27e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ _resize_root_partition() {
}
_disable_password() {
echo "$1:*" | chpasswd -e
passwd -l "$1"
}
start() {