acl strict mode by default

This commit is contained in:
yuri
2019-08-06 14:59:55 +03:00
parent c0800a4d16
commit 2dabecbae3
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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,
];