I downloaded the VM and imported it. But. I cannot log in to the web admin interface using password: Centreon123! as described in guide. Nor can I login using password: centreon
I have reset logonattempts in the database. So I am not blocked. But the credentials are clearly wrong:
/var/log/centreon/login.log
Authentication failed for 'admin' : invalid credentials
This is the contents_passwords table:
MariaDB Bcentreon]> select * from contact_password;
+----+--------------------------------------------------------------+------------+---------------+
| id | password | contact_id | creation_date |
+----+--------------------------------------------------------------+------------+---------------+
| 1 | $2y$10$JffowLXohFeLE3wtG9rugOm0qO6OsLMsD5As1eNGduvE8bNzM72/y | 1 | 0 |
| 2 | $2y$10$b1RijKu4AKDo5TCiu0wyfOOwpOuMtEq9FrEC2APPVgVeev5PiDSf6 | 4 | 1682617031 |
| 3 | $2y$10$z0zlDSdET2Fhg.gIaGLUqeQ46lWicgwQz88NOoNfh3g93lXhV2Jpu | 1 | 0 |
+----+--------------------------------------------------------------+------------+--------------∓
I have also tried setting the password to centreon using this query:
INSERT INTO contact_password (password, contact_id, creation_date) VALUES ('$2y$10$ubq1hJ9z3YPXBhejjae.Ie9u3AcMrwFNImPhOnnkLmEoNtwRGwNrC', 1, (SELECT UNIX_TIMESTAMP(NOW())));
But still cannot log in. Is there a new password not documented anywhere or are there another error?