Reset an admin password

Admin password resets are not self-service. Ask a super admin to reset your password from Admin Users, or run the seeder reset from the CLI:

php artisan db:seed --class=AdminUserSeeder

This restores the default super admin account. Change its password immediately after signing in.

Back to sign in