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
create OTP (one-time password) and add to db, with columns for hasBeenUsed and validUntil I guess
send email with link to create account page, include OTP in email
when form is submitted, check OTP is valid, if so:
set hasBeenUsed
add user to db (remember to hash the password)
The text was updated successfully, but these errors were encountered:
mattlub
changed the title
how to create login credentials (one-time link to a form to create an account?)
how to allow people to create an account (one-time link to a form?)
Jun 1, 2017
we need to create a create account form page.
possible flow:
when someone requests an account:
when form is submitted, check OTP is valid, if so:
The text was updated successfully, but these errors were encountered: