Software / code / prosody-modules
File
mod_register_web/templates/simplecaptcha.html @ 5273:40be37652d70
mod_http_oauth2: Fix traceback on missing 'scope' parameter
parse_scopes() takes a string and it is not optional
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 24 Mar 2023 00:07:58 +0100 |
| 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>