How to customize ENTIRE text of new user email?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
mushu
Posts: 349
Joined: 04 Jan 2017, 17:41

How to customize ENTIRE text of new user email?

Post by mushu »

MantisBT ver 2.7.0

How do I modify this text in its entirety:

Code: Select all

Thank you for registering. You have an account with username "username". In order to complete your registration, visit the following URL (make sure it is entered as the single line) and set your own access password:

http://domain.com/verify.php?id=52&confirm_hash=C4_VL2bIv422thdQGkw9EdcNywzfmIXzpLhn4PFhf0GYz6y1SvXXLHEUELBwx1Or0YVX1kNb6hM36DHo_Qz8

If you did not request any registration, ignore this message and nothing will happen.

Do not reply to this message
Yes, I do know about $s_new_account_greeting but it only affects the first paragraph. We are using LDAP and auto-create new accounts when a customer emails a bug report to a special email address. Thus, they do not need to set a password since we use Active Directory. It works great but I don't want the "verification" URL or the sentence that starts with "If you did not request" to be displayed. How do I suppress those bits of text?
mushu
Posts: 349
Joined: 04 Jan 2017, 17:41

Re: How to customize ENTIRE text of new user email?

Post by mushu »

NVM, I found it in Lang/strings_english.php
Post Reply