TYPO3 CMS  TYPO3_7-6
FactoryConfiguration.php File Reference

Go to the source code of this file.

Variables

 return ['BE'=> ['explicitADmode'=> 'explicitAllow', 'loginSecurityLevel'=> 'rsa',], 'EXT'=> ['extConf'=> ['rsaauth'=> 'a:1:{s:18:"temporaryDirectory";s:0:"";}', 'saltedpasswords'=> serialize(['BE.'=> ['saltedPWHashingMethod'=> \TYPO3\CMS\Saltedpasswords\Salt\PhpassSalt::class, 'forceSalted'=> 0, 'onlyAuthService'=> 0, 'updatePasswd'=> 1,], 'FE.'=> ['enabled'=> 1, 'saltedPWHashingMethod'=> \TYPO3\CMS\Saltedpasswords\Salt\PhpassSalt::class, 'forceSalted'=> 0, 'onlyAuthService'=> 0, 'updatePasswd'=> 1,],]),],], 'FE'=> ['loginSecurityLevel'=> 'rsa', 'enableRecordRegistration'=> false, 'cHashIncludePageId'=> true,], 'GFX'=> ['jpg_quality'=> '80',], 'SYS'=> ['isInitialInstallationInProgress'=> true, 'isInitialDatabaseImportDone'=> false, 'sitename'=> 'New TYPO3 site',],]
 

Variable Documentation

◆ return

return[ 'BE'=> [ 'explicitADmode'=> 'explicitAllow', 'loginSecurityLevel'=> 'rsa',], 'EXT'=> [ 'extConf'=> [ 'rsaauth'=> 'a:1:{s:18:"temporaryDirectory";s:0:"";}', 'saltedpasswords'=> serialize([ 'BE.'=> [ 'saltedPWHashingMethod'=> \TYPO3\CMS\Saltedpasswords\Salt\PhpassSalt::class, 'forceSalted'=> 0, 'onlyAuthService'=> 0, 'updatePasswd'=> 1,], 'FE.'=> [ 'enabled'=> 1, 'saltedPWHashingMethod'=> \TYPO3\CMS\Saltedpasswords\Salt\PhpassSalt::class, 'forceSalted'=> 0, 'onlyAuthService'=> 0, 'updatePasswd'=> 1,],]),],], 'FE'=> [ 'loginSecurityLevel'=> 'rsa', 'enableRecordRegistration'=> false, 'cHashIncludePageId'=> true,], 'GFX'=> [ 'jpg_quality'=> '80',], 'SYS'=> [ 'isInitialInstallationInProgress'=> true, 'isInitialDatabaseImportDone'=> false, 'sitename'=> 'New TYPO3 site',],]

This is a boilerplate of typo3conf/LocalConfiguration.php. It is used as base file during installation and can be overloaded with a package specific file typo3conf/AdditionalFactoryConfiguration.php from eg. the government or introduction package.

Definition at line 46 of file FactoryConfiguration.php.