From e0c4deaeb7596fc44fa23ebc2f7a521efcc28b1c Mon Sep 17 00:00:00 2001 From: Tastatur <ihdidg.d049j@aleeas.com> Date: Fri, 29 Dec 2023 21:37:46 +0100 Subject: [PATCH] Added notice in PAM --- docs/alpine-desktop-setup/post-install/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/alpine-desktop-setup/post-install/security.md b/docs/alpine-desktop-setup/post-install/security.md index 579152a..d32487b 100644 --- a/docs/alpine-desktop-setup/post-install/security.md +++ b/docs/alpine-desktop-setup/post-install/security.md @@ -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 ``` -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>