This commit is contained in:
copyrighttxt
2026-08-02 14:13:03 -04:00
committed by GitHub
parent 2ae91b647b
commit 9c45d7e6c8
4 changed files with 36 additions and 20 deletions
+2
View File
@@ -24,7 +24,9 @@
<form action="/signup" method="post">
<input type="text" id="username" name="username" class="form-control" placeholder="Username" value="" required>
<input type="password" name="password" id="password" class="form-control" placeholder="Password" value="" required>
{% if InviteKeysEnabled %}
<input type="text" id="invite-key" name="invite-key" class="form-control mb-2" placeholder="Invite Key" value="" required>
{% endif %}
<div id="checkboxTerms">
<input class="form-check-input" name="agreetoTermsandPrivacy" type="checkbox" id="agreeCheckbox" required>
<label class="form-check-label" for="agreeCheckbox">