If you request a new password and then open the link in the password reset email, Drupal says something like "Your one-time login has expired".
This is caused by a missing parameter in the declaration of user_pass_reset; I attached a patch.

CommentFileSizeAuthor
#1 user.module_70.patch699 bytesfwalch
user.module_69.patch692 bytesfwalch

Comments

fwalch’s picture

StatusFileSize
new699 bytes

Changed the parameter name (hopefully correctly) to &$form_state.

ChrisKennedy’s picture

Status: Needs review » Reviewed & tested by the community
dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks! :)

Anonymous’s picture

Status: Fixed » Closed (fixed)