Realtime input validation
Last updated
Was this helpful?
Last updated
Was this helpful?
In reality the regexp used in this gif doesn't work server side, the regexp pattern should be ^[^@]@gmail\.com$
(the RegExp should match the whole string) ๐ฌ.
User Profile is a Keycloak feature that enables to , what information you want to collect on your users in the register page and to validate inputs !
NOTE: User profile is only available in Keycloak 15 and it's a beta feature that and .
Keycloakify provides client side validation out of the box but for customizing the registration experience you'll have customize register-user-profile.ftl
Example in the starter project:
As for right now in the admin console. You can however pass validators for it to the useFormValidation
function. (this is why useFormValidation returns attributesWithPassword
)