mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
닉네임변경이력을 기록하도록 함
This commit is contained in:
parent
66994d35dc
commit
0db2dcc68e
11 changed files with 140 additions and 2 deletions
|
|
@ -162,7 +162,8 @@ class memberAdminController extends member
|
|||
'password_strength',
|
||||
'password_hashing_algorithm',
|
||||
'password_hashing_work_factor',
|
||||
'password_hashing_auto_upgrade'
|
||||
'password_hashing_auto_upgrade',
|
||||
'update_nickname_log'
|
||||
);
|
||||
|
||||
$oPassword = new Password();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue