blob: a6cae77f68d2df121e3dd8c29529f4a6a8df213c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<form method="post" action="?do=DeleteUser">
<input type="hidden" name="token" value="{{token}}">
<div class="form-narrow">
<p>
Bitte bestätigen Sie, dass Sie sich vom {{suite}}-Dienst abmelden möchten.
Dabei werden all Ihre Daten, sowie sämtliche von Ihnen erstellte Virtuelle
Maschinen vom Zentral-Server gelöscht.
</p>
<div class="input-group">
<span class="input-group-addon">
<input name="confirm" type="checkbox" id="confirm">
</span>
<span class="form-control"><label for="confirm">Ich bin sicher</label></span>
</div>
<div class="pull-right">
<button type="submit" class="btn btn-danger">Account löschen</button>
</div>
</div>
</form>
|