Admin delete user flow

This commit is contained in:
Cohee
2024-04-10 01:01:32 +03:00
parent 56a72eea5c
commit 4f3780979e
3 changed files with 76 additions and 0 deletions

View File

@@ -77,10 +77,12 @@
</h3>
<div class="flex-container flexNoGap">
<span data-i18n="User Handle:">User Handle:</span>
<span class="warning">*</span>
<input name="handle" class="text_pole" placeholder="Lowercase letters, numbers, and dashes only." type="text" pattern="[a-z0-9-]+">
</div>
<div class="flex-container flexNoGap">
<span data-i18n="Display Name:">Display Name:</span>
<span class="warning">*</span>
<input name="_name" class="text_pole" type="text" placeholder="Anonymous" autocomplete="username">
</div>
<div class="flex-container flexNoGap">