Customise the "We've just sent you an email" message when user initiates password reset

Hi there,

We want to customise the “WE’VE JUST SENT YOU AN EMAIL TO RESET YOUR PASSWORD” user prompt when they send a password reset, but I can’t see where we have access to this in “Tenant - Hosted Pages - Password Reset”. Any suggestions?

Actually I think it’s the login page that leverages this text, on return from the reset page, not the reset page itself.

you’ll want to update the languageDictionary in the lock config on the login page, e.g.
languageDictionary: {
success: {
forgotPassword: ‘YOUR TEXT HERE’
}
},

1 Like

@emsearcy is correct. You need to provide a customized language file. Docs and the default language file are below.

https://auth0.com/docs/libraries/lock/v11/configuration

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.