문제

Using Parse for an android app,

I am trying to add email verification concept. When data is entered and submit button is clicked, an email is sent to user. Till that time, EmailVerified=false. Now with the same credentials, when I am trying to login, it is logging in. Without an email verification, I am able to proceed further.

How to solve this problem? I want to set EmailVerified=true and if true then only user can log in with that credentials.

도움이 되었습니까?

해결책

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...

다른 팁

This is the exact answer to your question :D

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top