Hello Sir / Madam
I have a some trouble here, i've have 2 users with full access mode which the one wes active and disabled for another one. But the recent active users suddenly cannot access the console menu and the another one is still disabled. I've already read the topics from forum which say that user lost access to graph realms. Anybody can help me, how to enable the disabled cacti's user from command line or mysql. My plan is enabling the disabled one to rescue the "trouble user".
Any help will appreciated
How to Enable Certain Cacti User From Command Line
Moderators: Developers, Moderators
Re: How to Enable Certain Cacti User From Command Line
select id,username,enabled from user_auth;
+----+----------+---------+
| id | username | enabled |
+----+----------+---------+
| 1 | admin | on |
| 5 | newuser | |
update user_auth set enabled='on' where id=5;
+----+----------+---------+
| id | username | enabled |
+----+----------+---------+
| 1 | admin | on |
| 5 | newuser | |
update user_auth set enabled='on' where id=5;
Let the Cacti grow!
Who is online
Users browsing this forum: No registered users and 2 guests