Skip to content

Commit

Permalink
[TASK] Do not use rsa as backend login security level anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli42 committed Jan 17, 2019
1 parent 97a33cd commit 3b69abc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/Core/Acceptance/Extension/BackendEnvironment.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ public function bootstrapTypo3Environment(SuiteEvent $suiteEvent)
$localConfiguration['BE']['debug'] = true;
$localConfiguration['BE']['lockHashKeyWords'] = '';
$localConfiguration['BE']['installToolPassword'] = '$P$notnotnotnotnotnot.validvalidva';
$localConfiguration['BE']['loginSecurityLevel'] = 'rsa';
$localConfiguration['SYS']['displayErrors'] = false;
$localConfiguration['SYS']['debugExceptionHandler'] = '';
$localConfiguration['SYS']['trustedHostsPattern'] = '.*';
Expand Down

0 comments on commit 3b69abc

Please sign in to comment.