-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Register new users #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:
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. |
# This is the 1st commit message: # This is a combination of 3 commits. # This is the 1st commit message: # This is a combination of 8 commits. # This is the 1st commit message: setup config Add built from source code one domain name insted of two add installation guide update gitignore # This is the commit message cvat-ai#2: delete serverless (nuclio) # This is the commit message cvat-ai#3: add backup script to gitignore # This is the commit message cvat-ai#4: Add script for backup data # This is the commit message cvat-ai#5: Add docstrings for backup script # This is the commit message cvat-ai#6: Update backup script to delete after 30 days # This is the commit message cvat-ai#7: Fix backup error # This is the commit message cvat-ai#8: Update backup rules, and decrease cache size from 1 Tb to 10 Gb # This is the commit message cvat-ai#2: one domain name insted of two # This is the commit message cvat-ai#3: add installation guide # This is the commit message cvat-ai#2: delete serverless (nuclio)
Hi, how do I get to the Admin Panel using CVAT directly on the website (cvat.org)? I am trying to assign another user to a project but it is not working. Thanks! |
Thank you @nmanovic ! |
Hello @nmanovic , could you please let me know how to add a specific user to a specific task in CVAT tool? I have many projects and I need to add my client to the related project. Thanks! |
You can assignee a user to a project / a task / a job. This user should have been registered on your CVAT instance. |
But in this case the user will however be able to see other projects. and that's what I am trying to avoid. I want add the client only to his project without him being able to see other projects on the tool. |
@MohamadHam , with CVAT v2.0.0 there are several ways:
|
Changed links openvinotoolkit > cvat.ai
How do i upload multiple users at once |
Helo, can we create user from the API or SDK? I only see list, retrieve, partial update and destroy on the API and SDK. |
@khiem-kyle-le It's not very well indicated, but you can create users with the CVAT SDK with this section. |
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?
The text was updated successfully, but these errors were encountered: