File

mod_register_web/templates/simplecaptcha.html @ 2900:0286ccacec7c

mod_auto_answer_disco_info: New module answering disco#info queries on the behalf of the recipient
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 07 Mar 2018 17:11:49 +0100
parent 1228:db85ff22ae97
line wrap: on
line source

<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>