mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-19 08:02:59 +02:00
Renaming $conf['no_case_sensitive_for_login'] to $conf['insensitive_case_logon'] according with VDigital's proposal
git-svn-id: http://piwigo.org/svn/trunk@5060 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -118,7 +118,7 @@ function register_user($login, $password, $mail_address,
|
||||
array_push($errors, $mail_error);
|
||||
}
|
||||
|
||||
if ($conf['no_case_sensitive_for_login'] == true)
|
||||
if ($conf['insensitive_case_logon'] == true)
|
||||
{
|
||||
$login_error = validate_login_case($login);
|
||||
if ($login_error != '')
|
||||
|
||||
Reference in New Issue
Block a user