Some work on account deletion

This commit is contained in:
Christian Vogeley
2014-08-14 20:17:57 +02:00
parent 94ed44e76e
commit fc94a638cd
5 changed files with 99 additions and 6 deletions

View File

@@ -0,0 +1,22 @@
<h1>{{$title}}</h1>
<div id="remove-account-wrapper">
<div id="remove-account-desc">{{$desc}}</div>
<form action="{{$basedir}}/removeaccount" autocomplete="off" method="post" >
<input type="hidden" name="verify" value="{{$hash}}" />
<div id="remove-account-pass-wrapper">
<label id="remove-account-pass-label" for="remove-account-pass">{{$passwd}}</label>
<input type="password" id="remove-account-pass" name="qxz_password" />
</div>
<div id="remove-account-pass-end"></div>
{{include file="field_checkbox.tpl" field=$global}}
<input type="submit" name="submit" value="{{$submit}}" />
</form>
</div>