File

mod_register_web/templates/simplecaptcha.html @ 5045:6db64f64c8c9

mod_sasl2_bind2: Update xmlns to match latest XEP proposal (thanks Andrzej)
author Matthew Wild <mwild1@gmail.com>
date Thu, 22 Sep 2022 12:52:14 +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>