hCaptcha Integration

This commit is contained in:
2024-04-23 14:05:29 +02:00
parent aea20b7a10
commit 51ee723dcb
22 changed files with 275 additions and 145 deletions

View File

@@ -53,6 +53,9 @@
class="form-control" type="email" maxlength="64" />
</div>
</div>
{% if site.captcha.enabled and site.captcha.provider == 'hcaptcha' %}
<div class="h-captcha mt-2" data-sitekey="{{ site.captcha.site_key }}"></div>
{% endif %}
<div class="input-group mt-2">
<button id='btnRequestPasswordReset' class='btn btn-primary'>
{{ L('general.submit') }}