Ignore:
Timestamp:
Dec 5, 2009, 8:55:21 PM (14 years ago)
Author:
Eric
Message:

Feature 0000796 fixed : Strengthen login handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r4357 r4429  
    325325// Define using double password type in admin's users management panel
    326326$conf['double_password_type_in_admin'] = false;
     327
     328// Define if logins must be case sentitive or not at users registration. ie :
     329// If set true, the login "user" will equal "User" or "USER" or "user",
     330// etc. ... And it will be impossible to use such login variation to create a
     331// new user account.
     332$conf['no_case_sensitive_for_login'] = false;
    327333
    328334// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.