Account creation bug
Opened this issue · 3 comments
Prerequisites
- Put an X between the brackets on this line if you have done all of the following:
- Reproduced the problem in Safe Mode: https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
- Followed all applicable steps in the debugging guide: https://flight-manual.atom.io/hacking-atom/sections/debugging/
- Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
- Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
- Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
If you don't complete the sign up flow by entering the confirm code sent to your email and you close that page without entering the email confirmation code, you won't be able to use the account created with that email
Steps to Reproduce
- Go to the sign up page
- Enter your email, password and confirm password and press the "sign up" button
- Close the page without entering the email confirmation code
-
Try and sign up again(you can't because your account was already created)
-
Since the account exists, try and login(you can't because your account has not been confirmed, but you can go to the confirm page since it's conditionally rendered in the sign up page after you get pass step 2 above)
-
Now you're stuck
Expected behavior:
Some options:
- Be allowed to use the same email to sign up again if email not confirmed
- Have the confirm page be on it's own page so that you can be able to navigate to it via a link in the sign up page a link or the address
- Be allowed to login if you've signed up with out confirmation but be navigated to a confirmation page as soon as you login
Actual behavior:
Basically, if you're not able to confirm with the code sent to your email right away that page is by mistake, then say bye bye to the email you wanted to sign up with. Unless you know the repo owner, maybe you can ask them to delete your account so that you can start over
Reproduces how often:
I haven't tried it multiple times because I don't want to lose all my email accounts
Versions
Additional Information
Are you able to go to reset password?
I see what you mean, Im getting the exact same thing on my account here. Seems like this is a common issue in aws cognito from the research I was doing. stackoverflow aws