Hello Support is there a way to edit the message that is sent when a new account is created? Currently the message says the following;
An account has been created for you to access Nagios XI. You can login using the
following information:
Username: <username>
Password: <password>
URL: http://<serverip>/nagiosxi/
Since we are utilizing AD authentication integration I would like the message to state that the user may log in using there normal AD credentials. If possible it would also be nice to slightly change the url for the nagiosxi server to be "http://nagiosxi.panduit.com/nagiosxi".
Is there a location where I can edit this content?
Account Creation Message - Edit message
Re: Account Creation Message - Edit message
You can edit it in: "/usr/local/nagiosxi/html/includes/lang/en.inc.php". Search for a string "AccountCreatedEmailMessage" - it should be somewhere around line 284. Plug in the data you need to show in the message.
Hope this helps.
Hope this helps.
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
JasonMagee
- Posts: 31
- Joined: Thu Jan 26, 2012 1:12 pm
Re: Account Creation Message - Edit message
Excellent. Thanks.