Project

General

Profile

Actions

Bug #93867

closed

Flash messages are not shown with EXT:felogin

Added by Xavier Perseguers about 3 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
Start date:
2021-04-07
Due date:
% Done:

100%

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

Description

Step to reproduce:

  1. Show the login form (plugin, default method)
  2. Click the link to ask to reset your password
  3. Enter your username or email address and submit
  4. You get redirected to the login form

What is missing is a Flash message on the login form telling you that an email has been sent bla bla bla.

The Flash message is actually generated and persisted in DB in ses_data from the session in fe_sessions but the session ID "changes" when going back to the login form and:

  • The Flash message is not shown
  • The fe_session table is being polluted with dangling sessions

Possibly related to #93386

Actions

Also available in: Atom PDF