summaryrefslogtreecommitdiff
path: root/src/register/index.html
diff options
context:
space:
mode:
authorcurly <curly@infernal.garden>2024-07-17 15:56:43 -0600
committercurly <curly@infernal.garden>2024-07-17 15:56:43 -0600
commit1b239cf6a10fda1b3dc5b1a2f4009219470d5e5d (patch)
tree26b2b3e2ee8010e97105a3d97883e1913408aa2e /src/register/index.html
parent87b71455a88941f0285985c0f0566c95d6a81b9f (diff)
downloadpoko_web-1b239cf6a10fda1b3dc5b1a2f4009219470d5e5d.tar.gz
poko_web-1b239cf6a10fda1b3dc5b1a2f4009219470d5e5d.tar.bz2
poko_web-1b239cf6a10fda1b3dc5b1a2f4009219470d5e5d.zip
registration keys
Diffstat (limited to 'src/register/index.html')
-rw-r--r--src/register/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/register/index.html b/src/register/index.html
index 38bcef7..8fe1774 100644
--- a/src/register/index.html
+++ b/src/register/index.html
@@ -30,6 +30,8 @@
<input type="password" id="password" minlength="4" required>
<label for="id">ID (OPTIONAL)<br>THIS IS WHAT YOU USE TO LOGIN. <bold>DO NOT LOSE IT!</bold> ONE WILL BE GENERATED IF NOT SPECIFIED.</label>
<input type="text" id="id" minlength="4" maxlength="4" pattern="[0123456789abcedfABCDEF]{4}">
+ <label for="key">REGISTRATION KEY</label>
+ <input type="text" id="key" minlength="1" required>
<input type="submit" class="button formbutton" value="REGISTER">
</form>
</div>