瀏覽代碼

prevents the 'random logout bug' (https://forge.typo3.org/issues/51979)

Olivier Massot 5 年之前
父節點
當前提交
f2042142cb
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      docker/typo3/conf/LocalConfiguration.php

+ 3 - 1
docker/typo3/conf/LocalConfiguration.php

@@ -3,9 +3,10 @@ return [
     'BE' => [
         'debug' => false,
         'installToolPassword' => '$pbkdf2-sha256$25000$.PqaJ4/ltOEEgzkLb8qejA$7sU6uclI0hzXLbMNvpD7zFYeUuP9EsMZj/c5BmQXjVg',
-        'loginSecurityLevel' => 'rsa',
+        'loginSecurityLevel' => 'normal',
         'sessionTimeout' => '65000',
         'versionNumberInFilename' => '0',
+        'lockIP' => '0',
     ],
     'DB' => [
         'Connections' => [
@@ -40,6 +41,7 @@ return [
             'impexp' => 'a:0:{}',
             'info' => 'a:0:{}',
             'info_pagetsconfig' => 'a:0:{}',
+            'linkvalidator' => 'a:0:{}',
             'lowlevel' => 'a:0:{}',
             'mediace' => 'a:0:{}',
             'news' => 'a:17:{s:13:"prependAtCopy";s:1:"1";s:6:"tagPid";s:1:"1";s:12:"rteForTeaser";s:1:"0";s:22:"contentElementRelation";s:1:"1";s:21:"contentElementPreview";s:1:"1";s:13:"manualSorting";s:1:"0";s:19:"categoryRestriction";s:0:"";s:34:"categoryBeGroupTceFormsRestriction";s:1:"0";s:19:"dateTimeNotRequired";s:1:"0";s:11:"archiveDate";s:4:"date";s:12:"mediaPreview";s:5:"false";s:20:"advancedMediaPreview";s:4:"true";s:24:"showAdministrationModule";s:1:"1";s:35:"hidePageTreeForAdministrationModule";s:1:"0";s:12:"showImporter";s:1:"0";s:18:"storageUidImporter";s:1:"1";s:22:"resourceFolderImporter";s:12:"/news_import";}',