Added notice in PAM

This commit is contained in:
Tastatur 2023-12-29 21:37:46 +01:00
parent 257cedb113
commit e0c4deaeb7

View file

@ -169,7 +169,7 @@ The system can also enforce a stronger hash algorithm for a more secure login pr
password required pam_unix.so nullock sha512 shadow rounds=1000000 password required pam_unix.so nullock sha512 shadow rounds=1000000
``` ```
Then change your password so that it's also secure: If an account has already been made (which you shouldn't yet have at this point but still) then change your password so that it's also secure:
``` ```
# passwd <username> # passwd <username>