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
Creating a new verification link does not invalidate the old one, making it possible to end up with an email address different from the one last entered into the form if verification links are clicked out of the order they were originally created in.
The text was updated successfully, but these errors were encountered:
I will add a hash of the old email to the url and will check for this hash to be correct. Otherwise it will be rejected. I will also check uniqueness of the email on the controller.
Edit: won't do, too much complexity for little gain.
Creating a new verification link does not invalidate the old one, making it possible to end up with an email address different from the one last entered into the form if verification links are clicked out of the order they were originally created in.
The text was updated successfully, but these errors were encountered: