Can't seem to login either. Keep getting the Invalid username and password error after installation
I have tried droping the DB and reinstalling several times
MariaDB [phpipam]> describe users 'password';
+----------+-----------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+----------+-----------+------+-----+---------+-------+
| password | char(128) | YES | | NULL | |
+----------+-----------+------+-----+---------+-------+
1 row in set (0.00 sec)
MariaDB [phpipam]> select password from users;
+--------------------------------------------------------------+
| password |
+--------------------------------------------------------------+
| $2y$10$i1VwOewr1H8NGHisJutM/eFkudRoFjWE2PaTIbEUsphDcbZXgsyG6 |
+--------------------------------------------------------------+
1 row in set (0.00 sec)
Any suggestions?
IPAM v1.3
Centos 7
PHP Version 5.4.16
5.5.52-MariaDB
Anonymous