Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2008-04-01 14:50:59
- jimmygator
- Member
- Registered: 2008-03-17
- Posts: 10
Edit new user email
I’d like to edit the new user email generated by Textpattern to include additional information. Where do I need to make these edits?
Thanks,
Jim
Offline
Re: Edit new user email
What additional information? Editing the email address itself is done under Admin>Users.
There is rss_author_info for other details about an author.
Last edited by whaleen (2008-04-01 20:28:59)
txtstrap (Textpattern + Twitter Bootstrap + etc…)
Offline
Re: Edit new user email
jim means the email that get’s sent to the new user when you create them.
Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker
Offline
Re: Edit new user email
oops sorry jim. :)
Look at /textpattern/lib/txplib_admin.php
txtstrap (Textpattern + Twitter Bootstrap + etc…)
Offline
#5 2008-04-01 20:52:59
- jimmygator
- Member
- Registered: 2008-03-17
- Posts: 10
Re: Edit new user email
Thanks. I want to instruct users to change the password and use at least 10 characters and include letters and numbers.
I looked at the /txplib_admin.php but wasn’t sure just where to make the change. Looked like line 20~ might be the place?
Jim
Last edited by jimmygator (2008-04-01 20:53:32)
Offline
Re: Edit new user email
Yes you could write in those instructions around line 20 (where you want in relationship to the other stuff that is going into he email). That first block of code builds the email message.
You also need to look at the language file in /textpattern/lang/ becuase text_that_is_defined_this_way
in the txplib_admin.php file pulls the actual text you see in the email from the language file.
txtstrap (Textpattern + Twitter Bootstrap + etc…)
Offline
Re: Edit new user email
Maybe mem_self_register can help?
“Configurable email message that is sent to users upon successful creation of account. Admin will also receive a copy of this email.”
Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker
Offline
Re: Edit new user email
I’d go with Matt’s idea on this. I didn’t know that plugin could do that.
txtstrap (Textpattern + Twitter Bootstrap + etc…)
Offline
#9 2008-04-02 00:04:58
- jimmygator
- Member
- Registered: 2008-03-17
- Posts: 10
Re: Edit new user email
whaleen wrote:
Yes you could write in those instructions around line 20 (where you want in relationship to the other stuff that is going into he email). That first block of code builds the email message.
You also need to look at the language file in /textpattern/lang/ becuase text_that_is_defined_this_way
in the txplib_admin.php file pulls the actual text you see in the email from the language file.
I did find that entry in the language file after my post.
Thanks…
Jim
Offline
#10 2008-04-02 00:05:36
- jimmygator
- Member
- Registered: 2008-03-17
- Posts: 10
Re: Edit new user email
MattD wrote:
Maybe mem_self_register can help?
“Configurable email message that is sent to users upon successful creation of account. Admin will also receive a copy of this email.”
I’ll give it a try.
Thanks,
Jim
Offline
Pages: 1