Created captcha type (this works, but still no image generation)
This commit is contained in:
4
Resources/views/captcha.html.twig
Normal file
4
Resources/views/captcha.html.twig
Normal file
@ -0,0 +1,4 @@
|
||||
{% block captcha_widget %}
|
||||
[{{ captcha_code }}]<br />
|
||||
{{ form_widget(form) }}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user