edX Solutions Team: Default LMS security settings changes (Matasano) - #5410
Conversation
There was a problem hiding this comment.
Please update the comment above this line.
dec478c to
1faa732
Compare
|
@singingwolfboy - thanks; I updated the comment and added the correct override settings in test.py, so that test should run correctly too. |
There was a problem hiding this comment.
What is the maximum number of failed logins allowed? What actions will the user have to take to unlock their account again?
There was a problem hiding this comment.
There's a minimum wait period which is a CONFIG setting. I think the default is 15 minutes.
|
Looks like there are 5-6 settings that we're changing: |
|
Now that we've sent an email to the edx-code mailing list about this PR, I think it's ready to merge. @martynjames, do you want to do so? |
edX Solutions Team: Default LMS security settings changes (Matasano)
These settings were required for a private fork after a 3rd party security review. It was desired to have the default settings be more secure by default, and let other environments (e.g. devstack.py) override the settings if they desire lower levels of security.
We may decide that this is unnecessary for main edx-platform, but worth considering. Thus this review starts the conversation.