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();
|
||||
PasswordUtil passwordUtil = new PasswordUtil();
|
||||
try {
|
||||
loginUser.setKataSandi(passwordUtil.encryptPassword("admin")); // password
|
||||
// default
|
||||
// pegawai
|
||||
// baru
|
||||
/**
|
||||
* password default pegawai baru
|
||||
*/
|
||||
loginUser.setKataSandi(passwordUtil.encryptPassword("rsabhk79"));
|
||||
} catch (NoSuchAlgorithmException | UnsupportedEncodingException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user