alecpl
2009-09-12 2659ce1ee18f25a8a33beeccf6172513f3b58d88
plugins/password/config.inc.php.dist
@@ -9,6 +9,14 @@
// Default: false.
$rcmail_config['password_confirm_current'] = true;
// Require the new password to be a certain length.
// set to blank to allow passwords of any length
$rcmail_config['password_minimum_length'] = 0;
// Require the new password to contain a letter and punctuation character
// Change to false to remove this check.
$rcmail_config['password_require_nonalpha'] = false;
// SQL Driver options
// ------------------