From 4ca97c3ea420566f047f6eb454d1396ef6efe6b4 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Mon, 4 Apr 2016 12:34:36 -0400 Subject: [PATCH] =?UTF-8?q?Issue=20#5186:=20improve=20comments=20about=20?= =?UTF-8?q?=E2=80=98password=5Fcharset=E2=80=99=20setting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/defaults.inc.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/defaults.inc.php b/config/defaults.inc.php index a482e2826..109ddac87 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -496,9 +496,10 @@ $config['username_domain_forced'] = false; // For example %n = mail.domain.tld, %t = domain.tld $config['mail_domain'] = ''; -// Password charset. -// Use it if your authentication backend doesn't support UTF-8. -// Defaults to ISO-8859-1 for backward compatibility +// Password character set. +// If your authentication backend supports it, use "UTF-8". +// Otherwise, use the appropriate character set. +// Defaults to ISO-8859-1 for backward compatibility. $config['password_charset'] = 'ISO-8859-1'; // How many seconds must pass between emails sent by a user