You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.3 KiB

title linkTitle weight
Authorization Authorization 1
  • First of all, you have to log in to CVAT tool. For authentication, you can use your username or email you provided during registration.

  • For register a new user press "Create an account"

  • You can register a user but by default it will not have rights even to view list of tasks. Thus you should create a superuser. The superuser can use Django administration panel to assign correct groups to the user. Please use the command below to create an admin account:

      docker exec -it cvat_server bash -ic 'python3 ~/manage.py createsuperuser'
    
  • If you want to create a non-admin account, you can do that using the link below on the login page. Don't forget to modify permissions for the new user in the administration panel. There are several groups (aka roles): admin, user, annotator, observer.

    A username generates from the email automatically. It can be edited if needed.

Administration panel

Go to the Django administration panel. There you can:

  • Create / edit / delete users

  • Control permissions of users and access to the tool.