Cacti login page

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
BacTeria
Posts: 4
Joined: Thu Mar 24, 2016 5:03 am

Cacti login page

Post by BacTeria »

Hi guys

If I wan to do customization in cacti login page H ow can I ?

Help please , where I want to add my company's logo and some other stuff

Regards
User avatar
micke2k
Cacti User
Posts: 261
Joined: Wed Feb 03, 2016 3:38 pm

Re: Cacti login page

Post by micke2k »

Hi,

just edit the Php file.

auth_login.php i think it is.
Seratio
Posts: 6
Joined: Mon May 02, 2016 1:37 am

Re: Cacti login page

Post by Seratio »

Hi,

there is an plugin example available which shows, how to edit the login page.


http://docs.cacti.net/plugin:loginmod

There is an api call, which can be modified:

Code: Select all

function plugin_PLUGINNAME_cacti_image ($image) {
        global $config;
        return $config['url_path']."/plugins/PLUGINNAME/images/logo.png";
}
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests