mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
프로필 사진 보기를 옵션을 선택할 수 있게 개선
This commit is contained in:
parent
7464357ef5
commit
0d7be7efe0
4 changed files with 16 additions and 3 deletions
|
|
@ -186,7 +186,8 @@ class memberAdminController extends member
|
|||
'password_hashing_auto_upgrade',
|
||||
'password_change_invalidate_other_sessions',
|
||||
'update_nickname_log',
|
||||
'member_allow_fileupload'
|
||||
'member_allow_fileupload',
|
||||
'member_profile_view'
|
||||
);
|
||||
|
||||
if(!array_key_exists($args->password_hashing_algorithm, Rhymix\Framework\Password::getSupportedAlgorithms()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue