admin with limited access still sees dashboard?

I set up an admin that will only be able to view and manage the catalog. However, upon logging in, the dashboard is visible with latest orders and statistics. Is there a way to disable the dashboard or configure it so those confidential items aren’t shown ?

If nothing else, I was thinking maybe I could just edit the dashboard template… does anyone know which template I need to look for?

[quote name=‘ogia’]If nothing else, I was thinking maybe I could just edit the dashboard template… does anyone know which template I need to look for?[/QUOTE]

I think it is /skins/basic/admin/views/index/index.tpl.



Bob

Thanks - that’s it! I was able to add an if statement that will hide the dashboard contents from that user. :slight_smile:



{if $user_info.user_id != “212”}

dashboard contents

{/if}