1. 15 Dec, 2017 1 commit
  2. 14 Dec, 2017 1 commit
  3. 13 Dec, 2017 1 commit
  4. 07 Dec, 2017 1 commit
  5. 05 Dec, 2017 1 commit
  6. 22 Nov, 2017 1 commit
  7. 15 Nov, 2017 1 commit
  8. 08 Nov, 2017 1 commit
  9. 03 Nov, 2017 1 commit
  10. 31 Oct, 2017 1 commit
    • Add 'View Consent' button to dashboard when required · f9f4876b
      Enterprise customers can require user to agree to Data Sharing Consent
      form before they can access a course. We now add it conditionally to
      Course Dashboard when it's required so it's apparent to user and they
      have a way to revist the consent form if they've previously declined or
      the course has not yet started.
      
      WL-1281
      Bill Filler committed
  11. 30 Oct, 2017 1 commit
  12. 20 Oct, 2017 1 commit
  13. 17 Oct, 2017 1 commit
  14. 11 Oct, 2017 1 commit
  15. 05 Oct, 2017 3 commits
  16. 28 Sep, 2017 1 commit
  17. 25 Sep, 2017 1 commit
  18. 22 Sep, 2017 1 commit
  19. 19 Sep, 2017 1 commit
  20. 14 Sep, 2017 1 commit
  21. 12 Sep, 2017 1 commit
  22. 01 Sep, 2017 1 commit
  23. 23 Aug, 2017 1 commit
  24. 18 Aug, 2017 1 commit
    • Add activation_key var to user profile in SailThru. · 33e077d4
      As an email marketer, I would like to send an account activation reminder to learners who haven't activated
      their accounts to increase their chances of coming back and engaging with our platform. Each user profile in
      SailThru will have a var with the correct activation_key originally assigned to the user.
      
      LEARNER-2110
      Waheed Ahmed committed
  25. 17 Aug, 2017 1 commit
  26. 14 Aug, 2017 1 commit
  27. 11 Aug, 2017 1 commit
  28. 08 Aug, 2017 1 commit
  29. 03 Aug, 2017 2 commits
  30. 27 Jul, 2017 1 commit
  31. 26 Jul, 2017 1 commit
  32. 25 Jul, 2017 2 commits
  33. 24 Jul, 2017 1 commit
  34. 13 Jul, 2017 1 commit
    • Add TODO for duplicate email/username inconsistency · 52197fba
      The function `create_account_with_params` calls `_do_create_account`,
      which exhibits some discrepant behavior with throwing errors when handling
      duplicate email and/or username.
      
      A duplicate email raises a `ValidationError` (rather than the expected
      `AccountValidationError`) from the first part of `_do_create_account`,
      when errors from `form` (the `AccountCreationForm`) are raised.
      
      A duplicate username raises the expected `AccountValidationError`, but
      from a later part of `_do_create_account`. As a result, registering with
      both duplicate username and email raises a `ValidationError` for email only.
      
      The user message for username is “An account with the Public Username
      '{username}' already exists.” which differs from that of email, “It
      looks like {email} belongs to an existing account. Try again with a
      different email." The latter is more consistent with other user messages.
      Po Tsui committed
  35. 06 Jul, 2017 1 commit
  36. 04 Jul, 2017 1 commit