Make pending email verification attribute removable by admin#43354
Make pending email verification attribute removable by admin#43354pedroigor merged 2 commits intokeycloak:mainfrom
Conversation
ccdb14c to
ab95be8
Compare
ssilvert
left a comment
There was a problem hiding this comment.
@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.
Thanks, @martin-kanis !
| isPlain | ||
| title={t("emailPendingVerificationAlertTitle")} | ||
| > | ||
| The user has not confirmed the new email address{" "} |
There was a problem hiding this comment.
This needs to be localized.
There was a problem hiding this comment.
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]>
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