feat: Basic user creation form
This commit is contained in:
parent
78df25f150
commit
e28c584b26
5 changed files with 54 additions and 5 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<div>
|
||||
<h2>Create user</h2>
|
||||
<form action="/user" method="POST">
|
||||
<input type="hidden" name="domainname" value="{{ domain.name }}">
|
||||
<input type="hidden" name="domain" value="{{ domain.name }}">
|
||||
<input type="text" name="username" placeholder="username">
|
||||
<input type="password" name="password" placeholder="password">
|
||||
<button type="submit" class="button is-info">Create</button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue