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’
}
},