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

Restrict organization creation : use Django permissions #326

Open
fsellaouti opened this issue Oct 27, 2024 · 0 comments · May be fixed by #327
Open

Restrict organization creation : use Django permissions #326

fsellaouti opened this issue Oct 27, 2024 · 0 comments · May be fixed by #327

Comments

@fsellaouti
Copy link
Contributor

Context
When RESTRICT_ORG_CREATION is set to True, only superusers are allowed to create new organisations.

Enhancement
When RESTRICT_ORG_CREATION is set to True, allow users with permission 'add_organization' to create new organizations.
Additionally, do not show 'Add organization' buttons when user is not allowed to.

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

Successfully merging a pull request may close this issue.

1 participant