diff --git a/create-user.sh b/create-user.sh index 8277979..a120547 100644 --- a/create-user.sh +++ b/create-user.sh @@ -72,3 +72,4 @@ echo echo "[✓] User '$NEWUSER_NAME' setup complete." [[ -n "$NEWUSER_GROUPS" ]] && echo "[✓] Groups added: $NEWUSER_GROUPS" echo "[✓] SSH access configured." +echo "[!] Interactive users may need (passwd -d ) to allow self-set."