This happens when
the newly registered user (ie., account yet to be validated) clicks 're-send validation e-mail' from his profile page.
The content of the email is configured in 'User settings' to contain username and password as
Hi !username,
Thank you for registering at example.com.Please verify your email address by clicking on the link below or copying and pasting it in your browser:
!login_url
This is a one-time login and can be used only once.
New account:
username : !username
password : !password
See you there!What happens is a new instuction not in the mail 'Body' at User setings page replaces the password value in the email.Rearranging the mail content did not solve the problem.The image of faulty email sent is attached.
Note:The first confirmation email sent immediately after registration shows the password value fine.
-thank you
| Comment | File | Size | Author |
|---|---|---|---|
| resendmail.gif | 9.14 KB | nirvanajyothi |
Comments
Comment #1
nirvanajyothi commentedComment #2
hunmonk commentedi tested this in the lastest 6.x code, and it seems to be fine. it's possible that another contributed module is causing you problems, so i would advise disabling all contrib modules besides LT and see if you can reproduce the problem. if so, you can be pretty sure that's the issue, and go about determining the offendant module.
Comment #3
nirvanajyothi commentedk.thank you.
will do that when i upgrade and report back.