1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12960] Add warning messages when captcha is disabled or incomplete

PHPBB3-12960
This commit is contained in:
Marc Alexander
2024-04-17 19:55:06 +02:00
parent e333d96eef
commit 3e23839c04
3 changed files with 38 additions and 0 deletions

View File

@@ -35,6 +35,15 @@
<p>{UPGRADE_INSTRUCTIONS}</p>
</div>
<!-- ENDIF -->
{% if S_CAPTCHA_UNSAFE %}
<div class="errorbox">
<p>{{ lang('CAPTCHA_UNSAFE_WARNING') }}</p>
</div>
{% elseif S_CAPTCHA_INCOMPLETE %}
<div class="errorbox">
<p>{{ lang('CAPTCHA_INCOMPLETE_WARNING') }}</p>
</div>
{% endif %}
<!-- IF S_SEARCH_INDEX_MISSING -->
<div class="errorbox">