Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
user.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2008 at 17:17 UTC
Updated:
15 Dec 2011 at 09:32 UTC
I changed the the text that is send as Password recovery email including a variable !password that is mentioned in the instructions. The email that arrives shows the variable name !password instead of the user's new password.
Comments
Comment #1
damien tournoud commentedConfirmed. Bumped to 7-dev, which has the same issue.
I believe this is a documentation issue: the !password token is only available when the user password was actually changed, and this really only happens during registration.
Comment #5
samhassell commentedMarked as duplicate of http://drupal.org/node/660302
Comment #6
Marcus 78 commentedThanks a lot.
I´ve gone through many threads but this really helped. Switched to !login_url and everythings peachy!