Merged in fix/SW-3111-mismatch-password-rules (pull request #2482)

fix(SW-3111): Added test for passwordValidator and updated pw validation

* fix(SW-3111): Added test for passwordValidator and updated pw validation

* fix: make sure regex is matching Curity

* Added error message to input field and changed message

* Fixed text


Approved-by: Christian Andolf
This commit is contained in:
Tobias Johansson
2025-07-01 05:51:31 +00:00
committed by Linus Flood
parent f207cf6601
commit f0701d6e20
3 changed files with 113 additions and 4 deletions

View File

@@ -194,6 +194,10 @@ function NewPasswordValidation({
},
{ count: 1 }
)
case "allowedCharacters":
return intl.formatMessage({
defaultMessage: "Only allowed characters",
})
}
}