Software / code / prosody-modules
File
mod_register_web/templates/simplecaptcha.html @ 6214:fe9f2c618e8a
mod_push2: option to keep hibernating after first push
| author | Stephen Paul Weber <singpolyma@singpolyma.net> |
|---|---|
| date | Mon, 24 Mar 2025 09:28:25 -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>