Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-12-03 12:53:36
- valpc
- Member
- Registered: 2007-03-01
- Posts: 18
Add New Author email
I want to modify the url in the Welcome email that gets sent when a new Author is added to the textpattern site. Is this possible and if so, where do I look to modify this setting ?
Offline
#2 2007-12-03 14:02:33
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: Add New Author email
valpc
The url that gets sent appears to be fixed in the Textpattern code.
If you want to change that you’ll need to edit your textpattern files — possible but you’ll encounter difficulties when you upgrade. If you do want to go down that route, look at the file textpattern/include/txp_admin.php
in the routine called send_new_password()
from lines 259-272 (that’s in version 4.0.5 of Textpattern.)
The strings that get sent in the message can be changed quite easily however.
Use a mysql editor to change the values of these strings in the txp_lang
table of your database…
'greeting'
'your_password_is'
'log_in_at'
'your_new_password'
— Steve
Offline
#3 2007-12-04 22:12:11
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Add New Author email
I want to modify the url in the Welcome email that gets sent…
Why?
Offline
Pages: 1