joystick
joystick copied to clipboard
Add a verify email workflow to accounts
This was just an oversight on the initial implementation, but should come standard. Needs:
- [x]
emailVerifiedfield added to all new users by default - [x] An
accounts.send_email_verification()method for sending a verify email (should respect existing/emails/verifyEmail.jstemplate or fallback to plain text and just pass token via props to the email template). - [x] An
accounts.verify_email()method for validating a verification token (should exist in joystick.js/ui and joystick.js/node).
Also include #280 in this work