summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-12 17:01:58 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-12 17:01:58 +0000
commit61d95b9ca704b8306c99febb363fb0df8b1748d1 (patch)
treeaef675468d8053f1fb52970fda760750074d303c
parent3d148a0ae25220fe46129d91a1f6d47b80c4b937 (diff)
- Add comment for login_lc option (#1487681)
git-svn-id: https://svn.roundcube.net/trunk@4751 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/config/main.inc.php.dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index ac20c0b6f..381795d87 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/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.