feat(altcha): add altcha validation layer to login
Some checks failed
Cadoles/hydra-sql/pipeline/head There was a failure building this commit
Some checks failed
Cadoles/hydra-sql/pipeline/head There was a failure building this commit
This commit is contained in:
18
templates/altcha.html.twig
Normal file
18
templates/altcha.html.twig
Normal file
@ -0,0 +1,18 @@
|
||||
{% block altcha_widget %}
|
||||
<style>
|
||||
.altcha label {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
</style>
|
||||
<altcha-widget
|
||||
challengejson={{challengeJson}}
|
||||
name={{form.vars.full_name}}
|
||||
strings="{{translations}}"
|
||||
hidelogo
|
||||
hidefooter
|
||||
workers= {{ workers }}
|
||||
delay={{ delay }}
|
||||
{{ debug ? 'debug' : ''}}
|
||||
{{ mockError ? 'mockerror' : ''}}
|
||||
></altcha-widget>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user