VulcanJS / Vulcan

🌋 A toolkit to quickly build apps with React, GraphQL & Meteor
http://vulcanjs.org
MIT License
7.98k stars 1.89k forks source link

AccountsLoginForm requireEmailVerification={true} does not send a verification email #2334

Open yairtal opened 5 years ago

yairtal commented 5 years ago

version 1.13.0

requireEmailVerification={true} on AccountsLoginForm does not send a verification email to the user or require email verification to log in to the app

ErikDakoda commented 5 years ago

Yes, that's my experience too.

yairtal commented 5 years ago

As you're experienced with VulcanJS, do you have any general instructions for me on how this feature should be developed? I'd like to give it a go myself