--- README.txt 2007-02-02 09:04:59.000000000 -0500 +++ README2.txt 2007-08-07 16:17:08.000000000 -0400 @@ -27,4 +27,11 @@ Just activate the menu and the menu_per_ /admin/build/menu. There will be a fieldset that allows you to restrict access by role. If you don't check any roles the default access permissions will be kept. Otherwise the -module will additionally restrict access to the chosen user roles. \ No newline at end of file +module will additionally restrict access to the chosen user roles. + +Note that if one of your menu items has a twin in another menu you should +restrict access for both of them to get the desired result. For example if +you have a menu item in the "Navigation Menu" that points to "node/add" and +a menu item in "Primary Links" that points to "node/add" both menu items +should have the same permissions. The Drupal menu system is to blame for this +behavior.