-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Description
Have server on verifyUserEmails: true,
After register a new user email gets send out with a verification link.
It works totally fine with every email provider we have tried except hotmail.
When the receiver of this is an hotmail user, upon just opening the mail itself (not clicking the link) the verification progress goes though, and when we do klick link we get invalid link coz of it already been used.
It seams like Hotmail maybe tries to preload the link and that way it fires the link without the user ever even clicking it?? And when they finally do click link they get the invalid link page instead.
There must be other people that have similar issue? What is the solution for this, do we need to modify parse-server to somehow handle if the link gets triggered twice within a span os seconds?
Any ideas?
Does not look good for end user to get "invalid link" but have verify-email true anyway coz of the preload from hotmail
- mailgun adapter
- parse-server version 2.3.2
- Localhost or remote server AWS