mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Admin delete user flow
This commit is contained in:
24
public/scripts/templates/deleteUser.html
Normal file
24
public/scripts/templates/deleteUser.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<div class="flex-container flexFlowColumn">
|
||||
<h3 data-i18n="Are you sure you want to delete this user?">
|
||||
Are you sure you want to delete this user?
|
||||
</h3>
|
||||
<div>
|
||||
<span data-i18n="Deleting:">Deleting:</span>
|
||||
<strong id="deleteUserName"></strong>
|
||||
</div>
|
||||
<label class="checkbox_label justifyCenter" for="deleteUserData">
|
||||
<input id="deleteUserData" name="deleteUserData" type="checkbox">
|
||||
<span data-i18n="Also wipe user data.">Also wipe user data.</span>
|
||||
</label>
|
||||
<hr>
|
||||
<div>
|
||||
<strong data-i18n="Warning:">Warning:</strong>
|
||||
<span data-i18n="This action is irreversible.">This action is irreversible.</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="deleteUserHandle" data-i18n="Type the user's handle below to confirm:">
|
||||
Type the user's handle below to confirm:
|
||||
</label>
|
||||
<input id="deleteUserHandle" name="deleteUserHandle" type="text" class="text_pole" placeholder="">
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user