From 38612e76e4f0edf0cc1e30543e76ade1e85bd035 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 19 Apr 2010 18:01:10 +0000 Subject: - fix %D variable description git-svn-id: https://svn.roundcube.net/trunk@3506 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/password/config.inc.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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 -- cgit v1.2.3