Modify member module to make use of improved password hashing

This commit is contained in:
Kijin Sung 2014-11-12 19:28:00 +09:00
parent 7499a2a6c7
commit 7c6b82a522
8 changed files with 156 additions and 59 deletions

View file

@ -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()