diff options
author | redmatrix <git@macgirvin.com> | 2016-02-19 13:18:51 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-19 13:18:51 -0800 |
commit | 8e586008dd8cceb02fc5378d11fce9673a0d5e41 (patch) | |
tree | eb95c14b5c136fbddf074517e47b9c712e4c272a /view/tpl/settings_account.tpl | |
parent | 50c7c33ed199fad3b17b8beef544743e107e547f (diff) | |
download | volse-hubzilla-8e586008dd8cceb02fc5378d11fce9673a0d5e41.tar.gz volse-hubzilla-8e586008dd8cceb02fc5378d11fce9673a0d5e41.tar.bz2 volse-hubzilla-8e586008dd8cceb02fc5378d11fce9673a0d5e41.zip |
issue #287 require old password to change password
Diffstat (limited to 'view/tpl/settings_account.tpl')
-rwxr-xr-x | view/tpl/settings_account.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/settings_account.tpl b/view/tpl/settings_account.tpl index 9f550fe4a..4a93e0610 100755 --- a/view/tpl/settings_account.tpl +++ b/view/tpl/settings_account.tpl @@ -8,6 +8,7 @@ <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> <div class="section-content-tools-wrapper"> {{include file="field_input.tpl" field=$email}} + {{include file="field_password.tpl" field=$origpass}} {{include file="field_password.tpl" field=$password1}} {{include file="field_password.tpl" field=$password2}} <div class="settings-submit-wrapper" > |