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.