Posted by ñull on December 11, 2008 at 5:17pm
Jump to:
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | user.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
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
#1
Confirmed. 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.
#5
Marked as duplicate of http://drupal.org/node/660302
#6
Thanks a lot.
I´ve gone through many threads but this really helped. Switched to !login_url and everythings peachy!