various bugfixes

This commit is contained in:
Joey Kimsey
2024-12-18 08:58:35 -05:00
parent a859fb7ace
commit 5fe1c3aafe
34 changed files with 92 additions and 72 deletions

View File

@ -291,6 +291,11 @@ class TheTempusProject extends Bedrock {
"type" => "text",
"pretty" => "Maximum Login Attempts per hour",
"default" => 5
],
"loginTimer" => [
"type" => "text",
"pretty" => "Maximum Login session length. (in seconds)",
"default" => 604800 // 60 * 60 * 24 * 7
]
],
"uploads" => [