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
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