Skip to content

feature: Block project creation to users other than superusers

Fabien Quatravaux requested to merge block-project-creation into master

This solves issue applications/hubl#752

The default behavior is unchanged. To trigger the new behavior (non superusers cannot create projects) you have to set this setting :

# use this to prevent user to create new project (except if they are superusers):
USER_AUTHENTICATED_PROJECT_PERMISSIONS=['view']
Edited by Sylvain Le Bon

Merge request reports