Hello.
Installed version 1.2.11. Forgot password. How to change password admi'a.
Cacti 1.2.11 change password
Moderators: Developers, Moderators
Re: Cacti 1.2.11 change password
Insite DB
update user_auth set password=md5('new_password') where username='admin';
update user_auth set password=md5('new_password') where username='admin';
Re: Cacti 1.2.11 change password
I have done this operation more than once. I can’t enter.
MariaDB [(none)]> use cacti;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
MariaDB [cacti]> update user_auth set password=md5('newpass') where username='admin';
Query OK, 0 rows affected (0.001 sec)
Rows matched: 1 Changed: 0 Warnings: 0
MariaDB [(none)]> use cacti;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
MariaDB [cacti]> update user_auth set password=md5('newpass') where username='admin';
Query OK, 0 rows affected (0.001 sec)
Rows matched: 1 Changed: 0 Warnings: 0
Re: Cacti 1.2.11 change password
do you have a admin account on you system?
you can check the user with:
select id, realm_id, username from user_auth_realm uar inner join user_auth ua on ua.id = uar.user_id where realm_id = 26;
you can check the user with:
select id, realm_id, username from user_auth_realm uar inner join user_auth ua on ua.id = uar.user_id where realm_id = 26;
Re: Cacti 1.2.11 change password
MariaDB [(none)]> use cacti;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
MariaDB [cacti]> select id, realm_id, username from user_auth_realm uar inner join user_auth ua on ua.id = uar.user_id where realm_id = 26;
+----+----------+----------+
| id | realm_id | username |
+----+----------+----------+
| 1 | 26 | admin |
+----+----------+----------+
1 rows in set (0.001 sec)
I upgraded from 1.2.10 to 1.2.11
I thought I forgot the password.
So you need to watch the post viewtopic.php?f=21&t=60850
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
MariaDB [cacti]> select id, realm_id, username from user_auth_realm uar inner join user_auth ua on ua.id = uar.user_id where realm_id = 26;
+----+----------+----------+
| id | realm_id | username |
+----+----------+----------+
| 1 | 26 | admin |
+----+----------+----------+
1 rows in set (0.001 sec)
I upgraded from 1.2.10 to 1.2.11
I thought I forgot the password.
So you need to watch the post viewtopic.php?f=21&t=60850
Re: Cacti 1.2.11 change password
yes we have the same problem and thinking there are more then we have it.
Re: Cacti 1.2.11 change password
There is a problem in the config.php file. Comment out $cacti_cookie_domain. It's solved in GitHub.com #3436
Before history, there was a paradise, now dust.
Who is online
Users browsing this forum: No registered users and 6 guests