<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d">> I am using MoinMoin to run a non-wiki website.  My config ACL setup is:<br>

><br>
> acl_rights_default = u'Administrators:read,write,delete,revert,admin<br>
> All:read'<br>
> acl_rights_before  = u'Administrators:read,write,delete,revert,admin'<br>
><br>
<br>
</div>That sounds wrong because the page name has to end with Group or you<br>
have to show your page_group_regex definition.<br>
<div class="Ih2E3d"></div></blockquote><div><br></div><div>Sorry, I think my message was confusing -- I meant "Administrators" as just a placeholder for the names of some administrators, such as "Admin1,Admin2,Admin3", not to refer to a Group.</div>
<div><br></div><div>(But I could of course create a group such as "AdminGroup" with those same names, and use that instead of listing them.)</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="Ih2E3d">> What I would like is for (logged-in) users to automatically have permission<br>
> to create and edit their own homepages, which they do not with these ACL<br>
> settings.  Thus far, I have been creating the user homepages myself and<br>
> setting the ACL on that page as:<br>
<br>
<br>
</div>you could setup acl_rights_default = u"UserGroup:read,write All:read"<br>
that will enable people on the page UserGroup listed to change and<br>
create pages. If they are not logged in they can read.<br>
and acl_rights_before  =<br>
u'AdministratorsGroup:read,write,delete,revert,admin'<br>
<br>
also you could setup a special Known identifier e.g. acl_rights_default<br>
= u"Known:read,write" Then everyone with an account has this right.<br>
<br>
I do prefer to use the UserGroup page.<br></blockquote><div><br></div><div>It seems to me that this would allow any user in the "UserGroup" (or any "Known" user, for the second option) to edit ANY page.  Is that right?</div>
<div><br></div><div>I would rather that they can edit only their personal homepage, and not other pages.</div><div><br></div><div>Best, C</div></div>