|
@@ -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:"
|