-
Notifications
You must be signed in to change notification settings - Fork 1.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
Implement the option to register users without automatic assignment of contributor role #11651
Milestone
Comments
oh I would love that option. Currently I remove this role from every user, which should only view and download data but shall not be able to create new ressources |
12 tasks
mattiagiupponi
added a commit
that referenced
this issue
Nov 15, 2023
mattiagiupponi
added a commit
that referenced
this issue
Nov 15, 2023
giohappy
pushed a commit
that referenced
this issue
Nov 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment new users are given the "contributor" role (Django admin group) by default.
We want to introduce the option to disable this automation.
The assignment of the contributor role is done here.
A new setting
REGISTERED_USER_IS_CONTRIBUTOR
, which will beTrue
by default, will control if the assignment should be applied by default.The settings can be controlled with an env var with the same name.
The text was updated successfully, but these errors were encountered: