Skip to content

Commit

Permalink
- Add comment for login_lc option (#1487681)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed May 12, 2011
1 parent bbd4ca8 commit caedd52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/main.inc.php.dist
Expand Up @@ -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.
Expand Down

0 comments on commit caedd52

Please sign in to comment.