Multiple fields describe password status.
-*"Login by password disabled"*::
-'yes' means that there is no valid password. The password hash is missing, or the hash method is unknown or contains invalid chars.
+*"Password is locked"*::
+The password is prefixed by '!!', and the user cannot login although the password is set or empty. This is common for new accounts without a set password.
*"Password not required (empty)"*::
The password is not set (hash is missing); this is common for locked system accounts. Not requiring a password does not mean the user can log-in without a password. It depends on the password "lock" status.
-*"Password is locked"*::
-The password is prefixed by '!!', and the user cannot login although the password is set or empty. This is common for new accounts without a set password.
+*"Login by password disabled"*::
+'yes' means that there is no valid password. The password hash is missing, or the hash method is unknown or contains invalid chars.
== HISTORY