You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Email verification by code
Changed
Email verification now uses a 6-digit code the user types on the Keycloak page, instead of a click-a-magic-link email (#80). Adds a custom VERIFY_EMAIL_CODE required-action SPI (emails the code, validates it, marks the email verified), a code email template, and an OTP code-entry page. The realm now defaults new registrations to this action (verifyEmail disabled).