You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a new user signs up, they should receive an email from us with a link to verify their email address with us. This will end up involving a lot of changes:
Change the DB to have a isVerified field
Add the page to the front end, as well as a way to resend the email
Set up email server to send out emails
and potentially more steps too
The text was updated successfully, but these errors were encountered:
When a new user signs up, they should receive an email from us with a link to verify their email address with us. This will end up involving a lot of changes:
and potentially more steps too
The text was updated successfully, but these errors were encountered: