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:
commit
a866c27e06
@ -86,7 +86,7 @@ _resize_root_partition() {
|
||||
}
|
||||
|
||||
_disable_password() {
|
||||
echo "$1:*" | chpasswd -e
|
||||
passwd -l "$1"
|
||||
}
|
||||
|
||||
start() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user