From 64608bf2ef7fc5b6cedfb666c5f78a5771c58556 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 25 Feb 2010 10:56:01 +0000 Subject: - Password: Make passwords encoding consistent with core, add 'password_charset' global option (#1486473) --- config/main.inc.php.dist | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') 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; -- cgit v1.2.3