Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate email on new account #7

Open
ddfridley opened this issue Apr 8, 2021 · 0 comments
Open

Validate email on new account #7

ddfridley opened this issue Apr 8, 2021 · 0 comments
Labels

Comments

@ddfridley
Copy link
Contributor

ddfridley commented Apr 8, 2021

When a user creates an account, send them an email where they click on a link to validate their email address.

Only valid for a programmable number of minutes. Then they have to issue a new link to validate.

UX -
When the user uses the AuthForm to join, after they hit join the are given a "Welcome" message.
Instead that message should say "Check you email for a confirmation message".
There should also be a button saying "Resend"
The user will receive a message that has a link to click on.
The user clicks on that link and a new page/tab opens up. (Consider that the user could be opening the email on their phone, while they are joining from the browser on their laptop).
The user taps on a button that says "Confirm"
That tab/window closes.
In the original tab window, the status message changes to "Welcome" and then goes to the next page.

@ddfridley ddfridley added the Node label Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant