Quicktip: Drupal User Links in Menu
Posted onTuesday, 09 November 2010
If you would like to have Register and/or Log in links for anonymous users, but My account and/or Log out for authenticated users in one of the menu's. Drupal will automatically hide the menu items which the user doesn't have access to, the paths for the menu items are:
- Register
- user/register
- Log in
- user/login
- My account
- user/%
- Logout
- logout