1. 24 Jul, 2014 1 commit
  2. 21 Jul, 2014 1 commit
    • User registration prevents using password as username. · 770e7aac
      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
  3. 20 Jul, 2014 1 commit
  4. 18 Jul, 2014 1 commit
  5. 16 Jul, 2014 1 commit
  6. 14 Jul, 2014 2 commits
  7. 10 Jul, 2014 1 commit
  8. 08 Jul, 2014 1 commit
  9. 04 Jul, 2014 1 commit
  10. 03 Jul, 2014 1 commit
  11. 02 Jul, 2014 2 commits
  12. 27 Jun, 2014 2 commits
  13. 26 Jun, 2014 2 commits
  14. 20 Jun, 2014 1 commit
  15. 19 Jun, 2014 1 commit
  16. 18 Jun, 2014 1 commit
  17. 05 Jun, 2014 1 commit
  18. 04 Jun, 2014 1 commit
  19. 03 Jun, 2014 1 commit
  20. 30 May, 2014 1 commit
  21. 29 May, 2014 4 commits
  22. 27 May, 2014 1 commit
  23. 23 May, 2014 1 commit
  24. 22 May, 2014 2 commits
  25. 21 May, 2014 2 commits
  26. 17 May, 2014 5 commits
  27. 12 May, 2014 1 commit