agrego control lockdown
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user