I want to change the error string in the Password reset screen, not sure how to go about it. I referred to this link and made changes to the HTML as shown below in code. But I don’t see it working.
new Auth0ChangePassword({
.
.
dict: {
error: {
signUp: {
password_dictionary_error: ‘That password is too common.’,
}
},
}
});
Thank you for responding to my query, I did see the Auth0Lock options. I tried them and was seeing errors in the browser console. I realized that the Auth0Lock works on the Login screen but not that well on the “Password Reset”.
For auth0lock config to work, it looks for certain URL parameters, these parameters are not seen in the password reset screen.