Login
Login allows a user to log into a server running in Server mode. All users that are created within the system have full access to all resources, secrets and services that the server provides.
Logging In The First Time
When running the server for the first time, a temporary admin
account with a password of admin
will be created.
Run torero login admin
from your torero client and then enter admin as the password. You will then be prompted
to enter a new password. Follow the rest of the prompts to confirm your password and then log in for the first time.
Admin Creation And Login
User Creation with Temp Password
Regular User Login
Resetting The Admin Password
Resetting the admin password requires access to the server instance itself. To reset the password, you will need
to simply run torero server --recover-admin-user
. This command will prompt you to enter a new password for your admin
user if it is already set.