When I try to enroll in a club via the OPAC the "Finish enrollment" stage doesn't work--there's a 403 error: [WARN] Programming error - No CSRF token passed for POST http://localhost:8080/opac/svc/club/enroll (referer: http://localhost:8080/cgi-bin/koha/opac-user.pl) at /kohadevbox/koha/Koha/Middleware/CSRF.pm line 82.
Created attachment 166865 [details] [review] Bug 36883: Fix club enrollment in the OPAC The CSRF tokens were missing in the POST requests.
Created attachment 166910 [details] [review] Bug 36883: Fix club enrollment in the OPAC The CSRF tokens were missing in the POST requests. Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Created attachment 166987 [details] [review] Bug 36883: Fix club enrollment in the OPAC The CSRF tokens were missing in the POST requests. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Current patch-complexity: Trivial patch
Pushed for 24.05! Well done everyone, thank you!
Depends on Bug 4478 not in 23.11.x
Bug fix. Nothing to change in the Koha manual.