diff options
Diffstat (limited to 'html/signup.html')
-rw-r--r-- | html/signup.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/html/signup.html b/html/signup.html index 482a4ba..a5d5966 100644 --- a/html/signup.html +++ b/html/signup.html @@ -12,7 +12,10 @@ <div id="content" class="signup"> <h1>Request an Account</h1> <p> - If you haven't received the welcome email within 24 hours, please check your spam folder. + If you haven't received the welcome email within 24 hours, please check your spam folder. If you use <code>icloud.com</code> for mail, our welcome email will be rejected, so keep an eye on our fediverse account (navigation bar) to see when your user is added. + </p> + <p> + Your email address is only used to send you a welcome email. </p> <p> <form action="submit.php"> @@ -23,8 +26,10 @@ <h3>What interests you about tilde.institute?<br /></h3> <input type="text" size="48" name="interest" /> - <h3>Paste Your SSH Key in OpenSSH Format:<br /></h3> + <h3>Paste Your SSH Public 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> \ No newline at end of file +</html> |