1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-03-01 08:10:44 +01:00

Merge pull request #868 from vichan-devel/RealAngeleno-captchafix

fix native captcha implementation
This commit is contained in:
Lorenzo Yario 2024-12-26 22:30:48 -06:00 committed by GitHub
commit 74959aaed9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,7 @@
{% trans %}Verification{% endtrans %} {% trans %}Verification{% endtrans %}
</th> </th>
<td> <td>
<script>load_captcha("{{ config.captcha.native.provider_get }}", "{{ config.native.captcha.extra }}");</script> <script>load_captcha("{{ config.captcha.native.provider_get }}", "{{ config.captcha.native.extra }}");</script>
<noscript> <noscript>
<input class='captcha_text' type='text' name='captcha_text' size='32' maxlength='6' autocomplete='off'> <input class='captcha_text' type='text' name='captcha_text' size='32' maxlength='6' autocomplete='off'>
<div class="captcha_html"> <div class="captcha_html">