summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2018-11-27 02:23:15 -0800
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2018-11-27 02:23:15 -0800
commit66bf39d0b9fe4c00fcd9a4d0c9fe47fc9b8b8e43 (patch)
tree9a97339e9173ba2e95ef9c0aec576ce38a98e47c
parentfb3b9adb8dd0e5eddf042b8c711233c87239f3ef (diff)
downloadhosting-66bf39d0b9fe4c00fcd9a4d0c9fe47fc9b8b8e43.tar.gz
hosting-66bf39d0b9fe4c00fcd9a4d0c9fe47fc9b8b8e43.zip
commands/newuser: add primitive captcha
-rw-r--r--commands/newuser.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/newuser.mdwn b/commands/newuser.mdwn
index f48fcbd..be691ef 100644
--- a/commands/newuser.mdwn
+++ b/commands/newuser.mdwn
@@ -7,6 +7,7 @@ A confirmation email will be sent to the provided email address.
New username: #<input type="text" name="n" />
Password: #<input type="password" name="p" />
Email address: #<input type="text" name="a" />
+Put "fairlystable" here to prove you are human:#<input type="text" name="c" />
#<input type="submit" />
"""]]
</form>