|
Restoring the Default Admin Password |
|
|
Getting Started > Logging In > Restoring the Default Admin Password This procedure restores the default administrator credentials that are created automatically during installation to provide initial access to the KnowledgeTree:
Have you forgotten your password? KnowledgeTree does not allow password resetting system - you can only restore the default admin credentials. If you are an administrative user, and you have forgotten your login password, you will need to manually modify the database to restore the admin password to 'factory' default.
Perform the following steps:
UPDATE USERS SET password='21232f297a57a5a743894a0e4a801fc3' WHERE id=1;
|