Login prompt forgotPasswordText being overwritten to "Reset password"

Around March 15th we noticed that the forgotPasswordText text field on the Universal login prompt is the being overwritten to “Reset password” instead of the default “Forgot password?” text. Looking in the Auth0 tenant, it even shows forgotPasswordText set to “Forgot password?” but in our application “Reset password” is being rendered. We didn’t make any updates to our application or Auth0 Tenant config recently that we think would be causing this.

Hi @mike.martin

Welcome to the Auth0 Community!

The login prompt is the one displayed when your Authentication Profile is set to Identifier + Password.

Can you let me know what is your current configuration and make sure you are not using a different prompt then the one you are checking?

Kind Regards,
Nik

@nik.baleca Thanks for getting back to me.

Our Authentication Profile is set to Identifier + Password. Just finished up some testing. If I update the forgotPasswordText text field on the login prompt to anything other than the default text “Forgot password?”, whatever I set will render in my app appropriately. But when I change it back to the default text it will then render in my app as “Reset password”.