installer: generate and use invitations
diff --git a/core/installer/welcome/create-env.html b/core/installer/welcome/create-env.html
index 6633d65..abaa197 100644
--- a/core/installer/welcome/create-env.html
+++ b/core/installer/welcome/create-env.html
@@ -12,12 +12,6 @@
<div>
<form action="/env" method="POST">
<input
- type="text"
- name="name"
- placeholder="Name"
- required
- />
- <input
type="test"
name="domain"
placeholder="Domain"
@@ -28,7 +22,12 @@
name="contact-email"
placeholder="Contact Email"
required
- />
+ />
+ <textarea
+ name="secret-token"
+ placeholder="Secret Token"
+ required
+ ></textarea>
<button type="submit" class="contrast">Create Environment</button>
</form>
</div>