]> 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)
committerKatrin Fischer <katrin.fischer.83@web.de>
Mon, 30 Jan 2017 15:01:30 +0000 (16:01 +0100)
commit617dfc685e13fb59b48e1e11d795318c1c8a19b7
tree8a6bc7566ba63f22bdcbbd9ac1017b07f1413d4f
parent37c2e5496f5b444258cb2e462b61ce3960a3720e
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: Katrin Fischer <katrin.fischer.83@web.de>
C4/Auth.pm