This commit is contained in:
garronej 2023-07-07 17:44:26 +02:00
parent 476d748f9d
commit 4c3bdf627e

View file

@ -25,17 +25,7 @@ export function UserProfileFormFields(props: UserProfileFormFieldsProps) {
attributesWithPassword
} = useFormValidation({
kcContext,
i18n,
// Unfortunately, the password policies that you might have defined on the server
// are not made available by Keycloak on the client side. See: https://keycloak.discourse.group/t/make-password-policies-available-to-freemarker/11632
// Therefore, we have to hardcode the password policies here if we want real-time validation.
// Don't worry, the server will still validate the password when the form is submitted.
"passwordValidators": {
"length": {
"ignore.empty.value": true,
"min": "4"
}
}
i18n
});
useEffect(() => {