Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changes after cwebb's review | Rodney Ewing | 2013-06-21 | 1 | -12/+0 |
| | |||||
* | modified get_user function to take kwargs instead of username | Rodney Ewing | 2013-05-27 | 1 | -2/+3 |
| | |||||
* | no need for check_login with the new check_login_simple function | Rodney Ewing | 2013-05-27 | 1 | -7/+0 |
| | |||||
* | cleanup after merge | Rodney Ewing | 2013-05-27 | 1 | -2/+2 |
| | |||||
* | added gen_password_hash and check_password functions to auth/__init__ | Rodney Ewing | 2013-05-24 | 1 | -0/+5 |
| | |||||
* | modified auth/__init__ hooks to work better with multiple plugins. Removed ↵ | Rodney Ewing | 2013-05-24 | 1 | -10/+12 |
| | | | | auth/lib.py. And added a basic_extra_verification function that all plugins will use. | ||||
* | moved fake_login_attempt to plugins | Rodney Ewing | 2013-05-24 | 1 | -0/+4 |
| | |||||
* | modified check_login function to return None instead of False to be able to ↵ | Rodney Ewing | 2013-05-24 | 1 | -1/+4 |
| | | | | have multiple plugins check_login | ||||
* | moved bcrypt_gen_password_hash to basic_auth/tools and added ↵ | Rodney Ewing | 2013-05-24 | 1 | -0/+4 |
| | | | | gen_password_hash function to auth/__init__ | ||||
* | moved bcrypt_check_password to basic_auth/tools from auth/lib | Rodney Ewing | 2013-05-24 | 1 | -2/+2 |
| | |||||
* | basic_auth v0 plugin working | Rodney Ewing | 2013-05-24 | 1 | -0/+29 |
| | |||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Changes Mediagoblin -> MediaGoblin. | Will Kahn-Greene | 2011-04-13 | 1 | -0/+15 |
| | |||||
* | Basic authentication tools using py-bcrypt | Christopher Allan Webber | 2011-04-02 | 1 | -0/+0 |