mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +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:
@@ -329,7 +329,7 @@ $conf['double_password_type_in_admin'] = false;
|
||||
// If set true, the login "user" will equal "User" or "USER" or "user",
|
||||
// etc. ... And it will be impossible to use such login variation to create a
|
||||
// new user account.
|
||||
$conf['no_case_sensitive_for_login'] = false;
|
||||
$conf['insensitive_case_logon'] = false;
|
||||
|
||||
// how should we check for unicity when adding a photo. Can be 'md5sum' or
|
||||
// 'filename'
|
||||
|
||||
Reference in New Issue
Block a user