Password recovery
Contents
You can recover the password for the admin user using the recovery.php script.
How to recover the password
- Download the recovery.php file.
- Upload the
recovery.phpfile to your Bludit installation, on the root folder. - Open the file with your browser, for example: https://example.com/recovery.php, change the
example.comfor your domain. - A new password for the
adminuser is generated and displayed in the browser. - Log in to the admin panel with the
adminuser, and the new password generated.
The recovery.php script is going to try to delete itself, but if this doesn't happen, we recommend delete the recovery.php file by hand.
How to recover the password via command line
You can execute the recovery.php file via the command line.
# Go to the directory where you have installed Bludit
cd /var/html/bludit
# Download the file
curl -o recovery.php https://raw.githubusercontent.com/bludit/password-recovery-tool/master/recovery.php
# Execute the tool
php recovery.php
Bludit Password Recovery Tool
Username: admin
New password: 00bef4566011d2015df2786dbd094003
>> The file recovery.php was deleted automatically for security reasons. <<