Resetting Admin Password

If you have forgotten or lost your password to the administrator account, you can reset it from the command line through the Docker-managed EasyDCIM stack:

sudo easydcim-control app shell -- php artisan user:reset EMAIL_ADDRESS

Replace EMAIL_ADDRESS with the email address of the administrator whose password you want to reset.