]> git.koha-community.org Git - koha.git/commit
Bug 11715: Set the default of authnotrequired = 0 in get_template_and_user
authorChris Cormack <chrisc@catalyst.net.nz>
Mon, 10 Mar 2014 21:51:00 +0000 (10:51 +1300)
committerKyle M Hall <kyle@bywatersolutions.com>
Thu, 26 Jun 2014 10:31:44 +0000 (06:31 -0400)
commit8bf6ada2b04b33caf4a51933ba5d771485e78f0b
treedf671337b62a8bbdb32fb2f2bec47a061a93a81a
parent154ee87c5ebf972286971d90b2721cbc5b1839f3
Bug 11715: Set the default of authnotrequired = 0 in get_template_and_user

To test:

Verify that pages in the OPAC and staff interface display correctly.

Note that there are cases where 'authnotrequired' was not passed
at all to get_template_and_user, so there may be pages that start
requiring authentication.  Whether that is correct or not depends
on context.

Follow up patches are to remove all the unnessecary setting of this
value, so that the only places we set are when we do want
authnotrequired=1

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
C4/Auth.pm