mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
Modify member module to make use of improved password hashing
This commit is contained in:
parent
7499a2a6c7
commit
7c6b82a522
8 changed files with 156 additions and 59 deletions
|
|
@ -129,8 +129,10 @@ class memberAdminView extends member
|
|||
*/
|
||||
public function dispMemberAdminConfig()
|
||||
{
|
||||
$oPassword = new Password();
|
||||
Context::set('password_hashing_algos', $oPassword->getSupportedAlgorithms());
|
||||
|
||||
$this->setTemplateFile('default_config');
|
||||
|
||||
}
|
||||
|
||||
public function dispMemberAdminSignUpConfig()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue