-
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
Is there any easy way to disable the ability to download datasets or annotations for the assignee. #3318
Comments
you can change permission in /admin |
Hi SaihholdChiu, i change permission to 'annotator' for the assignee in /admin. Thanks again. |
The permission system is existing, open it in /admin, for example, if you deployed CVAT in localhost:8080, then try localhost:8080/admin, there are 4 permissions: admin, user, annotator, observer, only admin accounts have permission to dump images and outputs. |
Hi, last time it was my fault, if you want to disable the permission of annotators you need to fix the code.
发自我的iPhone
…------------------ Original ------------------
From: shawnlee103 ***@***.***>
Date: Fri,Jun 18,2021 10:36 AM
To: openvinotoolkit/cvat ***@***.***>
Cc: SaihholdChiu ***@***.***>, Comment ***@***.***>
Subject: Re: [openvinotoolkit/cvat] Is there any easy way to disable the ability to download datasets or annotations for the assignee. (#3318)
you can change permission in /admin
Hi SaihholdChiu,
Thanks for your reply.
the permission system is ready now?
i change permission to 'annotator' for the assignee in /admin.
The assignee still can download datasets or annotations.
It doesn't work.
Could you give me more detail?
Thanks again.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Thank you for the great project.
According to
#1030
the permission system is not ready.
Is there any easy way(workaround) to disable the ability to download datasets or annotations for the assignee.
change the few codes and rebuild it to get this purpose? Which code should i focus on?
in my opinion, the assignee should not get the datasets or annotations .
Thanks again.
The text was updated successfully, but these errors were encountered: