Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed email variables from globals module | Deb | 2011-07-12 | 1 | -1/+1 |
| | |||||
* | mediagoblin.globals->mediagoblin.mg_globals | Christopher Allan Webber | 2011-06-12 | 1 | -2/+2 |
| | |||||
* | Use render_template utility so we can test whether or not this email | Christopher Allan Webber | 2011-06-05 | 1 | -11/+10 |
| | | | | sends | ||||
* | Moved the verification url generation string template to a global variable | Christopher Allan Webber | 2011-06-05 | 1 | -5/+9 |
| | |||||
* | Refactored the sending of verification emails. | Aleksandar Micovic | 2011-06-02 | 1 | -0/+34 |
| | |||||
* | Changes Mediagoblin -> MediaGoblin. | Will Kahn-Greene | 2011-04-13 | 1 | -1/+1 |
| | |||||
* | Clarified documentation on fake_login_attempt and restored bcrypt import | Christopher Allan Webber | 2011-04-03 | 1 | -2/+5 |
| | |||||
* | Added a fake_login_attempt utility. | Christopher Allan Webber | 2011-04-03 | 1 | -1/+18 |
| | |||||
* | We should return a unicode object in bcrypt_gen_password_hash | Christopher Allan Webber | 2011-04-03 | 1 | -1/+1 |
| | |||||
* | Basic authentication tools using py-bcrypt | Christopher Allan Webber | 2011-04-02 | 1 | -0/+66 |