agrego control lockdown
This commit is contained in:
parent
5da7c869e3
commit
58e5b80c23
@ -76,6 +76,15 @@
|
|||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
// Enable captcha after 3 authentication failure
|
||||||
|
define('BRUTEFORCE_CAPTCHA', 10);
|
||||||
|
|
||||||
|
// Lock the account after 6 authentication failure
|
||||||
|
define('BRUTEFORCE_LOCKDOWN', 50);
|
||||||
|
|
||||||
|
// Lock account duration in minutes
|
||||||
|
define('BRUTEFORCE_LOCKDOWN_DURATION', 30);
|
||||||
|
|
||||||
dest: /var/lib/docker/volumes/kanboard_data/_data/config.php
|
dest: /var/lib/docker/volumes/kanboard_data/_data/config.php
|
||||||
register: kb_config
|
register: kb_config
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user