aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/auth/forms.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-06-21 15:50:36 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-06-21 15:50:36 -0500
commitc482f0149d566156c4017fa58a8d57ffde90b1dc (patch)
tree10f9c9c6191f23fdf2059583d7ba68640e63cf7e /mediagoblin/auth/forms.py
parent92b22e7deac547835f69168f97012b52e87b6de4 (diff)
parent69b888c22c326b1e69ee8e050a415561b6ca6aac (diff)
downloadmediagoblin-c482f0149d566156c4017fa58a8d57ffde90b1dc.tar.lz
mediagoblin-c482f0149d566156c4017fa58a8d57ffde90b1dc.tar.xz
mediagoblin-c482f0149d566156c4017fa58a8d57ffde90b1dc.zip
Merge remote-tracking branch 'refs/remotes/rodney757-github/mail'
Diffstat (limited to 'mediagoblin/auth/forms.py')
-rw-r--r--mediagoblin/auth/forms.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/mediagoblin/auth/forms.py b/mediagoblin/auth/forms.py
index 0a391d67..ec395d60 100644
--- a/mediagoblin/auth/forms.py
+++ b/mediagoblin/auth/forms.py
@@ -58,9 +58,6 @@ class ChangePassForm(wtforms.Form):
'Password',
[wtforms.validators.Required(),
wtforms.validators.Length(min=5, max=1024)])
- userid = wtforms.HiddenField(
- '',
- [wtforms.validators.Required()])
token = wtforms.HiddenField(
'',
[wtforms.validators.Required()])