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
Cacti login page
Moderators: Developers, Moderators
Re: Cacti login page
Hi,
just edit the Php file.
auth_login.php i think it is.
just edit the Php file.
auth_login.php i think it is.
Re: Cacti login page
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:
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";
}
Who is online
Users browsing this forum: No registered users and 0 guests