made pwdHash help entry more generic

This commit is contained in:
Roland Gruber 2004-10-02 18:43:20 +00:00
parent 4c30d35826
commit 8b1fc57bea
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ class posixGroup extends baseModule {
'pwdHash' => array(
"ext" => "FALSE",
"Headline" => _("Password hash type"),
"Text" => _("LAM supports CRYPT, SHA, SSHA, MD5 and SMD5 to generate the hash value of an user password. SSHA and CRYPT are the most common but CRYPT does not support passwords greater than 8 letters. We do not recommend to use plain text passwords."))
"Text" => _("LAM supports CRYPT, SHA, SSHA, MD5 and SMD5 to generate the hash value of passwords. SSHA and CRYPT are the most common but CRYPT does not support passwords greater than 8 letters. We do not recommend to use plain text passwords."))
);
return $return;