summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-10-01 01:37:41 +0200
committerMarian Sigler <m@qjym.de>2012-10-01 01:37:41 +0200
commite712284e6dacc85677da480ff0be03c524d85d9a (patch)
treec65b608096623de20179c9a4529649aac9606b77 /templates
parentd70bd03975f9bff365a917f07fbf5306eb171aee (diff)
downloadweb-e712284e6dacc85677da480ff0be03c524d85d9a.tar.gz
web-e712284e6dacc85677da480ff0be03c524d85d9a.tar.bz2
web-e712284e6dacc85677da480ff0be03c524d85d9a.zip
settings: require old password to change password (only therefore)
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/settings.html b/templates/settings.html
index c91d978..c0854e5 100644
--- a/templates/settings.html
+++ b/templates/settings.html
@@ -5,6 +5,8 @@
<form action="{{ url_for('settings') }}" method="post" class="form-horizontal">
<h2>Globale Einstellungen ändern</h2>
{{ render_field(form.mail) }}
+ <p></p>
+ {{ render_field(form.old_password) }}
{{ render_field(form.password) }}
{{ render_field(form.password_confirm) }}
{{ render_csrf(form) }}