summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-02-25 10:56:01 +0000
committeralecpl <alec@alec.pl>2010-02-25 10:56:01 +0000
commit64608bf2ef7fc5b6cedfb666c5f78a5771c58556 (patch)
tree0392d04e75f95884324321406ad81ef1334baf42 /config
parent951c07b1b16e1635f4563239cf55664a92b7c290 (diff)
- Password: Make passwords encoding consistent with core, add 'password_charset' global option (#1486473)
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index f88226514..c35d4e1fc 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -123,6 +123,11 @@ $rcmail_config['smtp_auth_type'] = '';
// localhost if that isn't defined.
$rcmail_config['smtp_helo_host'] = '';
+// Password charset.
+// Use it if your authentication backend doesn't support UTF-8.
+// Defaults to ISO-8859-1 for backward compatibility
+$rcmail_config['password_charset'] = 'ISO-8859-1';
+
// Log sent messages
$rcmail_config['smtp_log'] = TRUE;