hCaptcha Integration
This commit is contained in:
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user