-
Notifications
You must be signed in to change notification settings - Fork 220
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
Feature - Rule-based password expiry #841
Feature - Rule-based password expiry #841
Conversation
...word.expiry/src/main/java/org/wso2/carbon/identity/password/expiry/models/AttributeEnum.java
Outdated
Show resolved
Hide resolved
....expiry/src/main/java/org/wso2/carbon/identity/password/expiry/util/PasswordPolicyUtils.java
Outdated
Show resolved
Hide resolved
PR builder started |
Issue mentioned in wso2/product-is#20865 is also addressed by this fix. |
PR builder completed |
...in/java/org/wso2/carbon/identity/password/expiry/models/PasswordExpiryRuleAttributeEnum.java
Show resolved
Hide resolved
...expiry/src/main/java/org/wso2/carbon/identity/password/expiry/models/PasswordExpiryRule.java
Outdated
Show resolved
Hide resolved
...expiry/src/main/java/org/wso2/carbon/identity/password/expiry/models/PasswordExpiryRule.java
Outdated
Show resolved
Hide resolved
...expiry/src/main/java/org/wso2/carbon/identity/password/expiry/models/PasswordExpiryRule.java
Outdated
Show resolved
Hide resolved
...expiry/src/main/java/org/wso2/carbon/identity/password/expiry/models/PasswordExpiryRule.java
Show resolved
Hide resolved
...g/wso2/carbon/identity/password/expiry/internal/EnforcePasswordResetComponentDataHolder.java
Show resolved
Hide resolved
PR builder started |
PR builder started |
PR builder completed |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/10399393829
Proposed changes in this pull request
passwordExpiry.skipIfNoApplicableRules
to change the fallback behavior of rule-based password expiry. This configuration allows admin to choose whether to skip password expiration or apply the default password expiry days to all users if no specific rules are applicable.Sample Response:
Related Issues