Hi kindly assist me the failed to login with default username / password, issue, i already tried some of the steps mentioned but still failed - thank you
Copy out this line and modify it to a username that doesn't already exist in your database and run ONLY THAT SINGLE INSERT STATEMENT against your database.
Then try to login with that new username + password: ipamadmin
If the password-mechanism is changed you need to reset the passwords of all other local users.
Last edit: NeK 2015-04-02
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I also managed to fix this by setting up a new default instance, change the password to something I know, then grab the NVChar string from one database and overwrite it in my populated database.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have the same problem presented by fellow up .... I installed phpipam , which seems to be on the site that I need to manage a small network, subdivided into VLANs for the different groups . While every process for installation. performed the entire process of database construction, unfortunately my laptop crashed ... with this I have corrupted the database, and can open it, but not reseto password . because ? I ran all processes Durantes the last five days and nothing . Please appreciate the help .
email: antonior_silva@gmx.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Would be easier if yo would tell the exact ipam version / revision you are using.
But generally:
open the file db/SCHEMA.sql
search for the insert statement where the local default Admin-User is created:
Copy out this line and modify it to a username that doesn't already exist in your database and run ONLY THAT SINGLE INSERT STATEMENT against your database.
Then try to login with that new username + password: ipamadmin
If the password-mechanism is changed you need to reset the passwords of all other local users.
Last edit: NeK 2015-04-02
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
I also managed to fix this by setting up a new default instance, change the password to something I know, then grab the NVChar string from one database and overwrite it in my populated database.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
I have the same problem presented by fellow up .... I installed phpipam , which seems to be on the site that I need to manage a small network, subdivided into VLANs for the different groups . While every process for installation. performed the entire process of database construction, unfortunately my laptop crashed ... with this I have corrupted the database, and can open it, but not reseto password . because ? I ran all processes Durantes the last five days and nothing . Please appreciate the help .
email: antonior_silva@gmx.com
There is a script provided under functions/scripts/reset-admin-password.php. Use this.