[Koha-bugs] [Bug 35935] Wrong branch picked after an incorrect login

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 30 10:03:39 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35935

Magnus Enger <magnus at libriotech.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #161623|0                           |1
        is obsolete|                            |

--- Comment #2 from Magnus Enger <magnus at libriotech.no> ---
Created attachment 161625
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=161625&action=edit
Bug 35935: Ensure login branch will be used after incorrect login

If a different branch is selected after an incorrect login, the previous branch
will be used.

To recreate:
* login with foo/bar, select CPL => FAIL
* login with koha/koha, select another branch => OK but CPL is picked!

It was caused by a dup of "branch" in CGI param list (and first was picked).

This patch patch also removes "koha_login_context" to not have it twice.
You can also open the source of the page to confirm that form#loginform
contains "branch" and "koha_login_context" in hidden inputs.

Signed-off-by: Magnus Enger <magnus at libriotech.no>
Tested in KTD. Works as advertised.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list