Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. ↵ | Loïc Le Ninan | 2014-06-13 | 1 | -9/+9 |
| | | | | Replaced Required with InputRequired. | ||||
* | moved change_pass to basic_auth and fixed some typos with the moving of ↵ | Rodney Ewing | 2013-08-16 | 1 | -0/+13 |
| | | | | forgot pass | ||||
* | moved forgot pass to basic_auth plugin | Rodney Ewing | 2013-08-16 | 1 | -0/+17 |
| | |||||
* | updated to new render_divs macro | Rodney Ewing | 2013-07-11 | 1 | -1/+2 |
| | |||||
* | add login option: stay_logged_in | Jakob Kramer | 2013-07-11 | 1 | -0/+2 |
| | | | | | | | As proposed in issue #354; it adds an attribute max_age to mediagoblin.tools.session.Session that is passed to response.set_cookie; max_age is set to 30 days if the checkbox is selected | ||||
* | changes after cwebb's review | Rodney Ewing | 2013-06-21 | 1 | -3/+1 |
| | |||||
* | moving forgot_password views back to gmg/auth and cleanup | Rodney Ewing | 2013-05-24 | 1 | -21/+1 |
| | |||||
* | Modified basic_auth plugin to work with modified auth plugin hooks. Added ↵ | Rodney Ewing | 2013-05-24 | 1 | -1/+1 |
| | | | | context variables. Removed basic_auth/tools which was previously renamed to basic_auth/lib. | ||||
* | added Copyright header to basic_auth/forms.py | Rodney Ewing | 2013-05-24 | 1 | -0/+15 |
| | |||||
* | moved normalize_user_or_email_field to auth/tools.py from auth/forms.py | Rodney Ewing | 2013-05-24 | 1 | -1/+1 |
| | |||||
* | moved forgot pw views to basic_auth plugin | Rodney Ewing | 2013-05-24 | 1 | -0/+20 |
| | |||||
* | basic_auth v0 plugin working | Rodney Ewing | 2013-05-24 | 1 | -0/+30 |