Looking at the change, it looks like a non logged in person can still see 
"[Wiki]".  
Could I suggest that the append statement comes inside the if 
self.auth.user test:

if self.auth.user:
    menu.append((current.T('[Wiki]'), None, None, submenu))


On Friday, October 26, 2012 2:22:36 AM UTC+13, Massimo Di Pierro wrote:
>
> I agree. Changed the behavior in trunk.
>
> On Thursday, 25 October 2012 03:44:08 UTC-5, Andrew W wrote:
>>
>> the [wiki] menu option is good for the person maintaining the website, 
>> but shouldn't be seen by others (at least those not logged in) .
>> How do I hide it for unauthorised users ?
>>
>> Any update on when the book will contain auth.wiki information ?  I can 
>> see plugin_wiki still there.
>>
>> Thanks
>>
>> Andrew W
>>
>

-- 



Reply via email to