diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-20 10:13:42 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-20 10:13:42 +0000 |
| commit | 81322fc33f2827c09060f5a59588479f3a3717b9 (patch) | |
| tree | fa46e10c2f9fe2856e47134de16d9bdf0a5e064a /plugins | |
| parent | 52f37b41c2d7514fc372963a92ff63a99a86bac0 (diff) | |
- describe password_dovecotpw_with_method option
git-svn-id: https://svn.roundcube.net/trunk@3511 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/password/config.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/password/config.inc.php.dist b/plugins/password/config.inc.php.dist index 6a9bf3f6c..98cdc1d72 100644 --- a/plugins/password/config.inc.php.dist +++ b/plugins/password/config.inc.php.dist @@ -50,6 +50,9 @@ $rcmail_config['password_query'] = 'SELECT update_passwd(%c, %u)'; // Dovecot method (dovecotpw -s 'method') $rcmail_config['password_dovecotpw_method'] = 'CRAM-MD5'; +// Enables use of password with crypt method prefix in %D, e.g. {MD5}$1$LUiMYWqx$fEkg/ggr/L6Mb2X7be4i1/ +$rcmail_config['password_dovecotpw_with_method'] = false; + // Using a password hash for %n and %q variables. // Determine which hashing algorithm should be used to generate // the hashed new and current password for using them within the |
