diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-30 17:12:45 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-30 17:12:45 +0000 |
| commit | cf876a73fbd2108a4d55c185dbf7df780d2eb4f2 (patch) | |
| tree | 0725b59835d7e677089eb1b3ff11759873d9034e /roundcubemail/plugins/password/config.inc.php | |
| parent | aa8bd30590dc8499e0b0a6f801c4956f8f712f61 (diff) | |
Use html_table class to build password form + add german localizations + codestyle (no tabs, just spaces)
git-svn-id: https://svn.roundcube.net/trunk@2687 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/password/config.inc.php')
| -rw-r--r-- | roundcubemail/plugins/password/config.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/plugins/password/config.inc.php b/roundcubemail/plugins/password/config.inc.php index e70ea7aae..8bce0cc69 100644 --- a/roundcubemail/plugins/password/config.inc.php +++ b/roundcubemail/plugins/password/config.inc.php @@ -18,9 +18,9 @@ $rcmail_config['password_db_dsn'] = ''; // The SQL query used to change the password. // The query can contain the following macros that will be expanded as follows: -// %p is replaced with the plaintext new password +// %p is replaced with the plaintext new password // %c is replaced with the crypt version of the new password, MD5 if available -// otherwise DES. +// otherwise DES. // %u is replaced with the username (from the session info) // %o is replaced with the password before the change // %h is replaced with the imap host (from the session info) |
