Roger Haase wrote:
>
> --- On Sun, 10/12/08, klaas.holwerda <[EMAIL PROTECTED]> wrote:
>
>   
>> From: klaas.holwerda <[EMAIL PROTECTED]>
>> Subject: [Moin-user] for website creation
>> To: moin-user@lists.sourceforge.net
>> Date: Sunday, October 12, 2008, 1:52 PM
>> Hi,
>>
>> I like to use MoinMoin for creating a website. Not to be in
>> general by 
>> anyone.
>> So i would like to disable editing features for all users
>> but me and 
>> some others.
>>
>> Can i disable for instance Page Actions when no one is
>> logged in?
>>
>> In my theme script (fixedleft theme), i see a function 
>> shouldShowEditBar, but how to use that??
>>
>> Does someone know topics dealing with website creation in
>> MoinMoin?
>>
>> Thanks,
>>
>> Klaas
>>
>>     
>
> I think you do not need to modify the theme.  Read the 
> HelpOnAccessControlLists page.  In topic 3. Configuration, there are the 
> "acl_rights_before" and "acl_rights_after" parameters that you can put in 
> your wikiconfig.py to control who can edit pages.
>
>
>   
Someone did send me this:

   acl_rights_before = u"YourName:read,write,delete,revert,admin"
    acl_rights_default = u"All:read"
    actions_excluded = DefaultConfig.actions_excluded + ['newaccount']

And together with shouldShowEditbar change:

http://moinmo.in/SecurityProposals

I have it very close to want i want.

Thanks all,

Klaas

>
>       
>
>   


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to