perubahan default password rekam data pegawai baru
This commit is contained in:
parent
2514f9285a
commit
93ae5f9bfd
@ -2576,10 +2576,10 @@ public class RekamDataPegawaiServiceImpl extends BaseVoServiceImpl implements Re
|
|||||||
LoginUser loginUser = new LoginUser();
|
LoginUser loginUser = new LoginUser();
|
||||||
PasswordUtil passwordUtil = new PasswordUtil();
|
PasswordUtil passwordUtil = new PasswordUtil();
|
||||||
try {
|
try {
|
||||||
loginUser.setKataSandi(passwordUtil.encryptPassword("admin")); // password
|
/**
|
||||||
// default
|
* password default pegawai baru
|
||||||
// pegawai
|
*/
|
||||||
// baru
|
loginUser.setKataSandi(passwordUtil.encryptPassword("rsabhk79"));
|
||||||
} catch (NoSuchAlgorithmException | UnsupportedEncodingException e) {
|
} catch (NoSuchAlgorithmException | UnsupportedEncodingException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user