Description
Describe the bug...
Steps to reproduce
- Install a new instance of 1.3.1
- Change your config to include:
acl_enabled = 1 acl_rights_valid = ["read", "write", "delete", "revert", "admin"] acl_rights_before = "SysAdminGroup:read,write,delete,revert,admin" acl_rights_after = "" acl_rights_default = "EditorsGroup:read,write,delete,revert All:read" page_group_regex = u'[a-z]Group$'
Create a SysAdminGroup page that includes [space]*[space]UserName
- All your pages are now immutable.
Workaround
Regularly delete data/cache/wikidicts/*
Discussion
Duplicates: MoinMoinBugs/UserGroupsIgnored and MoinMoinBugs/AclGroupPagesNotUsed
Plan
- Priority:
- Assigned to:
- Status: Is fixed already (in arch), will be shipped with 1.3.2. Thanks for reporting.