diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-06-21 17:24:33 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-06-21 17:24:33 -0500 |
commit | f7698af1c118afa4f0db10cc0359d2b8b0e319b4 (patch) | |
tree | 70418245ca481226d6f6bc9855378ecf2c153645 /mediagoblin/templates | |
parent | c482f0149d566156c4017fa58a8d57ffde90b1dc (diff) | |
download | mediagoblin-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.html | 1 |
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> |