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
Updated by Oliver Bartsch about 3 years ago
- Status changed from New to Needs Feedback
Hi Xavier, just checked this in latest master and can no longer reproduce. Could you please check, if this issue still exists for you?
Updated by Xavier Perseguers about 3 years ago
- Status changed from Needs Feedback to Resolved
- % Done changed from 0 to 100
In fact, looks like it's working now. Thanks for commenting.
Updated by Oliver Bartsch about 3 years ago
- Status changed from Resolved to Closed
Alright, then I'll close this issue now. Thanks for the fast feedback.
Actions