Re: [Moin-user] ACL and Group problem

2008-10-29 Thread Krzysztof Stryjek
Hello, Dnia Wed, Oct 29, 2008 at 12:30:17PM +, [EMAIL PROTECTED] napisaƂ(a): > Since I migrated from 1.5.1 to 1.7 my two groups > > AutoAdminGroup > TrustedGroup > > stopped working. That is how my acl looks like: > You have to change wikiconfig.py to: # You must use Unicode strings here

[Moin-user] ACL and Group problem

2008-10-29 Thread k...@aplteam.com
Since I migrated from 1.5.1 to 1.7 my two groups AutoAdminGroup TrustedGroup stopped working. That is how my acl looks like: acl_rights_default = u"+All:read +Known:read +TrustedGroup:read,write,delete,revert" acl_rights_after = u"+AutoAdminGroup:read,write,delete,revert,admin" My Trust