-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Make pending email verification attribute removable by admin #43354
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
Conversation
ccdb14c to
ab95be8
Compare
ssilvert
left a comment
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.
@martin-kanis This is only meant for the admin UI, right?
the ui-shared library is meant for code that is common to both admin console and account console. So I'm a little hesitant to add all this code to the library. Can you think of a way to do this were the code that only applies to admin console stays in the admin-ui code base?
The first option was to just allow the admin to clear the value (deleting text) and then click |
0001778 to
690463a
Compare
pedroigor
left a comment
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.
Thanks, @martin-kanis !
| isPlain | ||
| title={t("emailPendingVerificationAlertTitle")} | ||
| > | ||
| The user has not confirmed the new email address{" "} |
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.
This needs to be localized.
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.
Fixed. I did not find a way to bold the email in the message property. Is it possible to do that?
Closes keycloak#43351 Signed-off-by: Martin Kanis <[email protected]>
Signed-off-by: Pedro Igor <[email protected]>
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
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.account.AccountRestServiceTest#listApplicationsWithoutPermissionKeycloak CI - Java Distribution IT (windows-latest - temurin - 17) |
Closes #43351