-
I just updated from 1.2.40 to 1.2.42 (skipping 1.2.41) on Debian 12.8 with PHP 8.3.13 fpm-fcgi and mysql 8.0.40. Selecting logout from the menu results in a 403 response and an Access Forbidden message. Additionally, the user is not logged out. I recall similar behavior about a year ago that seems to align with #5308, although that issue was returning HTTP 500, not HTTP 403. Logout was working fine prior to my Kanboard version update today. This affects both local and LDAP accounts. Commenting out line 61 in Edited to add additional detail and a workaround. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Make sure to update your plugins if have any. Some plugins are not yet updated by their authors. See https://kanboard.discourse.group/t/kanboard-1-2-41/3289/11 |
Beta Was this translation helpful? Give feedback.
-
Thanks. Updating the Customizer plugin to use creecros/Customizer#154 from @alfredbuehler allowed me to remove the comment in front of line 61 in |
Beta Was this translation helpful? Give feedback.
Thanks.
Updating the Customizer plugin to use creecros/Customizer#154 from @alfredbuehler allowed me to remove the comment in front of line 61 in
app/Controller/AuthController.php
.