diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-22 06:37:30 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-22 06:37:30 +0100 |
commit | b0d5b9fd2c5d5f8eb5a58b36f62dc20d6fa214b3 (patch) | |
tree | 57247808f666c2dfe689f09f0b35a0d95d958e68 /view/tpl/removeaccount.tpl | |
parent | fb1e6ca6c17dc24cfe29bde375f933822117a9af (diff) | |
parent | 75468c255a5fcb7d78a95e6c865d4d503efbfbfc (diff) | |
download | volse-hubzilla-b0d5b9fd2c5d5f8eb5a58b36f62dc20d6fa214b3.tar.gz volse-hubzilla-b0d5b9fd2c5d5f8eb5a58b36f62dc20d6fa214b3.tar.bz2 volse-hubzilla-b0d5b9fd2c5d5f8eb5a58b36f62dc20d6fa214b3.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view/tpl/removeaccount.tpl')
-rw-r--r-- | view/tpl/removeaccount.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/removeaccount.tpl b/view/tpl/removeaccount.tpl index aefcd51a8..ce6c8ac22 100644 --- a/view/tpl/removeaccount.tpl +++ b/view/tpl/removeaccount.tpl @@ -10,7 +10,7 @@ <input type="hidden" name="verify" value="{{$hash}}" /> <div class="form-group" id="remove-account-pass-wrapper"> <label id="remove-account-pass-label" for="remove-account-pass">{{$passwd}}</label> - <input class="form-control" type="password" id="remove-account-pass" name="qxz_password" /> + <input class="form-control" type="password" id="remove-account-pass" autocomplete="off" name="qxz_password" value=" " /> </div> {{include file="field_checkbox.tpl" field=$global}} <button type="submit" name="submit" class="btn btn-danger">{{$submit}}</button> |