mirror of
https://github.com/wekan/wekan.git
synced 2026-02-15 12:38:06 +01:00
Changed brute force protection package from eluck:accounts-lockout to
lucasantoniassi:accounts-lockout that is maintained and works. Added Snap/Docker/Source settings. Thanks to xet7 ! Closes #1572, closes #1821
This commit is contained in:
parent
4ac8247db0
commit
b7c000b78b
10 changed files with 115 additions and 5 deletions
|
|
@ -40,6 +40,24 @@ echo -e "\t$ snap set $SNAP_NAME with-api='true'"
|
|||
echo -e "\t-Disable the API:"
|
||||
echo -e "\t$ snap set $SNAP_NAME with-api='false'"
|
||||
echo -e "\n"
|
||||
echo -e "Accounts lockout known users failures before, greater than 0. Default: 3"
|
||||
echo -e "\t$ snap set $SNAP_NAME accounts-lockout-known-users-failures-before='3'"
|
||||
echo -e "\n"
|
||||
echo -e "Accounts lockout know users period, in seconds. Default: 60"
|
||||
echo -e "\t$ snap set $SNAP_NAME accounts-lockout-known-users-period='60'"
|
||||
echo -e "\n"
|
||||
echo -e "Accounts lockout unknown failure window, in seconds. Default: 15"
|
||||
echo -e "\t$ snap set $SNAP_NAME accounts-lockout-known-users-failure-window='15'"
|
||||
echo -e "\n"
|
||||
echo -e "Accounts lockout unknown users failures before, greater than 0. Default: 3"
|
||||
echo -e "\t$ snap set $SNAP_NAME accounts-lockout-unknown-users-failures-before='3'"
|
||||
echo -e "\n"
|
||||
echo -e "Accounts lockout unknown users lockout period, in seconds. Default: 60"
|
||||
echo -e "\t$ snap set $SNAP_NAME accounts-lockout-unknown-users-lockout-period='60'"
|
||||
echo -e "\n"
|
||||
echo -e "Accounts lockout unknown users failure window, in seconds. Default: 15"
|
||||
echo -e "\t$ snap set $SNAP_NAME accounts-lockout-unknown-users-failure-window='15'"
|
||||
echo -e "\n"
|
||||
echo -e "To enable the Email Notification Timeout of wekan in ms, default 30000 (=30s):"
|
||||
echo -e "\t$ snap set $SNAP_NAME email-notification-timeout='10000'"
|
||||
echo -e "\t-Disable the Email Notification Timeout of Wekan:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue