This tool allow you to recover the password for the admin user.
- Download the file
recovery.php. - Upload to your Bludit installation, on the root folder.
- Open the file with your browser, for example:
https://example.com/recovery.php, change theexample.comfor your domain. - A new password for the
adminis generated and displayed on the browser. - Log in to the admin panel with the user
adminand the new password generated. - Delete the file
recovery.phpfrom your Bludit
You can execute the php file recovery.php 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: 80b4092c27471576fbff4fd645328b91
>> Delete this file now, do not keep it on the system <<