From 81322fc33f2827c09060f5a59588479f3a3717b9 Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 20 Apr 2010 10:13:42 +0000 Subject: - describe password_dovecotpw_with_method option git-svn-id: https://svn.roundcube.net/trunk@3511 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/password/config.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins') 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 -- cgit v1.2.3