Add optional feature to lock out accounts after N failed login attempts....
Add optional feature to lock out accounts after N failed login attempts. Lockouts will last M seconds. add DB migration and fix earlier mistakes in student migration history add tests and fix bugs that came out of those unit tests remove unused import pep8/pylint address some PR feedback fix tests fix broken test try to mock time use freeze-gun to overload the system time to simulate the future
Showing
- cms/djangoapps/contentstore/tests/tests.py 49 additions, 0 deletionscms/djangoapps/contentstore/tests/tests.py
- cms/envs/common.py 8 additions, 0 deletionscms/envs/common.py
- common/djangoapps/student/migrations/0030_auto__chg_field_anonymoususerid_anonymous_user_id.py 1 addition, 55 deletions...0030_auto__chg_field_anonymoususerid_anonymous_user_id.py
- common/djangoapps/student/migrations/0031_drop_student_anonymoususerid_temp_archive.py 0 additions, 54 deletions...rations/0031_drop_student_anonymoususerid_temp_archive.py
- common/djangoapps/student/migrations/0032_auto__add_loginfailures.py 147 additions, 0 deletions...goapps/student/migrations/0032_auto__add_loginfailures.py
- common/djangoapps/student/models.py 63 additions, 1 deletioncommon/djangoapps/student/models.py
- common/djangoapps/student/views.py 20 additions, 1 deletioncommon/djangoapps/student/views.py
- lms/envs/common.py 7 additions, 0 deletionslms/envs/common.py
Loading
Please register or sign in to comment