-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Add a PasswordPoliciesBean to the FreeMarker context. #32625
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 8000 and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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.
Thank you for this PR.
GitHub reports "This branch has conflicts that must be resolved". Please rebase and resolve the conflicts. With conflicts, no check will run. Completed checks are the prerequisite for this to be merged.
I'll switch it to "draft" in the meantime. Switch it to "ready for review" once the conflicts have been resolved.
Closes keycloak#32553 Signed-off-by: Garth <244253+xgp@users.noreply.github.com>
d45799f
to
d6b8095
Compare
@ahus1 Thanks. I rebased and fixed the conflicts. |
Unreported flaky test detectedIf the flaky tests below are affected by the changes, please review and update the changes accordingly. Otherwise, a maintainer should report the flaky tests prior to merging the PR. org.keycloak.testsuite.webauthn.WebAuthnPropertyTest#requiredActionRegistrationKeycloak CI - WebAuthn IT (chrome)
org.keycloak.testsuite.webauthn.registration.passwordless.PwdLessResidentKeyRegTest#residentKeyNotRequiredNoRKKeycloak CI - WebAuthn IT (chrome)
org.keycloak.testsuite.forms.ResetPasswordTest#resetPasswordDisabledUserKeycloak CI - Forms IT (chrome)
org.keycloak.testsuite.forms.ResetPasswordTest#resetPasswordTwiceKeycloak CI - Forms IT (chrome)
org.keycloak.testsuite.forms.ResetPasswordTest#resetPasswordExpiredCodeShortPerActionMultipleTimeoutsKeycloak CI - Forms IT (chrome)
|
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.
Unreported flaky test detected, please review
Closes #32553
services/src/main/java/org/keycloak/forms/login/freemarker/model/PasswordPoliciesBean.java
services/src/main/java/org/keycloak/forms/login/freemarker/FreeMarkerLoginFormsProvider.java
createCommonAttributes
method to add the bean with keypasswordPolicies
.