The module creates menu items with access TRUE. This means that if they are added to publically visible menus they are shown to anonymous users. It would be better if there was the option to apply some access filtering to them, at the very least to hide them from anonymous users - which is what I've achieved with a patch for now.

The simplest thing might be a switch between current behaviour and hiding the items from anonymous users.

Comments

ahoeben’s picture

Status: Active » Closed (works as designed)

The module does not create menu items. It creates entries in the menu system, but these items are not included in the 'menu tree'; by themselves they don't show up in the navigation menu.

Access checking is handed over to the module that handles the page that the user is forwarded to.