21 Feb
2024
21 Feb
'24
6:43 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36094 --- Comment #15 from David Cook <dcook@prosentient.com.au> --- Except check_api_auth() calls check_cookie_auth() and returns its status instead of processing the actual login POST :|. (I mean a function that starts with "check_*" shouldn't be performing a login in the first place anyway. Koha's auth processes are so overloaded and over-complicated for something that doesn't need to be very hard...) Ah the issue is because of the "Bug 36102: (follow-up) Add cud-login to the login form" thing. It's checking for "userid" when it should be looking for "login_userid"... -- You are receiving this mail because: You are watching all bug changes.