aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keycloak-theme/login/pages/shared/UserProfileFormFields.tsx12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/keycloak-theme/login/pages/shared/UserProfileFormFields.tsx b/src/keycloak-theme/login/pages/shared/UserProfileFormFields.tsx
index 2d76b2f..a95d47b 100644
--- a/src/keycloak-theme/login/pages/shared/UserProfileFormFields.tsx
+++ b/src/keycloak-theme/login/pages/shared/UserProfileFormFields.tsx
@@ -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(() => {