创建新的用户帐户并发送电子邮件以创建密码-Firebase

时间:2019-01-24 14:09:54

标签: javascript reactjs firebase firebase-realtime-database firebase-authentication

一旦通过我的应用程序创建了用户:

  • 我需要发送一封电子邮件,其中包含为用户创建新密码的选项

到目前为止,创建新用户时,该用户正在接收密码重置电子邮件。

问题是存在用于重置Firebase密码的默认电子邮件模板: enter image description here

需要更改文本模板

我正在使用 firebase功能

          auth.sendPasswordResetEmail()

1 个答案:

答案 0 :(得分:2)

访问您的项目的firebase console

转到“身份验证”下,将有一个名为模板的标签。

单击该选项卡,然后单击“密码重置”部分以修改模板。

firebase console authentication templates

相关问题