[Moin-user] ACLs and user homepages
R.Bauer
rb.proj at gmail.com
Wed Feb 25 13:05:44 EST 2009
Christopher MacMinn schrieb:
> Hi folks -
> I am using MoinMoin to run a non-wiki website. My config ACL setup is:
>
> acl_rights_default = u'Administrators:read,write,delete,revert,admin
> All:read'
> acl_rights_before = u'Administrators:read,write,delete,revert,admin'
>
That sounds wrong because the page name has to end with Group or you
have to show your page_group_regex definition.
> where "Administrators" is of course one or more users who should have admin
> rights (myself included).
>
> What I would like is for (logged-in) users to automatically have permission
> to create and edit their own homepages, which they do not with these ACL
> settings. Thus far, I have been creating the user homepages myself and
> setting the ACL on that page as:
you could setup acl_rights_default = u"UserGroup:read,write All:read"
that will enable people on the page UserGroup listed to change and
create pages. If they are not logged in they can read.
and acl_rights_before =
u'AdministratorsGroup:read,write,delete,revert,admin'
also you could setup a special Known identifier e.g. acl_rights_default
= u"Known:read,write" Then everyone with an account has this right.
I do prefer to use the UserGroup page.
cheers
Reimar
More information about the Moin-user
mailing list