Yıldırım
Yıldırım

Reputation: 787

How to change default template of firebase reset password page for new password

How to change template language of page of reset password for new password in firebase

Upvotes: 1

Views: 2634

Answers (2)

bojeil
bojeil

Reputation: 30848

Firebase default email action page should now support localization when you trigger password resets from Firebase Console using your selected template language.

Upvotes: 1

Frank van Puffelen
Frank van Puffelen

Reputation: 599651

  1. In to the Firebase Authentication console console, go to the TEMPLATES panel.

  2. Click Email Types > Password reset.

  3. Click Template language in the bottom left.

  4. Select the language of your choice in the popup.

console for changing email template language

If you're looking to change the page that the user lands on when they click the verification link in the email, see the documentation about creating a custom email handler.

Upvotes: 2

Related Questions