Email variable !password is not replaced
com2 - December 11, 2008 - 17:17
| Project: | Drupal |
| Version: | 7.x-dev |
| Component: | user.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#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.