Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 au... | Rodney Ewing | 2013-05-24 | 1 | -10/+12 |
* | 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 h... | Rodney Ewing | 2013-05-24 | 1 | -1/+4 |
* | moved bcrypt_gen_password_hash to basic_auth/tools and added gen_password_has... | Rodney Ewing | 2013-05-24 | 1 | -0/+4 |
* | 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 |