Development #7518
Rewrite password reset views as CBV, remove intermediate notification views use the messages framework instead, add tests
Start date:
10 Jun 2015
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
Associated revisions
cbv: add NextURLViewMixin (#7518)
It's a helper mixin to make views returning to their referrer or a next
URL parameter.
profile_views: rewrite password reset views as a cbv (#7518)
Also login the user after reset and keep around the next URL parameter
during the full workflow.
utils: in make_url() do not encode slash characters in query string values (#7518)
The urlencode() template filter in templates has the same setting,
it's easier for testing presence of URL in templates to use the same setting
in make_url().
tests: add a PasswordResetTest (#7518)
History
Updated by Benjamin Dauvergne over 5 years ago
- Status changed from Nouveau to Résolu (à déployer)
Updated by Benjamin Dauvergne about 5 years ago
- Status changed from Résolu (à déployer) to Solution déployée
utils: add a status parameter to redirect() (#7518)
Default value is 302, use 303 for redirecting POST. Permanent parameter
is still there and forces status=301.