Account Creation Message - Edit message

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
JasonMagee
Posts: 31
Joined: Thu Jan 26, 2012 1:12 pm

Account Creation Message - Edit message

Post by JasonMagee »

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?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Account Creation Message - Edit message

Post by lmiltchev »

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.
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

Post by JasonMagee »

Excellent. Thanks.
Locked