Authenticated users should not have permission to access the dashboard by default, because there's nothing for them to do there
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3576540. --> Reported by: [rajab natshah](https://www.drupal.org/user/1414312) Related to !834 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Authenticated users are granted a handful of permissions in the admin_ui recipe:</p> <pre>user.role.authenticated:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; grantPermissions:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - 'access administration pages'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - 'access coffee'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - 'access contextual links'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - 'access navigation'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - 'view the administration theme'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - 'view welcome dashboard'</pre><p>As a result they are redirected to the Dashboard, because they have permission to view it, but they don't have permission to do anything that would appear here.</p> <p>It seems a bit random to grant these permissions to authenticated users, I don't think we should assume to know what sites will use this for. So let's remove these altogether and avoid confusion.</p> > Related issue: [Issue #3577548](https://www.drupal.org/node/3577548)
issue