Skip to content

Commit

Permalink
Remove V2 from passwordExpiry config name.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeethJJ committed Nov 13, 2023
1 parent 0716ec6 commit d40a682
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public class PasswordPolicyConstants {
"Allow users to reset the password after configured number of days";
public static final String CONNECTOR_CONFIG_SUB_CATEGORY = "DEFAULT";
public static final String PASSWORD_EXPIRED_ERROR_MESSAGE = "Password has expired";
public static final String CONNECTOR_CONFIG_NAME = "passwordExpiryV2";
public static final String CONNECTOR_CONFIG_FRIENDLY_NAME = "Password Expiry v2";
public static final String CONNECTOR_CONFIG_NAME = "passwordExpiry";
public static final String CONNECTOR_CONFIG_FRIENDLY_NAME = "Password Expiry";
public static final String CONNECTOR_CONFIG_CATEGORY = "Password Policies";
public static final String PASSWORD_GRANT_POST_AUTHENTICATION_EVENT = "PASSWORD_GRANT_POST_AUTHENTICATION";
public static final String AUTHENTICATION_STATUS = "authenticationStatus";
Expand Down

0 comments on commit d40a682

Please sign in to comment.