Software /
code /
prosody-modules
Comparison
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 |
comparison
equal
deleted
inserted
replaced
1227:6015434f0e05 | 1228:db85ff22ae97 |
---|---|
1 <tr> | |
2 <th>What is {x} {op} {y}?</th><td> | |
3 <input name="captcha_challenge" type="hidden" value="{challenge}"> | |
4 <input name="captcha_reply" pattern="[0-9]+" required type="number"> | |
5 </td></tr> |