Software /
code /
prosody-modules
File
mod_register_web/templates/simplecaptcha.html @ 1505:ba71d0ad5564
mod_message_logging/mod_message_logging.lua: Fix missing 'or'
author | daurnimator <quae@daurnimator.com> |
---|---|
date | Tue, 16 Sep 2014 17:32:45 -0400 |
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>