could someone please help me guiding me how to verify the email entered when a user is being created in meteor 1.3?
I am using this two packages: ian:accounts-ui-bootstrap-3
accounts-password
and the template provided by the first one {{> loginButtons}}
.
My user is being created normally but I need to implement email verification. However, I am not sure how to proceed. What I have read here it is not clear for me. I do not know when and how to call that method.
Thank you for your help guys.