I’m finding myself adding password validation via Regex in KeyCloak 9.0.2.
At the time of validation, when this fails I am receiving an error message associated with that regular expression, which is not clear to the end user trying to change their password.
I would like to know if there is any way to customize that message.
The interaction I have for KeyCloak is only through the administrative console.
Thanks in advance.