fix workspace access and vendor correct fonts
Test and publish / verify (push) Successful in 2m22s

This commit is contained in:
2026-08-04 20:07:35 +03:30
parent 29d7f1636f
commit 9380f116d7
46 changed files with 320 additions and 122 deletions
+3 -3
View File
@@ -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