|
|
|
|
|
by mgbmtl
3529 days ago
|
|
Drupal (and WordPress, if I recall correctly) invalidate immediately. Considering reset links are sent in plain text by email, it's a good way to test whether the link has been used by someone else. Besides, it would be an odd security hazard if browsers/webmails preloaded links in emails (malicious URLs in spam/scams). edit: in Drupal, the reset link loads a page with a button that the user must click on. This avoids issues with potential preload or anti-virus scans. |
|