Software / code / prosody-modules
File
mod_register_web/templates/simplecaptcha.html @ 5854:801f64e6d4e9
mod_pubsub_mqtt: Add TLS port (default 8883) for MQTT connections
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Tue, 30 Jan 2024 14:11:35 +0000 |
| 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>