aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/persona/forms.py
Commit message (Collapse)AuthorAgeFilesLines
* wtforms.fields.TextField was deprecatedJakob Kramer2015-03-121-3/+3
| | | | | | | WTForms documentation: > The TextField alias for StringField is deprecated. Signed-off-by: Berker Peksag <berker.peksag@gmail.com>
* Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. ↵Loïc Le Ninan2014-06-131-4/+4
| | | | Replaced Required with InputRequired.
* merge --squash persona branch to take care of a false merge commit inRodney Ewing2013-07-031-0/+41
the basic_auth branch that persona is forked from Conflicts: mediagoblin/templates/mediagoblin/auth/login.html mediagoblin/templates/mediagoblin/auth/register.html mediagoblin/templates/mediagoblin/edit/edit_account.html These are commit messages from the squashed persona stuff: - added tests and fixed minor errors - fixed a redirect loop when only persona is enabled and accessing /auth/login - moved persona.js to plugin's static dir - fixes for add/remove persona emails - add and remove personas - working with multiple plugins - working version - switched to hidden form instead of ajax - beginings