modified check_login function to return None instead of False to be able to have...
authorRodney Ewing <ewing.rj@gmail.com>
Wed, 15 May 2013 19:08:23 +0000 (12:08 -0700)
committerRodney Ewing <ewing.rj@gmail.com>
Fri, 24 May 2013 23:52:48 +0000 (16:52 -0700)
commit0bd654a346936e8cfd25d678836ae538f50d9f17
treea43621343963468bfec52144d2296e69bb7282c1
parent9c2c9be79d210155f1b8f299d34029afe3a434ed
modified check_login function to return None instead of False to be able to have multiple plugins check_login
mediagoblin/auth/__init__.py
mediagoblin/plugins/basic_auth/__init__.py