various bugfixes
This commit is contained in:
@ -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" => [
|
||||
|
Reference in New Issue
Block a user