R.Bauer schrieb:
> Jeremiah Jester schrieb:
>> Hello,
>>
>> I'm a new to moinmoin and have inherited a wiki that is already up and
>> running. I would like to make it required for users to login to access
>> the site using their moinmoin user id. Security and the ability to track
>> changes for documents are the two main reasons for getting this setup.
>>
>> I've reviewed the documentation but nothing has worked. Can someone give
>> me a walk through or point me in the right direction?
>>
>> Thanks,
>> Jeremiah
>>
>>
> 
> You do need to define acls, see
> 
> http://master.moinmo.in/HelpOnAccessControlLists
> 
> or in your wiki.
> 
> e.g. if you set
> 
> 
> acl_rights_before = u'UserName:read,write,revert,delete,admin'
> acl_rights_default = u'UserGroup:read,write,revert,delete'
> 
> 
> then the user with the name UserName has the before right and is allowed
> to change acl settings on a page by the admin right.
> 
> Only users which are listed on the page UserGroup have
> read,write,revert,delete rights on default. If one (UserName) has added
> an #acl line on the page this overwrites the default settings.
> 
> 
> cheers
> Reimar

if you do want only known users (no anynymous users) you also can use

acl_rights_default = u'Known:read,write,revert,delete'

then people need an account to access pages.

cheers
Reimar






------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to