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

Sign up flow: allow user to resend verification e-mail #917

Open
3 tasks
simonv3 opened this issue Nov 29, 2024 · 0 comments
Open
3 tasks

Sign up flow: allow user to resend verification e-mail #917

simonv3 opened this issue Nov 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@simonv3
Copy link
Member

simonv3 commented Nov 29, 2024

Trying to set up a Mirlo account. The registration email took super long to arrive. By the time it did the token had expired. Now I can't log-in nor can I reset my password. If I try to sign-up again it says there is already a user with that email (which is true...)

Basically proposing that when the user tries to sign up, and they get the "user already exists" email, to pop up an option that says "resend verification email" if the user email hasn't been verified (ie if there's still a token).

  • UI logic needs to check for token before displaying the option
  • Will need its own endpoint to initiate the verification flow, this will need to send an email to the user
  • Can probably re-use the second part of the verification flow (the link they click from the email).
@simonv3 simonv3 added the enhancement New feature or request label Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant