From 215935150edc652cab43527789f7d3075e340633 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 05 Apr 2016 02:12:15 -0400
Subject: [PATCH] Merge pull request #5189 from seanm/master

---
 config/defaults.inc.php |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/config/defaults.inc.php b/config/defaults.inc.php
index a482e28..109ddac 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -496,9 +496,10 @@
 // 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

--
Gitblit v1.9.1