Actions
Bug #93867
closedFlash messages are not shown with EXT:felogin
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:
- Show the login form (plugin, default method)
- Click the link to ask to reset your password
- Enter your username or email address and submit
- 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