Skip to content
Snippets Groups Projects
  1. Nov 15, 2018
  2. Jul 07, 2017
  3. Jun 05, 2017
  4. Apr 26, 2017
  5. Apr 18, 2017
  6. Apr 14, 2017
  7. Apr 11, 2017
  8. Apr 10, 2017
  9. Aug 22, 2016
  10. Jul 12, 2016
    • Neelay Shah's avatar
      change order of user.set_unusable_password() (#43) · b9e12bf9
      Neelay Shah authored
      * change order of user.set_unusable_password()
      
      setting a password for user needs to be before auth.login() 
      because get_session_auth_hash() returns the salted_hmac value of salt and password.
      If it remains after the auth.login() it will return a different auth_hash 
      than what's stored in session "request.session[HASH_SESSION_KEY]".
      Also we don't need to update the user's password every time he logs in.
      
      * moved setting password from middle-ware to backend @ initial user-creation.
      
      * moved setting password from middle-ware to backend @ initial user-creation.
      b9e12bf9
  11. Jun 09, 2016
  12. May 25, 2016
  13. May 23, 2016
    • bcail's avatar
      Line endings (#38) · a80529c3
      bcail authored
      * add a .gitattributes file to make all files use LF
      
      * normalize all the line endings
      
      * remove an unused function; whitespace changes
      a80529c3
    • Sören Berger's avatar
      Always set user attributes from shibboleth parameters (#36) · 0f208b0f
      Sören Berger authored
      * Always set user attributes from shibboleth parameters
      
      * Converted parse_attributes() method to static method
      
      * Only write user object when shib_meta changed
      
      * Added test for ensure shibboleth metadata
      0f208b0f
  14. May 20, 2016
  15. May 02, 2016
  16. Feb 29, 2016
  17. Feb 26, 2016
  18. Feb 24, 2016
  19. Feb 22, 2016
  20. Feb 20, 2016
  21. Feb 18, 2016