mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Set default value for password reset method on new install
This commit is contained in:
parent
5b3da67f29
commit
c4a9da23b0
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ class Member extends ModuleObject
|
|||
$config = MemberModel::getMemberConfig();
|
||||
$config->mid = 'member';
|
||||
$config->force_mid = true;
|
||||
$config->password_reset_method = 2;
|
||||
$this->createMid($config->mid);
|
||||
$oModuleController->insertModuleConfig('member', $config);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue