summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-04-19 18:01:10 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-04-19 18:01:10 +0000
commit38612e76e4f0edf0cc1e30543e76ade1e85bd035 (patch)
tree6dc9bbb025035617fdff2d7537a99e29554ab805
parent71889c1973ef9f9f9babeaedf4cfcc9e7245e5fe (diff)
- fix %D variable description
git-svn-id: https://svn.roundcube.net/trunk@3506 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--plugins/password/config.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/password/config.inc.php.dist b/plugins/password/config.inc.php.dist
index 78d1c4ddb..6a9bf3f6c 100644
--- a/plugins/password/config.inc.php.dist
+++ b/plugins/password/config.inc.php.dist
@@ -30,7 +30,7 @@ $rcmail_config['password_db_dsn'] = '';
// %p is replaced with the plaintext new password
// %c is replaced with the crypt version of the new password, MD5 if available
// otherwise DES.
-// %D is replaced with dovecotpw crypt method
+// %D is replaced with the dovecotpw-crypted version of the new password
// %o is replaced with the password before the change
// %n is replaced with the hashed version of the new password
// %q is replaced with the hashed password before the change