mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
Add files upload option in member editor
This commit is contained in:
parent
bac8a0ab9d
commit
def55840c5
5 changed files with 21 additions and 2 deletions
|
|
@ -173,7 +173,8 @@ class memberAdminController extends member
|
|||
'password_hashing_algorithm',
|
||||
'password_hashing_work_factor',
|
||||
'password_hashing_auto_upgrade',
|
||||
'update_nickname_log'
|
||||
'update_nickname_log',
|
||||
'member_allow_fileupload'
|
||||
);
|
||||
|
||||
if(!array_key_exists($args->password_hashing_algorithm, Rhymix\Framework\Password::getSupportedAlgorithms()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue