Skip to content

feature: Block circle creation to users other than superusers

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

This solves issue applications/hubl#752

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

# use this to prevent user to create new circles (except if they are superusers):
USER_AUTHENTICATED_CIRCLE_PERMISSIONS=['view']
Edited by Fabien Quatravaux

Merge request reports