I have the user login on one page only. Once the user has logged in they get the 'My account' and 'Logout' options. I cant appear to get rid of this. Is there a way to hide it?

Comments

mm167’s picture

administer -> block
u may remove what u dont like ..

but..if u remove "my account", how can your user access their account profile...?

any way..keep it or remove it..up 2 u ..

enjoy

nathanjo’s picture

If you want get rid of only 'My account' and 'Logout' simply disabled them in admin/build/menu-customize/navigation

heleng’s picture

Thanks. Thats exactly what we wanted and I was looking in blocks and couldn't find it. Thanks again. We just wanted to add our own logout which is a bit more prominent on the page. Is there a module that allows a user to change their own password without having to go to 'My account' and then the 'Edit' tab??

nathanjo’s picture

You can create custom link somewhere in your page to access user account, example you want to create link to access user account:

http://mysite.com/user

and for edit:

http://mysite.com/user/CURRENT USER ID/edit

see: http://api.drupal.org/api/function/l/6 (creating link in drupal)