This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
<p class="eyebrow">NEW ACCOUNT</p><h2>Add a teammate</h2>
|
||||
<form method="post" action="/admin/users" class="stack-form">
|
||||
<input type="hidden" name="csrf" value="{{.CSRF}}">
|
||||
<label>Full name<input name="display_name" required maxlength="100" placeholder="Sara Ahmadi"></label>
|
||||
<label>Full name<input name="display_name" required maxlength="100" placeholder="Navid Somthingi"></label>
|
||||
<div class="form-row">
|
||||
<label>Username<input name="username" required maxlength="40" autocomplete="off" placeholder="sara"></label>
|
||||
<label>Email <small>Optional</small><input type="email" name="email" maxlength="200" placeholder="sara@example.com"></label>
|
||||
<label>Username<input name="username" required maxlength="40" autocomplete="off" placeholder="navid"></label>
|
||||
<label>Email <small>Optional</small><input type="email" name="email" maxlength="200" placeholder="navid@example.com"></label>
|
||||
</div>
|
||||
<label>Temporary password<input type="password" name="password" minlength="8" required autocomplete="new-password" placeholder="At least 8 characters"></label>
|
||||
<label>Access level
|
||||
|
||||
Reference in New Issue
Block a user