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.
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>
Bypass the specific route /user/logout/ using this fork: m4032404-3358555
NA
NA
NA
NA
Active
1.0
Code