Bug #7741
Add middleware to show user messages before redirecting to another domain
Start date:
02 July 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
When messages have been sent to the user using django.contrib.auth.messages and the user is redirected to another messages, the user will only see the message when he will come back to the original domain, often out of context, exemple: text "You have been logged out" on the login page a long time after the user have been logged out.
This new middleware will replace redirections by a page showing the messages with a "Continue" button.
History
Updated by Benjamin Dauvergne over 7 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|cd6b32295164e469f9b8acd93e434b31fbc668fc.
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Résolu (à déployer) to Solution déployée
Add middleware to show user messages before redirecting to another domain (fixes #7741)