Merge pull request from GHSA-3q74-3rfh-g37j

Co-authored-by: Jesper Hodge <jhodge@outlook.de>
This commit is contained in:
Feanil Patel
2023-07-25 13:06:06 -05:00
committed by GitHub
parent c54070989b
commit 5d3eca432e
7 changed files with 143 additions and 22 deletions

View File

@@ -160,7 +160,10 @@ CREDENTIALS_SERVICE_USERNAME = 'credentials_worker'
FEATURES['CERTIFICATES_HTML_VIEW'] = True
########################## AUTHOR PERMISSION #######################
FEATURES['ENABLE_CREATOR_GROUP'] = False
FEATURES['ENABLE_CREATOR_GROUP'] = True
########################## Library creation organizations restriction #######################
FEATURES['ENABLE_ORGANIZATION_STAFF_ACCESS_FOR_CONTENT_LIBRARIES'] = True
################### FRONTEND APPLICATION PUBLISHER URL ###################
FEATURES['FRONTEND_APP_PUBLISHER_URL'] = 'http://localhost:18400'