Bug 31908: Resolve second login with another userid
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Tue, 8 Nov 2022 13:40:17 +0000 (13:40 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 22 Dec 2022 16:19:43 +0000 (16:19 +0000)
commit2d0a2c44e7def9002b6fc11a83c3219d070343a3
treec33741d11f7dd5acb9ebf2f009a21d500b233aad
parentd916250d31debddc4e69fd05f7d44ea38f254dda
Bug 31908: Resolve second login with another userid

Somewhere the line undef $userid got removed.
We need it to resolve the second login situation.

Test plan:
Login in staff with user missing privileges.
On the login form login again with another staff user.
Note that you do no longer crash.

Run t/db../Auth.t
Run t/db../Koha/Auth/TwoFactorAuth.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: David Cook <dcook@prosentient.com.au>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Auth.pm