Skip to content
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

Closed
oostap1 opened this issue Jul 11, 2018 · 13 comments
Closed

Register new users #3

oostap1 opened this issue Jul 11, 2018 · 13 comments
Labels
question Further information is requested

Comments

@oostap1
Copy link

oostap1 commented Jul 11, 2018

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?

@nmanovic
Copy link
Contributor

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.

@oostap1
Copy link
Author

oostap1 commented Jul 11, 2018

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

@oostap1 oostap1 closed this as completed Jul 11, 2018
@nmanovic nmanovic added the question Further information is requested label Jul 12, 2018
bsekachev pushed a commit that referenced this issue Sep 26, 2018
bsekachev pushed a commit that referenced this issue Oct 15, 2018
bsekachev pushed a commit that referenced this issue Oct 17, 2018
nmanovic pushed a commit that referenced this issue Mar 25, 2019
* Fixed polygon tracks, icons for jstree
* Dashboard search
* Fixed changing of job status
@rhs082
Copy link

rhs082 commented Apr 25, 2019

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

azhavoro pushed a commit that referenced this issue Dec 25, 2019
TOsmanov referenced this issue in TOsmanov/cvat Aug 23, 2021
korshunovdv pushed a commit to Evocargo/cvat that referenced this issue Aug 23, 2021
# 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)
@NielsenSPereira
Copy link

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!

@nmanovic
Copy link
Contributor

@NielsenSPereira
Copy link

Thank you @nmanovic !

@MohamadHam
Copy link

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!

@bsekachev
Copy link
Member

@MohamadHam

You can assignee a user to a project / a task / a job.
Please, refer to user guide for details. For example on this page you can see how to assign users to a task or a job.

This user should have been registered on your CVAT instance.

@MohamadHam
Copy link

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.

@nmanovic
Copy link
Contributor

@MohamadHam , with CVAT v2.0.0 there are several ways:

  • If you add a user to a project/task/job as an assignee. In this case he/she will be able to see only these projects/tasks/jobs.
  • But in your case I will recommend to create an organization per client. Add your client as a maintainer for the organization. He will be able to see all projects/tasks/jobs in the organization.
  • In theory we can share a project/task/job with a person but it isn't implement for now. Please submit an issue if you think methods above don't work for you.

@Mubarak153
Copy link

How do i upload multiple users at once

@khiem-kyle-le
Copy link

Helo, can we create user from the API or SDK? I only see list, retrieve, partial update and destroy on the API and SDK.

@dmenig
Copy link

dmenig commented Feb 1, 2024

@khiem-kyle-le It's not very well indicated, but you can create users with the CVAT SDK with this section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

9 participants