Customizing Breached Password Error Message in Auth0
Sep 10, 2025
Overview
We have detected a potential security issue with this account. To protect your accounts, we have prevented this login.
Please reset your password to proceed.
However, the screen does not provide a direct option to Reset Password. Instead, only a Forgot Password link is available.
Users may find this confusing as they are instructed to reset their password but do not see a straightforward way to do so. The objective is to customize the error message to instruct users to use the Forgot Password link to reset their password.
Solution
- Access the Auth0 Dashboard: Log in to the Auth0 account and navigate to the Dashboard.
- Go to Branding: In the left-hand menu, select Branding and then click on Universal Login.
- Open Advanced Options: Within the Universal Login page, find and click on the Advanced Options.
- Navigate to Custom Text: Click on the Custom Text tab to access the customizable text fields.
- Select the Appropriate Prompt: From the dropdown menu labeled Prompt, choose login-id or login (It depends if the Identifier first option is used).
- Modify the Breached-Password Message: Scroll down to the password-breached section. Edit the text to advise users to use the Forgot Password option to reset their password.
- Save the Changes: After making the necessary changes, click on Save Changes to apply the new message.