[Moin-user] Allow editing only for auth users
R.Bauer
rb.proj at gmail.com
Sat Jan 24 16:31:44 EST 2009
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
More information about the Moin-user
mailing list