- 07 Oct, 2016 1 commit
-
-
Nimisha Asthagiri committed
-
- 20 Jul, 2016 1 commit
-
-
make password validation code more DRY grammar nit: "less" -> "fewer"
Adam Palay committed
-
- 09 Jun, 2016 1 commit
-
-
Use a contextmanager to cleanup after manipulating the current request in password_policy tests for external auth
Calen Pennington committed
-
- 10 Nov, 2015 1 commit
-
-
Please note that this is a squshed commit and the work of: Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
Usman Khalid committed
-
- 25 Nov, 2014 1 commit
-
-
for visual indent
stv committed
-
- 10 Nov, 2014 1 commit
-
-
stv committed
-
- 06 Aug, 2014 1 commit
-
-
LMS-6622
Waheed Ahmed committed
-
- 28 Jul, 2014 1 commit
-
-
Jason Bau committed
-
- 21 Jul, 2014 1 commit
-
-
Some users erroneously set their password as their username with the original layout, because the username field directly followed the password field. Users may be accustomed to the common occurrence of a password confirmation field directly following the password field. To fix the issue, I did the following: - Moved the existing username and real name form fields above the password field. - Added a validation in the create_account handler in common/djangoapps/student/views.py, which confirms that the password field does not match the username field. New tests created to check the added functionality.
njdup committed
-
- 31 Mar, 2014 1 commit
-
-
Add some optional policies around password resets, such as password reuse, forced password resets, allowed frequency of password resets
Chris Dodge committed
-
- 26 Feb, 2014 1 commit
-
-
LMS-1479
Waheed Ahmed committed
-
- 30 Jan, 2014 1 commit
-
-
Chris Dodge committed
-