i create an user signup and send verification email, in email that user received :
Hello Derp,
To verify your account email, simply click the link below.
http://sijie.meteor.com/#/verify-email/pd65W2yQ8tKTd6XbF
Thanks.
after i click that link, i think the email address must be verified but i check on mongo, still verify : false
"emails" : [
{
"address" : "[email protected]",
"verified" : false
}
],
why this happened? how to verify user after he click on the link?
thanks