diff options
-rw-r--r-- | newuser.mdwn | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/newuser.mdwn b/newuser.mdwn index 1d7785e..91b4e91 100644 --- a/newuser.mdwn +++ b/newuser.mdwn @@ -4,13 +4,11 @@ A confirmation email will be sent to the provided email address. <form action="https://secure.diyhpl.us/piny-newuser" method="post"> -<script src="http://www.google.com/recaptcha/api/challenge?k=6LfwS_8SAAAAANNJvFTN0%2dtrUxAFkpp7lEb64KYz" type="text/javascript"></script> -<noscript><iframe frameborder="0" height="300" src="http://www.google.com/recaptcha/api/noscript?k=6LfwS_8SAAAAANNJvFTN0%2dtrUxAFkpp7lEb64KYz" width="500"></iframe><textarea cols="40" name="recaptcha_challenge_field" rows="3"></textarea><input name="recaptcha_response_field" type="hidden" value="manual_challenge" /></noscript> - [[!table format=dsv delimiter=# data=""" New username: #<input type="text" name="n" /> Password: #<input type="password" name="p" /> Email address: #<input type="text" name="a" /> +Put "diyh+" here to prove you are human:#<input type="text" name="c" /> #<input type="submit" /> """]] </form> |