Hello,
We have a custom Action Form set up in our Auth0 tenant that gets called when a user must reset their password. This Auth0 Action Form uses the built-in “Password” field that allows users to set a new password. However, it doesn’t display errors when a user reuses a previous password. Instead, it silently fails and returns to our site. We’d prefer it if the set password field displayed the proper error to the user so that they can try to set a new password again on that same page.
The built-in Password field should reject passwords that don’t conform to the password policies of the Auth0 Database Connection. It appears to be doing that, but it isn’t displaying the errors to the user.