coppa note on signup page

This commit is contained in:
ahriman 2020-10-30 16:37:29 -04:00
parent 020b76b6c6
commit 37e2ab0d19
1 changed files with 6 additions and 1 deletions

View File

@ -13,6 +13,9 @@
<h1>Request an Account</h1>
<p>
If you haven't received the welcome email within 24 hours, please check your spam folder.
</p>
<p>
Your email address is only used to send you a welcome email.
</p>
<p>
<form action="submit.php">
@ -25,6 +28,8 @@
<input type="text" size="48" name="interest" />
<h3>Paste Your SSH Key in OpenSSH Format:<br /></h3>
<input type="text" size="48" name="sshkey" /><br />
You must be at least 13 years old to use this system.<br />
<br />
<input type="submit" value="Submit" />
</form>
</p>
@ -32,4 +37,4 @@
</div>
</body>
</html>
</html>