Disable "logged in as" link
Permalink
I've set up a new user group and have given them access to the Reports/Forms Results. It works great. However, if they click on Dashboard, there is a link that says "Logged in as username" and that can be clicked on and the user can edit their profile. How do I remove that link?
I think you'd be better off setting your permissions so they can't edit their profile even if they click on the link.
Thanks. I changed the permissions on the My Account page so just Administrators can view the pages in that section. I still wouldn't mind knowing how to disable the link though.
look for the file concrete/elements/panels/dashboard.php
Make a copy and put it in application/elements/panels (create the panels directory)
modify the new file to your liking.
Make a copy and put it in application/elements/panels (create the panels directory)
modify the new file to your liking.
Perfect. Thanks!