ForgotPassword
This commit is contained in:
@@ -67,6 +67,11 @@ public class ChangePassword extends JpaBaseEntity{
|
||||
this.setInstId(userInfo.getInstId());
|
||||
}
|
||||
|
||||
public void clearPassword() {
|
||||
this.password ="";
|
||||
this.decipherable = "";
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the id
|
||||
*/
|
||||
|
||||
@@ -152,6 +152,7 @@ public class PasswordPolicyRepository {
|
||||
|
||||
|
||||
public ArrayList<Rule> getPasswordPolicyRuleList() {
|
||||
getPasswordPolicy();
|
||||
return passwordPolicyRuleList;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user