Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove V2 from passwordExpiry config name #779

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading