diff options
author | Mario <mario@mariovavti.com> | 2023-01-04 20:14:11 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-01-04 20:14:11 +0000 |
commit | 2eb4d8762101df4e5dc6feddcfd479727853763b (patch) | |
tree | 29067774dc0afff58031ef5eab2f5585235b0a38 /view/tpl | |
parent | 435888c1a32329280b2c5f1ef5be10b08bfe4d7f (diff) | |
download | volse-hubzilla-2eb4d8762101df4e5dc6feddcfd479727853763b.tar.gz volse-hubzilla-2eb4d8762101df4e5dc6feddcfd479727853763b.tar.bz2 volse-hubzilla-2eb4d8762101df4e5dc6feddcfd479727853763b.zip |
fix issue #1717
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/settings_account.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/settings_account.tpl b/view/tpl/settings_account.tpl index c81f1abbb..2b942d694 100644 --- a/view/tpl/settings_account.tpl +++ b/view/tpl/settings_account.tpl @@ -8,6 +8,9 @@ <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> <div class="section-content-tools-wrapper"> {{include file="field_input.tpl" field=$email}} + {{if $email_hidden}} + <input type='hidden' name='email' value='{{$email_hidden}}'> + {{/if}} {{include file="field_password.tpl" field=$origpass}} {{include file="field_password.tpl" field=$password1}} {{include file="field_password.tpl" field=$password2}} |