aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/auth/lib.py
Commit message (Collapse)AuthorAgeFilesLines
* removed email variables from globals moduleDeb2011-07-121-1/+1
|
* mediagoblin.globals->mediagoblin.mg_globalsChristopher Allan Webber2011-06-121-2/+2
|
* Use render_template utility so we can test whether or not this emailChristopher Allan Webber2011-06-051-11/+10
| | | | sends
* Moved the verification url generation string template to a global variableChristopher Allan Webber2011-06-051-5/+9
|
* Refactored the sending of verification emails.Aleksandar Micovic2011-06-021-0/+34
|
* Changes Mediagoblin -> MediaGoblin.Will Kahn-Greene2011-04-131-1/+1
|
* Clarified documentation on fake_login_attempt and restored bcrypt importChristopher Allan Webber2011-04-031-2/+5
|
* Added a fake_login_attempt utility.Christopher Allan Webber2011-04-031-1/+18
|
* We should return a unicode object in bcrypt_gen_password_hashChristopher Allan Webber2011-04-031-1/+1
|
* Basic authentication tools using py-bcryptChristopher Allan Webber2011-04-021-0/+66