3

将 Parse 用于 Android 应用程序,

我正在尝试添加电子邮件验证概念。输入数据并单击提交按钮后,将向用户发送一封电子邮件。直到那个时候,EmailVerified=false。现在使用相同的凭据,当我尝试登录时,它正在登录。没有电子邮件验证,我可以继续进行。

如何解决这个问题呢?我想设置EmailVerified=true,如果true只有用户可以使用该凭据登录。

4

2 回答 2

0

You need to add a web service and maintain a field which shows whether the user email verification is done or not...using that you can validate the user and continue him to login...

于 2013-12-10T09:42:52.773 回答
0

这是您问题的确切答案:D

http://blog.parse.com/announcements/introducing-app-email-settings/

于 2015-04-17T09:42:04.220 回答