mod_register_web/templates/simplecaptcha.html
author tmolitor <thilo@eightysoft.de>
Fri, 18 Aug 2017 00:56:38 +0200
changeset 2748 f70c02c14161
parent 1228 db85ff22ae97
permissions -rw-r--r--
mod_smacks: Trigger event smacks-hibernation-end after queue resend This is more sensible and allows other modules to send out stanzas when handling this event without messing with the order of stanzas.

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