An access control needs to be wrapped around the user menu link in template.preprocess-page.inc, to test if the user is logged in or not.

Comments

Jeff Burnz’s picture

This has been added and committed to head - this only affects the 6.x-2.x branch.

If you want to update now before the next dev version becomes available tomorrow you can modify line 180 of template.preprocess-page.inc to match the following:

if ($vars['logged_in'] && theme_get_setting('admin_user_links')) {
Jeff Burnz’s picture

Status: Active » Fixed

fixed ages ago.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.