21 lines
614 B
HTML
21 lines
614 B
HTML
<include href="header.html" />
|
|
|
|
<check if="isset(@confirm)">
|
|
<true>
|
|
<form action="{{@REALM}}" method="POST">
|
|
<fieldset>
|
|
<legend>Really Delete User {{ @PARAMS.username }}</legend>
|
|
<br>
|
|
<input type="submit" value="Delete {{ @PARAMS.username }}">
|
|
<br>
|
|
<small><b>CAUTION:</b> This will permanently remove the user {{ @PARAMS.username }} and any related settings and files from this server. There is no undo after this!</small>
|
|
</fieldset>
|
|
</form>
|
|
</true>
|
|
<false>
|
|
Go to <a href="{{@BASE}}/Users">Users</a></br>
|
|
</false>
|
|
</check>
|
|
|
|
<include href="footer.html" />
|