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:
@@ -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">
|
||||
|
Reference in New Issue
Block a user