ianmartorell / meteor-accounts-ui-bootstrap-3

accounts-ui package with Bootstrap 3 and localization support
150 stars 109 forks source link

Verify Email #214

Open hassan1709 opened 8 years ago

hassan1709 commented 8 years ago

Hi, I need help to verify the email when user is created. What I have done is the creation of the user {{> loginButtons}}. In Accounts.ui.config, I specified "passwordSignupFields: 'EMAIL_ONLY'". All good with that, just I even do not know what is next if I want to verify the email account entered. If possible, please provide a detailed example as I am pretty new with Meteor and web development in general.

Thanks in advance