Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
a97425ee
Commit
a97425ee
authored
Jul 10, 2017
by
George Song
Committed by
GitHub
Jul 10, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15343 from edx/jbarciauskas/disable-creator-group-default
Don't allow any user to create courses by default
parents
d01d165e
6b085281
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
cms/envs/common.py
+2
-2
cms/envs/devstack.py
+3
-0
cms/envs/test.py
+3
-0
No files found.
cms/envs/common.py
View file @
a97425ee
...
...
@@ -151,8 +151,8 @@ FEATURES = {
'AUTOPLAY_VIDEOS'
:
False
,
# If set to True, new Studio users won't be able to author courses unless
#
edX has explicitly
added them to the course creator group.
'ENABLE_CREATOR_GROUP'
:
Fals
e
,
#
an Open edX admin has
added them to the course creator group.
'ENABLE_CREATOR_GROUP'
:
Tru
e
,
# whether to use password policy enforcement or not
'ENFORCE_PASSWORD_POLICY'
:
False
,
...
...
cms/envs/devstack.py
View file @
a97425ee
...
...
@@ -119,6 +119,9 @@ SEARCH_ENGINE = "search.elastic.ElasticSearchEngine"
########################## Certificates Web/HTML View #######################
FEATURES
[
'CERTIFICATES_HTML_VIEW'
]
=
True
########################## AUTHOR PERMISSION #######################
FEATURES
[
'ENABLE_CREATOR_GROUP'
]
=
False
################################# DJANGO-REQUIRE ###############################
# Whether to run django-require in debug mode.
...
...
cms/envs/test.py
View file @
a97425ee
...
...
@@ -323,6 +323,9 @@ SEARCH_ENGINE = "search.tests.mock_search_engine.MockSearchEngine"
FEATURES
[
'ENABLE_ENROLLMENT_TRACK_USER_PARTITION'
]
=
True
########################## AUTHOR PERMISSION #######################
FEATURES
[
'ENABLE_CREATOR_GROUP'
]
=
False
# teams feature
FEATURES
[
'ENABLE_TEAMS'
]
=
True
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment