aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/auth/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* added gen_password_hash and check_password functions to auth/__init__Rodney Ewing2013-05-241-0/+5
* modified auth/__init__ hooks to work better with multiple plugins. Removed au...Rodney Ewing2013-05-241-10/+12
* moved fake_login_attempt to pluginsRodney Ewing2013-05-241-0/+4
* modified check_login function to return None instead of False to be able to h...Rodney Ewing2013-05-241-1/+4
* moved bcrypt_gen_password_hash to basic_auth/tools and added gen_password_has...Rodney Ewing2013-05-241-0/+4
* moved bcrypt_check_password to basic_auth/tools from auth/libRodney Ewing2013-05-241-2/+2
* basic_auth v0 plugin workingRodney Ewing2013-05-241-0/+29
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
* Changes Mediagoblin -> MediaGoblin.Will Kahn-Greene2011-04-131-0/+15
* Basic authentication tools using py-bcryptChristopher Allan Webber2011-04-021-0/+0