diff mod_register_web/templates/simplecaptcha.html @ 1228:db85ff22ae97

mod_register_web: Add a simple fallback captcha
author Kim Alvefur <zash@zash.se>
date Sat, 30 Nov 2013 19:00:38 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_register_web/templates/simplecaptcha.html	Sat Nov 30 19:00:38 2013 +0100
@@ -0,0 +1,5 @@
+<tr>
+  <th>What is {x} {op} {y}?</th><td>
+    <input name="captcha_challenge" type="hidden" value="{challenge}">
+    <input name="captcha_reply" pattern="[0-9]+" required type="number">
+  </td></tr>