George Dinwiddie schrieb:
> Todd O'Bryan wrote:
>> Users in a group used to be able to edit pages, but since an upgrade
>> all the pages are listed as immutable for anyone in the group.
>>
>> I have all my users in a MembersGroup page and here are my settings in
>> farmconfig.py:
>>
>>     # IMPORTANT: grant yourself admin rights! replace YourName with
>>     # your user name. See HelpOnAccessControlLists for more help.
>>     # All acl_rights_xxx options must use unicode [Unicode]
>>     acl_rights_before = u"ToddOBryan:read,write,delete,revert,admin
>> MembersGroup:read,write,revert"
>>     acl_rights_default = u"All:read"
>>     page_group_regex =  u'[a-z]Group$'
>>
>> Where do I start troubleshooting this?
> 
> It's been a long while since I fiddled with ACLs, but your 
> page_group_regex doesn't seem to include capital letters other than the 
> G in Group.  Is this correct?  If so, what about the M in Members?  Would
> 
>       page_group_regex =  u'[A-Z][a-z]*Group$'

This syntax is completly wrong. We have had a change and it is described
in CHANGES

ur'(?P<all>(?P<key>\S+)Group)'

after changing you have to clean the cache before you start the server
process again.

please read other HINTS too.

cheers
Reimar







> 
> be more appropriate?
> 
>   - George
> 


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to