Changeset 5060 for trunk/include
- Timestamp:
- Mar 6, 2010, 4:07:08 PM (15 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/config_default.inc.php
r5014 r5060 330 330 // etc. ... And it will be impossible to use such login variation to create a 331 331 // new user account. 332 $conf[' no_case_sensitive_for_login'] = false;332 $conf['insensitive_case_logon'] = false; 333 333 334 334 // how should we check for unicity when adding a photo. Can be 'md5sum' or -
trunk/include/functions_user.inc.php
r5021 r5060 119 119 } 120 120 121 if ($conf[' no_case_sensitive_for_login'] == true)121 if ($conf['insensitive_case_logon'] == true) 122 122 { 123 123 $login_error = validate_login_case($login);
Note: See TracChangeset
for help on using the changeset viewer.