简体   繁体   English

如何通过电子邮件发送 OTP 以在 Firebase 中重置密码

[英]How to send OTP via email for password reset in firebase

I'm working on a react native application using firebase for user authentication.我正在开发一个使用 firebase 进行用户身份验证的本机应用程序。 I know that it supports sending emails for account verification and password reset, but that is sent with a link.我知道它支持发送电子邮件以进行帐户验证和密码重置,但这是通过链接发送的。

Is there a way to send an OTP via email, which user can enter in my app and reset the password?有没有办法通过电子邮件发送 OTP,哪个用户可以输入我的应用程序并重置密码?

There's no way to send OTP to email using the firebase authentication Try using phone no.无法使用 Firebase 身份验证将 OTP 发送到电子邮件尝试使用电话号码。 to receive OTP接收一次性密码

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Firebase:如何使用 NodeJs 发送密码重置电子邮件后端 - Firebase : How to send a password reset email backend with NodeJs Firebase身份密码重置:如何正确发送包含确认码的密码重置电子邮件? - Firebase Auth Password Reset: How to properly send a password reset email including the confirmation code? 如何发送OTP到email email验证flutter firebase - how to send OTP to email for email verification in flutter firebase 如何从Firebase发送OTP(一次性密码) - How can I send OTP(One Time Password) from Firebase 当提供商是电子邮件/密码时,如何仅发送密码重置 email - How to only send password reset email when the provider is email/password 是否可以在未重置或更改密码的 Firebase 上发送基本电子邮件 - Is it possible to send a basic email on firebase that's not reset or change password Firebase无法从控制台发送密码重置电子邮件 - Firebase fails to send password reset email from console 在服务器/管理员上创建帐户后发送 Firebase 重置密码电子邮件 - Send Firebase Reset Password Email After Account Created On Server/Admin 尝试通过 email firebase 实现发送重置密码时应用程序崩溃 - Application crashed when trying to send reset password by email firebase implementation 通过 Firebase SDK 节点生成重置密码电子邮件时出错 - Error with generating reset password email via Firebase SDK Node
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM