Reset admin password

Reset admin password

There is no CLI command to reset the admin password. Instead, just create a new temporary admin and then reset the password of the original admin.

Using a Web terminal run the following command:
sudo -E -u www-data php artisan freescout:create-user --role admin --firstName Second --lastName Admin --email admin2@domain.com --password changeme123 --no-interaction