summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-05-12 17:01:58 +0000
committeralecpl <alec@alec.pl>2011-05-12 17:01:58 +0000
commitcaedd52361f8ba15aa6bfbc00cab7f55525f5edf (patch)
treef41f8f52cc3ba2400f8ca16d012d1bfb0ba38113 /config
parentbbd4ca89efdd63ba85ff9f3369c4f9e847ec7bb0 (diff)
- Add comment for login_lc option (#1487681)
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index ac20c0b6f..381795d87 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -193,6 +193,8 @@ $rcmail_config['login_autocomplete'] = 0;
// If users authentication is not case sensitive this must be enabled.
// You can also use it to force conversion of logins to lower case.
+// After enabling it all user records need to be updated, e.g. with query:
+// UPDATE users SET username = LOWER(username);
$rcmail_config['login_lc'] = false;
// automatically create a new Roundcube user when log-in the first time.