I create a new mail template for newly registered users. The default Drupal message sends info like this

username: vasya235
password: dfcyRs

I copy the standart template without changes and at now users gets emais without generated passwords:

username: vasya235
password: !password

In this part of mail template I have wrote this text:

username: !username
password: !password

And I see the wrong url to user edit page it changes from http://site.com/user/71/edit to http://site.com/user/%252Fedit.

How can I solve this issues?

Comments

litwol’s picture

Status: Active » Closed (won't fix)

you are modifying wrong template.

in order to alter user registration mail you need to do it through http://yoursite.com/admin/user/settings

murz’s picture

Many thanks, you help me!!! I didn't see this settings in Drupal before your message.

litwol’s picture

If you have any further questions regarding drupal or otherwise please do not hesitate to ask on http://drupal.org/forum/18. be as detailed as possible with your issue so more people can understand and help you (you weve very descriptive here so it was very easy to help you :) ).