diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-05-14 23:32:48 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-05-14 23:32:48 +0200 |
commit | 322a8748eae34ee61c55507bfb5865ff4890cda8 (patch) | |
tree | c7cb642fd337b67b7c55687bd757a889ace920d9 | |
parent | 02239b51f73f2d67370b1a18f0101bcf6fed9a85 (diff) |
New policy for the passwords.
-rw-r--r-- | fripost-docs.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fripost-docs.org b/fripost-docs.org index 7c58c19..3514573 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -1829,8 +1829,8 @@ on this machine actually speaks to the master). $rcmail_config['password_driver'] = 'ldap_simple'; $rcmail_config['password_confirm_current'] = true; - $rcmail_config['password_minimum_length'] = 8; - $rcmail_config['password_require_nonalpha'] = true; + $rcmail_config['password_minimum_length'] = 12; + $rcmail_config['password_require_nonalpha'] = false; $rcmail_config['password_log'] = false; $rcmail_config['password_ldap_host'] = '127.0.0.1'; $rcmail_config['password_ldap_port'] = '3890'; |