acl strict mode by default
This commit is contained in:
@@ -166,7 +166,7 @@ return [
|
||||
'cleanupAuthTokenPeriod' => '1 month',
|
||||
'currencyFormat' => 2,
|
||||
'currencyDecimalPlaces' => 2,
|
||||
'aclStrictMode' => false,
|
||||
'aclStrictMode' => true,
|
||||
'aclAllowDeleteCreated' => false,
|
||||
'aclAllowDeleteCreatedThresholdPeriod' => '24 hours',
|
||||
'inlineAttachmentUploadMaxSize' => 20,
|
||||
|
||||
@@ -282,4 +282,5 @@ return [
|
||||
'requiredMariadbVersion' => '5.5.3',
|
||||
'recommendedMariadbParams' => [],
|
||||
'ldapPortalUserLdapAuth' => false,
|
||||
'aclStrictMode' => true,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user