Hacker News new | ask | show | jobs
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.

1 comments

What if they click the link but don't click the button? Do they need another password reset token at that point? If not, is there still an attack window there that needs to be plugged?
The links usually expire after 24 hours (attack window), if unused.

Loading the page without clicking does not invalidate the link.

I agree this is not highly secure. It's basically one notch above sending cleartext passwords by email (which many websites unfortunately still do).