Skip to content

Commit

Permalink
EnableFailedLoginBlock configuration settings adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
afterlogic-support authored Dec 21, 2023
1 parent 4285f99 commit 6d641a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pre-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"Core": {
"SiteName": "Afterlogic WebMail Lite PHP",
"ProductName": "Afterlogic WebMail Lite PHP",
"EnableFailedLoginBlock": true
"EnableFailedLoginBlock": true,
"LoginBlockAvailableTriesCount": 10,
"LoginBlockDurationMinutes": 3
},
"CoreWebclient": {
"HeaderModulesOrder": ["mail", "contacts"],
Expand Down

0 comments on commit 6d641a1

Please sign in to comment.