]> git.koha-community.org Git - koha.git/commit
Bug 9569: Do not check the IP for login at the OPAC
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 16 Aug 2016 13:01:40 +0000 (14:01 +0100)
committerJulian Maurice <julian.maurice@biblibre.com>
Mon, 30 Jan 2017 15:22:26 +0000 (16:22 +0100)
commitf985ef45bd083e2df66b689733abfaa456a91974
treef60b1a9b2719c291e599f1164f6e439cb1a1fe18
parent599e5791b9fa26e7528e78bf7d4a6d3b5be47825
Bug 9569: Do not check the IP for login at the OPAC

At the OPAC, the AutoLocation feature should not be taken into account:
login to the OPAC from outside the IP range should work

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit af0af36bb9a520c31c31067b9b68fd565eef0e63)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/Auth.pm