]> git.koha-community.org Git - koha.git/commit
Bug 12887: User logged out on refresh after CAS authentication
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Wed, 4 Mar 2015 15:18:23 +0000 (16:18 +0100)
committerChris Cormack <chris@bigballofwax.co.nz>
Tue, 31 Mar 2015 05:23:13 +0000 (18:23 +1300)
commit461426f7502bfb8104470eb2a7d4194c19958893
treee23562f46c0cbda086dc573f75a9517054cd014e
parent408064b8005c35ad607e594445224fd2d36f2dc5
Bug 12887: User logged out on refresh after CAS authentication

If the user is already logged-in, do not trigger CAS authentication
even if there is a ticket in the parameters.

1) Authenticate to the OPAC through CAS.
2) Once redirected to your account, hit F5 or the refresh button of your browser.
3) You're logged out.

Signed-off-by: Koha Team Lyon 3 <koha@univ-lyon3.fr>
Signed-off-by: Luce Barbey <luce.barbey@cirad.fr>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Added sign of lines according to bug.
Works as described, small change.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 0c6ba2d0c4dde4237de9bcd3995254a4387b1fbe)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/Auth.pm