https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36094
--- Comment #15 from David Cook <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
