1. 29 Aug, 2016 1 commit
    • Switch to manage_user from create_user · d238da63
      manage_user doesn't try to create a new user, but it doesn't handle
      enrollments, so we have to enroll the users in a separate task using
      another management command.
      
      Additionally, it takes only password hashes, not passwords, so we have
      to provide a pre-salted and pre-generated database string.
      
      create_user used to autoconvert honor@example.com into honor for
      username, we have to do that in the config now.
      Kevin Falcone committed
  2. 26 Aug, 2016 2 commits
  3. 25 Aug, 2016 12 commits
  4. 24 Aug, 2016 9 commits
  5. 23 Aug, 2016 4 commits
  6. 22 Aug, 2016 12 commits