aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-06-21 17:24:33 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-06-21 17:24:33 -0500
commitf7698af1c118afa4f0db10cc0359d2b8b0e319b4 (patch)
tree70418245ca481226d6f6bc9855378ecf2c153645 /mediagoblin/templates
parentc482f0149d566156c4017fa58a8d57ffde90b1dc (diff)
downloadmediagoblin-f7698af1c118afa4f0db10cc0359d2b8b0e319b4.tar.lz
mediagoblin-f7698af1c118afa4f0db10cc0359d2b8b0e319b4.tar.xz
mediagoblin-f7698af1c118afa4f0db10cc0359d2b8b0e319b4.zip
Removing the "enter your password to change your email" bit.
A good idea, though it feels fairly clumsy in the form, and I think if you're logged in you can already sabotage the user pretty well. This commit sponsored by Sergey Matveev. Thanks!
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r--mediagoblin/templates/mediagoblin/edit/edit_account.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/edit/edit_account.html b/mediagoblin/templates/mediagoblin/edit/edit_account.html
index d56b3ba0..461dd6df 100644
--- a/mediagoblin/templates/mediagoblin/edit/edit_account.html
+++ b/mediagoblin/templates/mediagoblin/edit/edit_account.html
@@ -47,7 +47,6 @@
</a>
</p>
{{ wtforms_util.render_field_div(form.new_email) }}
- {{ wtforms_util.render_field_div(form.password) }}
<div class="form_field_input">
<p>{{ form.wants_comment_notification }}
{{ wtforms_util.render_label(form.wants_comment_notification) }}</p>