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
f9115b63
Commit
f9115b63
authored
Jan 14, 2015
by
Jesse Zoldak
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6621 from edx/zoldak/fix-pep8
Fix pep8 violations in common.py
parents
8316fe85
8a29280c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
lms/envs/common.py
+1
-2
No files found.
lms/envs/common.py
View file @
f9115b63
...
...
@@ -1666,10 +1666,9 @@ PROGRESS_SUCCESS_BUTTON_URL = 'http://<domain>/<path>/{course_id}'
PROGRESS_SUCCESS_BUTTON_TEXT_OVERRIDE
=
None
#### PASSWORD POLICY SETTINGS #####
PASSWORD_MIN_LENGTH
=
8
PASSWORD_MAX_LENGTH
=
None
PASSWORD_COMPLEXITY
=
{
"UPPER"
:
1
,
"LOWER"
:
1
,
"DIGITS"
:
1
}
PASSWORD_COMPLEXITY
=
{
"UPPER"
:
1
,
"LOWER"
:
1
,
"DIGITS"
:
1
}
PASSWORD_DICTIONARY_EDIT_DISTANCE_THRESHOLD
=
None
PASSWORD_DICTIONARY
=
[]
...
...
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