Hi,
On Fri, Nov 14, 2008 at 11:25 AM, Jesse Weaver <[EMAIL PROTECTED]> wrote:
> As far as I know the only pages that should have authnotrequired => 1 are
> the error pages; does that sound right to everyone?
Yes.
Regards,
Galen
--
Galen Charlton
VP, Research & Development, LibLime
[EMAIL PROTE
On Thu, Nov 13, 2008 at 4:51 PM, Rick Welykochy <[EMAIL PROTECTED]> wrote:
> Jesse Weaver wrote:
>
> As far as I know, the staff side already has this requirement; are you
>> referring to the OPAC?
>>
>
> There are many scripts on the staff side that have
> the flag enabled, i.e. login not requir
Jesse Weaver wrote:
> As far as I know, the staff side already has this requirement; are you
> referring to the OPAC?
There are many scripts on the staff side that have
the flag enabled, i.e. login not required.
grep -rl "authnotrequired => 1" /usr/share/koha/intra*/*
will show which ones.
S
On Wed, Nov 12, 2008 at 7:19 PM, Rick Welykochy <[EMAIL PROTECTED]> wrote:
> Hi all
>
> I am about to lock down a client Koha site so that users *MUST* be
> logged in to access any page. In Koha/2.2.9 this was straightforward:
>
>vi `grep -rl "authnotrequired => 1" /usr/local/koha/`
>
>an