1. 12 May, 2016 1 commit
    • Expire sessions after a password change. · 524e2292
      This is slightly more complicated than it should be since we're using
      custom authentication middleware (i.e., not Django's standard
      middleware class). We have to check that the session auth hash we have
      stored is equal to the request's session auth hash (since the stored
      hash is a function of the password). Normally this gets handled in
      `django.contrib.auth.get_user`, but due to our caching we don't go
      through that function, even in the cache miss case.
      
      ECOM-4288
      Peter Fogg committed
  2. 08 Apr, 2016 1 commit
  3. 26 Jan, 2016 1 commit
  4. 23 Jul, 2012 1 commit
  5. 21 Jun, 2012 3 commits
  6. 08 Jun, 2012 1 commit
  7. 06 Jun, 2012 1 commit
  8. 19 Mar, 2012 3 commits
  9. 23 Feb, 2012 2 commits