File

mod_register_web/templates/simplecaptcha.html @ 6311:27bb0bc3f4b5

mod_push2: always push voip notifications Even during grace period
author Stephen Paul Weber <singpolyma@singpolyma.net>
date Tue, 24 Jun 2025 12:13:27 -0500
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>