User logout without CSRF token redirect to 404

Created on 28 October 2024, 26 days ago

Problem/Motivation

Now with the user logout route CSRF protected introduced in version 10.3.0 the route /user/logout is redirecting to 404 rather than redirect to /user/logout/confirm.

Steps to reproduce

Use any code that has a logout path hard coded and uses the m4032404 module and it will redirect to 404 page rather than to the confirmation page.

<a href="/user/logout">{{ 'Log out'|t }}</a>

Proposed resolution

Bypass the specific route /user/logout/ using this fork: m4032404-3358555

Remaining tasks

NA

User interface changes

NA

API changes

NA

Data model changes

NA

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024