Skip to content
Snippets Groups Projects
Commit c262a79f authored by Christian Kuhn's avatar Christian Kuhn Committed by Wouter Wolters
Browse files

[BUGFIX] Cleanup permission settings in factory configuration

DefaultConfiguration now contains sane values for fileCreateMask
and folderCreateMask, so the values from FactoryConfiguration
can be removed.

Resolves: #49732
Related: #49162
Releases: 6.2

Change-Id: I7225648cebad697850fd2a728c021ad4ffe80b88
Reviewed-on: https://review.typo3.org/22012
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
parent 87e07fae
Branches
Tags
No related merge requests found
......@@ -8,8 +8,6 @@
return array(
'BE' => array(
'explicitADmode' => 'explicitAllow',
'fileCreateMask' => '0664',
'folderCreateMask' => '2774',
'installToolPassword' => 'bacb98acf97e0b6112b1d1b650b84971',
'loginSecurityLevel' => 'rsa',
),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment