Revize c478920d
Přidáno uživatelem Ondřej Fibich před asi 9 roky(ů)
application/libraries/Settings.php | ||
---|---|---|
// is bannet from using of this connection (redirected)
|
||
'applicant_connection_test_duration' => 14,
|
||
|
||
/**
|
||
* API
|
||
*/
|
||
// API disabled by default
|
||
'api_enabled' => FALSE,
|
||
// API auth method (basic|digest)
|
||
'api_auth_type' => 'basic',
|
||
|
||
/**
|
||
* CGI SCRIPTS SETTINGS
|
||
*/
|
||
... | ... | |
// contact duplicities
|
||
'user_email_duplicities_enabled' => FALSE,
|
||
'user_phone_duplicities_enabled' => FALSE,
|
||
|
||
// user birthday settings
|
||
'users_birthday_empty_enabled' => 0,
|
||
|
||
// username regex #360
|
||
'username_regex' => '/^[a-z][a-z0-9_]{4,}$/',
|
Také k dispozici: Unified diff
Undo my stupid mistake (I have pushed issue-957 to master instead of develop). Do I have copied files from GitHub master and push them back..