|
@@ -229,7 +229,7 @@ public class StaffController extends LifeCenterController {
|
|
|
if (mCnt == 1) {
|
|
|
if (!passwordNew.equals("")) {
|
|
|
if (passwordNew.equals(passwordConfirm)) {
|
|
|
- dto.setPassword(LifeCenterFunction.aesEncrypt(config.aesKey, config.IV, passwordNew));
|
|
|
+ dto.setPassword(LifeCenterFunction.sha256Encrypt(passwordNew));
|
|
|
}
|
|
|
}
|
|
|
memberService.updateMember(dto);
|