add captcha to registration

This commit is contained in:
Jannis Portmann 2021-05-04 11:59:08 +02:00
parent 4fd13f7dde
commit 728727b747
5 changed files with 3951 additions and 3722 deletions

View file

@ -17,6 +17,13 @@
}) }}
{{ form_row(registrationForm.agreeTerms) }}
<div class="form-group row">
<label class="col-form-label col-sm-2">CAPTCHA</label>
<div class="col-sm-10">
<div class="frc-captcha" data-sitekey="FCMLGE739LB528NG"></div>
</div>
</div>
<button type="submit" class="btn btn-lg btn-primary">Register</button>
{{ form_end(registrationForm) }}
{% endblock %}