Project

General

Profile

Actions

Bug #87103

closed

felogin does not work on fresh install due to buggy defaults

Added by Markus Klein over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2018-12-07
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

Description

Installing v9 via composer without rsaauth causes the felogin not to work.
No error message is issued anywhere.

The reason is that the FactoryDefault sets FE|loginSecurityLevel to "rsa" even though rsaauth is not installed.
For the BE we have proper detection and a proper reset to level "normal".

root composer.json holds:

"roave/security-advisories": "dev-master",
"typo3-ter/static-info-tables-de": "^6",
"typo3/cms-core": "^8",
"helhum/typo3-console": "^5",
"reelworx/sitesetup": "dev-upgrade_8",

(sitesetup from a private repo)

composer.json from sitesetup:

"typo3/cms-core": "^8.7",
"typo3/cms-scheduler": "^8.7",
"typo3/cms-fluid-styled-content": "^8.7",
"typo3/cms-recycler": "^8.7",
"typo3/cms-rte-ckeditor": "^8.7",
"typo3/cms-felogin": "^8.7",
and other non-core exts

After composer install we run typo3cms install:setup to do the rest.

ext:rsaauth is not enabled therefore.


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Task #81852: Deprecate EXT:rsaauthClosedGeorg Ringer2017-07-13

Actions
Related to TYPO3 Core - Bug #86417: FE-Login fails after update to v9 without ext:rsaauthClosedAnja Leichsenring2018-09-28

Actions
Related to TYPO3 Core - Bug #87108: Fix failing test runClosedAnja Leichsenring2018-12-08

Actions
Actions #1

Updated by Anja Leichsenring over 5 years ago

Actions #2

Updated by Markus Klein over 5 years ago

  • Description updated (diff)
  • TYPO3 Version changed from 9 to 8
Actions #3

Updated by Markus Klein over 5 years ago

  • Description updated (diff)
Actions #4

Updated by Florian Peters over 5 years ago

  • Related to Bug #86417: FE-Login fails after update to v9 without ext:rsaauth added
Actions #5

Updated by Gerrit Code Review over 5 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59058

Actions #6

Updated by Gerrit Code Review over 5 years ago

Patch set 2 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59058

Actions #7

Updated by Gerrit Code Review over 5 years ago

Patch set 3 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59058

Actions #8

Updated by Gerrit Code Review over 5 years ago

Patch set 4 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59058

Actions #9

Updated by Gerrit Code Review over 5 years ago

Patch set 5 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59058

Actions #10

Updated by Florian Peters over 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #11

Updated by Anja Leichsenring over 5 years ago

  • Related to Bug #87108: Fix failing test run added
Actions #12

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF