-
Notifications
You must be signed in to change notification settings - Fork 0
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
Code expired in registration email #152
Comments
Natalie:
|
It sounds like it happened within minutes of registration. 10 minutes doesn't seem like enough time though. There could be many cases where a user might start the registration process but not have access to email to complete the process right away. Do we need an expiration date at all? If so, we should increase it to days instead of minutes I think. |
I agree that days would be better since it is possible someone might not have access to the registration email right away. For example someone using a FS email but they are on a fire and don't have their FS computer or mobile access to email. I've been in this boat myself. |
Seems like time window requirement is overkill at this point. I've simply removed the validation check for time in the confirm function along with the note in the email. The code is still there if we want to use it later and change the window size or use some kind of configuration setting. |
A user just reported that when they clicked on the code provided in the registration email, they get a message saying the code has expired. I had to manually approve their account to complete the registration.
iPhone 9
iOS 11.2.5
The text was updated successfully, but these errors were encountered: