site/content/en/docs/administration/community/basics/admin-account.md
This section is for users who want to be a bit more flexible with CVAT use.
The user you register by default does not have full permissions on the instance, so you must create a superuser. The superuser can use Django administration panel to assign groups (roles) to other users.
Available roles are: user (default), admin, worker.
Before you register an admin account (superuser), you need to install CVAT locally, see {{< ilink "/docs/administration/community/basics/installation" "Installation Guide" >}}.
Steps of installation are partly different, depending on the type of operation system (OS).
This section starts with Create superuser step that is common for all OS.
In the process of installation you need to create a superuser:
docker exec -it cvat_server bash -ic 'python3 ~/manage.py createsuperuser'
localhost:8080, and log in with credentials from step 2.To manage users' permission, in the Django administration panel:
As a superuser, you can manually change passwords for other users through the Django administration panel. This is useful when users cannot use the "Forgot password" feature (e.g., when email is not configured or user email addresses are invalid).
To change a user's password:
The user can now log in with the new password and change it again in their account settings if desired.