aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/auth/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* In this commit I made it so that each deployment can have custom settings fortilly-Q2014-04-281-1/+0
* changes after cwebb's reviewRodney Ewing2013-06-211-12/+0
* modified get_user function to take kwargs instead of usernameRodney Ewing2013-05-271-2/+3
* no need for check_login with the new check_login_simple functionRodney Ewing2013-05-271-7/+0
* cleanup after mergeRodney Ewing2013-05-271-2/+2
* 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