diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-02-19 22:28:57 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-02-19 22:28:57 +0100 |
commit | fbc6c60805d733e16a3ff7fdf60f564ce69fab64 (patch) | |
tree | a17a162fef7d8d3a79a22f2363eae3f4336acd6a /view | |
parent | 02e82e496e3ec8dbd8264248ad8550dd5e335cba (diff) | |
parent | 8e586008dd8cceb02fc5378d11fce9673a0d5e41 (diff) | |
download | volse-hubzilla-fbc6c60805d733e16a3ff7fdf60f564ce69fab64.tar.gz volse-hubzilla-fbc6c60805d733e16a3ff7fdf60f564ce69fab64.tar.bz2 volse-hubzilla-fbc6c60805d733e16a3ff7fdf60f564ce69fab64.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla
Diffstat (limited to 'view')
-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" > |