Add basic captcha

This commit is contained in:
discomrade 2021-05-05 10:29:06 -02:00
parent 661837a4b1
commit 11bab0a9ad
8 changed files with 3935 additions and 0 deletions

View file

@ -96,6 +96,17 @@
</td>
</tr>
{% endif %}
{% if config.securimage %}
<tr>
<th>
Captcha
</th>
<td>
<img src="{{ config.root }}/captcha.php"><br />
<input type="text" name="captcha" size="25" maxlength="10" autocomplete="off">
</td>
</tr>
{% endif %}
{% if config.user_flag %}
<tr>
<th>{% trans %}Flag{% endtrans %}</th>