forked from leftypol/leftypol
Add basic captcha
This commit is contained in:
parent
661837a4b1
commit
11bab0a9ad
8 changed files with 3935 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue