Closed (won't fix)
Project:
Mail Editor
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2008 at 12:35 UTC
Updated:
9 Jun 2008 at 16:35 UTC
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
Comment #1
litwol commentedyou are modifying wrong template.
in order to alter user registration mail you need to do it through http://yoursite.com/admin/user/settings
Comment #2
murzMany thanks, you help me!!! I didn't see this settings in Drupal before your message.
Comment #3
litwol commentedIf 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 :) ).