Reproducible steps:

1. As user, go to: /user/dashboard
2. Click on: Customize dashboard

In there there is a text:

Drag and drop these blocks to the columns below. Changes are automatically saved. More options are available on the UserDashboard configuration page.

where 'configuration page' is linked to the admin page (/admin/dashboard/user_dashboard/settings) which user doesn't have access.
This link should be removed for users.

Comments

legovaer’s picture

Status: Active » Needs review
StatusFileSize
new1.2 KB

Fixed the issue.

  • legovaer committed 66c2332 on 7.x-1.x
    Issue #2374795 by legovaer: User shouldn't see the link to admin page
    
legovaer’s picture

Since there was no review in 9 months, I committed the changes. One minor change was replacing if(user_access... with if (user_access...

legovaer’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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