aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/basic_auth/forms.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. ↵Loïc Le Ninan2014-06-131-9/+9
| | | | Replaced Required with InputRequired.
* moved change_pass to basic_auth and fixed some typos with the moving of ↵Rodney Ewing2013-08-161-0/+13
| | | | forgot pass
* moved forgot pass to basic_auth pluginRodney Ewing2013-08-161-0/+17
|
* updated to new render_divs macroRodney Ewing2013-07-111-1/+2
|
* add login option: stay_logged_inJakob Kramer2013-07-111-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 reviewRodney Ewing2013-06-211-3/+1
|
* moving forgot_password views back to gmg/auth and cleanupRodney Ewing2013-05-241-21/+1
|
* Modified basic_auth plugin to work with modified auth plugin hooks. Added ↵Rodney Ewing2013-05-241-1/+1
| | | | context variables. Removed basic_auth/tools which was previously renamed to basic_auth/lib.
* added Copyright header to basic_auth/forms.pyRodney Ewing2013-05-241-0/+15
|
* moved normalize_user_or_email_field to auth/tools.py from auth/forms.pyRodney Ewing2013-05-241-1/+1
|
* moved forgot pw views to basic_auth pluginRodney Ewing2013-05-241-0/+20
|
* basic_auth v0 plugin workingRodney Ewing2013-05-241-0/+30