|
Restoring the Default Admin Password |
Contents Previous Next |
Getting Started > Restoring the Default Admin Password
|
This procedure manually restores the default administrator credentials that are created automatically during installation to provide initial access to the KnowledgeTree:
Note: If the Password Reset plugin is enabled for your system, you can click the 'Forgot your password?' link on KnowledgeTree's web interface Login screen to reset your password. You will only see this link if the plugin is enabled. Alternatively, use this manual procedure to reset your password.
Note: This task is not relevant for KnowledgeTreeLive - use the
Perform the following steps:
UPDATE USERS SET password='21232f297a57a5a743894a0e4a801fc3' WHERE id=1;
|