Changes between Initial Version and Version 1 of Ticket #27518, comment 2
- Timestamp:
- Nov 21, 2016, 9:15:17 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27518, comment 2
initial v1 1 I gave a first try to the approach described in the article.1 I gave a try to the approach described in the article as solution 2 in "Plugging The Leak" section. 2 2 I kept the password_reset_confirm interface, and redirects to a password_reset_confirm_secure view. 3 3 I didn't know how to keep the original params from the view other than saving them in the session (redirect can't receive them in the keyword args, as they are used in a reverse url call).