How to Reset a Password for Keitaro?
For servers
- Run in the terminal
curl http://keitarotds.com/getfile/reset_password > /var/www/keitaro/reset_password.php
. - Open in browser
http://yourdomain/reset_password.php
. - Select a user to login and enter a new password, press “Change password”.
- Run in the terminal “rm /var/www/keitaro/reset_password.php”.
For shared hostings
- Download a script http://keitarotds.com/getfile/reset_password.
- Open File Manager.
- Find the Keitaro directory and upload the file
- Open in browser
http://domain/reset_password.php
. - Choose login and enter a new password, press “Change password”.
- Delete “reset_password.php”.
Alternative way for servers
Use a cli-command:
cd /var/www/keitaro && sudo -u keitaro php bin/cli.php admin:change-password insert_new_password_here