]> git.koha-community.org Git - koha.git/commit
Bug 29957: Clear cookies on logout
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 27 Jan 2022 11:33:57 +0000 (12:33 +0100)
committerKyle Hall <kyle@bywatersolutions.com>
Fri, 15 Apr 2022 11:15:20 +0000 (07:15 -0400)
commit2b47da141823f98e280e52c60f49837737abc83a
tree8dc39b9e730c9aa143190b103ee42d9968d04705
parent61468ffe6d201cdb1257923d9fed575ffb5911cb
Bug 29957: Clear cookies on logout

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Amended: Reverted the change to $cookies to minimize changes.
Fixed Auth.t where checkauth is being mocked.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Auth.pm
t/db_dependent/Auth.t