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:
committed by
Linus Flood
parent
f207cf6601
commit
f0701d6e20
@@ -194,6 +194,10 @@ function NewPasswordValidation({
|
||||
},
|
||||
{ count: 1 }
|
||||
)
|
||||
case "allowedCharacters":
|
||||
return intl.formatMessage({
|
||||
defaultMessage: "Only allowed characters",
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user