id summary reporter owner description type status priority component severity resolution keywords cc release 2751 bug in documentation of RestrictedAreaPlugin frolov@… Christian Spurk "I set up plugin strongly as described here: http://trac-hacks.org/wiki/RestrictedAreaPlugin There is an error on that page: ""restrictedarea.filter = enabled"" is not work for trac.ini, ""restrictedarea.* = enabled"" needed. I have a problem with RestrictedAreaPlugin: I set up plugin, write ""restrictedarea.filter = enabled"" to the trac.ini file... it seems plugin was loaded. but when I trying to add permission: trac-admin . permission fk0 RESTRICTED_AREA_ACCESS this gives an error: Command failed: RESTRICTED_AREA_ACCESS is not a valid action. my version of trac is 0.10.3 what can be wrong? fk0: sounds like syntax error ""trac-admin . permission add fk0 RESTRICTED_AREA_ACCESS permissions are defined by trac plugins you can't just specify them at will I don't know why, but when I write ""restrictedarea.*=enabled"" instead of ""restrictedarea.filter=enabled"" in track.ini it works! problem solved. presumably there are other components in the plugin " defect closed normal RestrictedAreaPlugin normal fixed 0.10