diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2018-11-27 02:23:15 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2018-11-27 02:23:15 -0800 |
commit | 66bf39d0b9fe4c00fcd9a4d0c9fe47fc9b8b8e43 (patch) | |
tree | 9a97339e9173ba2e95ef9c0aec576ce38a98e47c /commands | |
parent | fb3b9adb8dd0e5eddf042b8c711233c87239f3ef (diff) | |
download | hosting-66bf39d0b9fe4c00fcd9a4d0c9fe47fc9b8b8e43.tar.gz hosting-66bf39d0b9fe4c00fcd9a4d0c9fe47fc9b8b8e43.zip |
commands/newuser: add primitive captcha
Diffstat (limited to 'commands')
-rw-r--r-- | commands/newuser.mdwn | 1 |
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> |