Florian Lindner schrieb:
> Hello,
> 
> how can I setup moinmoin that it allows edting only for authenticated  
> users? I've found something at http://moinmo.in/SecurityPolicy but it  
> tells me not to do it that way. http://moinmo.in/AccessControlList  
> does not really contains anything useful.
> 
> Thanks,
> 
> Florian

You need to configure acl_rights_default for the UserGroup you want to
give editing rights.
e.g

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

you may want to give to yourself before rights

acl_rights_before = u'FlorianLindner:read,write,delete,revert,admin'

Then create a page UserGroup and add the users to that page
e.g.
 * FlorianLindner
 * XYZ

restart your wiki server. Afterwards only logged in users which are
listed in the UserGroup page can edit.

Please read the HelpOnAccessControlList page once more ;)
The vars are explained there. You can join us also on IRC #moin at
chat.freenode.net if you need more help.

cheers
Reimar



------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to