mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
#270 비밀번호 보안수준 설정 기능 추가
This commit is contained in:
parent
5cfc8c7c4c
commit
4c2def5ea1
10 changed files with 114 additions and 4 deletions
|
|
@ -155,7 +155,8 @@ class memberAdminController extends member
|
|||
'enable_join',
|
||||
'enable_confirm',
|
||||
'webmaster_name',
|
||||
'webmaster_email'
|
||||
'webmaster_email',
|
||||
'password_strength'
|
||||
);
|
||||
|
||||
if((!$args->webmaster_name || !$args->webmaster_email) && $args->enable_confirm == 'Y')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue