alecpl
2011-05-12 caedd52361f8ba15aa6bfbc00cab7f55525f5edf
- Add comment for login_lc option (#1487681)


1 files modified
2 ■■■■■ changed files
config/main.inc.php.dist 2 ●●●●● patch | view | raw | blame | history
config/main.inc.php.dist
@@ -193,6 +193,8 @@
// 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.