- π«π·France 5
Maybe we can refactor this cancel confirm route so it asks your password one last time.
Something like changing the link form cancellation_url to /user/login?destination=cancellation_url, which should transparently
- if not connected, makes the user land on user login form instead of unattended 403 (making it understand it may login in order to confirm the cancellation of its account)
- if connected, makes the user land to the cancellation confirmation page
?