Closed (works as designed)
Project:
me aliases
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2009 at 14:54 UTC
Updated:
13 Jan 2009 at 19:39 UTC
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
Comment #1
ahoeben commentedThe 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.