주석 수정

dev
이범준 5 months ago
parent 8bd4ff738d
commit d6ed41ca49

@ -26,7 +26,7 @@ public class AuthApiServiceBean extends AbstractServiceBean implements IAuthApiS
public LoginVO actionLogin(LoginVO vo) {
// 1. 입력한 비밀번호를 암호화한다.
// fims framework 암호화 적용
// xit-base framework 암호화 적용
//String enpassword = EgovFileScrty.encryptPassword(vo.getPassword(), vo.getId());
String enpassword = new CharsEncoder().encode(vo.getPassword());
vo.setPassword(enpassword);

Loading…
Cancel
Save