Cvat: Register new users

Created on 11 Jul 2018  路  3Comments  路  Source: openvinotoolkit/cvat

Hi
Thanks for great project. It is exactly what I was looking for. Even was able to run on AWS EC2 instance.
When new user tries to register he is getting:

Forbidden
Your account doesn't have access to this page. To proceed, please login with an account that has access or contact your admin.

I guess it still not implemented. Am I right?

question

Most helpful comment

Hi,

Thank you for your feedback. It is supported. It is not well described in documentation yet only a few words (https://github.com/opencv/cvat/blob/master/cvat/apps/documentation/user_guide.md#administration-panel). I assume that you already have super user which created by django command from README. You need:

  • Go into Admin Panel: http://localhost:8080/admin and login as the super user.
  • Click Users: http://localhost:8080/admin/auth/user/
  • Click on a specific user (e.g. admin)
  • In permissions section edit groups. You should see 3: admin, user, annotator.
  • At the bottom of the page click Save button.

Now it should work. By default a new user cannot see even list of tasks. The main reason for that possible privacy issues with data. Need to add permissions explicitly by a super user (admin).

P.S. I hope this year we will add more powerful features (just testing them internally). Stay tuned.

All 3 comments

Hi,

Thank you for your feedback. It is supported. It is not well described in documentation yet only a few words (https://github.com/opencv/cvat/blob/master/cvat/apps/documentation/user_guide.md#administration-panel). I assume that you already have super user which created by django command from README. You need:

  • Go into Admin Panel: http://localhost:8080/admin and login as the super user.
  • Click Users: http://localhost:8080/admin/auth/user/
  • Click on a specific user (e.g. admin)
  • In permissions section edit groups. You should see 3: admin, user, annotator.
  • At the bottom of the page click Save button.

Now it should work. By default a new user cannot see even list of tasks. The main reason for that possible privacy issues with data. Need to add permissions explicitly by a super user (admin).

P.S. I hope this year we will add more powerful features (just testing them internally). Stay tuned.

Nice. It works now. Thanks. Error message was quite confusing.

can we do this without making an account. for data privacy issues can we use this as a program not on network.

Was this page helpful?
0 / 5 - 0 ratings