aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fripost-docs.org4
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';