mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Add "email address" to default of identifiers
This commit is contained in:
parent
589ecf2561
commit
1ba26642d3
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class memberModel extends member
|
|||
|
||||
// Set login config
|
||||
$config->identifier = $config->identifier ?? 'user_id';
|
||||
$config->identifiers = $config->identifiers ?? array('user_id');
|
||||
$config->identifiers = $config->identifiers ?? array('user_id', 'email_address');
|
||||
$config->change_password_date = $config->change_password_date ?? 0;
|
||||
$config->enable_login_fail_report = $config->enable_login_fail_report ?? 'Y';
|
||||
$config->max_error_count = $config->max_error_count ?? 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue