[Koha-bugs] [Bug 32066] User can get stuck on login screen

2022-11-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32066 --- Comment #3 from Marcel de Rooy --- Created attachment 143066 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=143066&action=edit Bug 32066: Check 2FA pref in check_cookie_auth Test plan: Without this patch: 1. S

[Koha-bugs] [Bug 32066] User can get stuck on login screen

2022-11-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32066 Marcel de Rooy changed: What|Removed |Added Patch complexity|--- |Small patch -- You are re

[Koha-bugs] [Bug 32066] User can get stuck on login screen

2022-11-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32066 --- Comment #2 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #1) > This change should fix the problem. > > diff --git a/C4/Auth.pm b/C4/Auth.pm > index b6933e4cc60..8bd13e88e1f 100644 > --- a/C4/Auth.pm > +++ b/C

[Koha-bugs] [Bug 32066] User can get stuck on login screen

2022-11-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32066 David Cook changed: What|Removed |Added CC||dc...@prosentient.com.au -- Y

[Koha-bugs] [Bug 32066] User can get stuck on login screen

2022-11-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32066 --- Comment #1 from Jonathan Druart --- This change should fix the problem. diff --git a/C4/Auth.pm b/C4/Auth.pm index b6933e4cc60..8bd13e88e1f 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -1784,11 +1784,13 @@ sub check_cookie_auth {

[Koha-bugs] [Bug 32066] User can get stuck on login screen

2022-11-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32066 Jonathan Druart changed: What|Removed |Added CC||m.de.r...@rijksmuseum.nl