Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Paul McCarthy 39 posts 160 karma points
    Jun 20, 2017 @ 11:58
    Paul McCarthy
    0

    Setting the back end start screen

    Hi all - when I log in to Umbraco (I'm an admin) I get a nice screen that advertises upcoming events such as CodeGarden, but when my users log in they get the Redirect URL Management screen. I have searched everywhere for how to change this, but no luck. Can this be done?

  • Alex Brown 129 posts 620 karma points
    Jun 20, 2017 @ 12:47
    Alex Brown
    2

    Go to

    "/Config/Dashboard.config"

    Find the following lines:

    <tab caption="Get Started">
          <access>
            <grant>admin</grant>
          </access>
    
          <control showOnce="true" addPanel="true" panelCaption="">
            views/dashboard/default/startupdashboardintro.html
          </control>
    
        </tab>
    

    You can remove the "access" section in this snippet so all users can see it

  • Paul McCarthy 39 posts 160 karma points
    Jun 20, 2017 @ 13:48
    Paul McCarthy
    0

    That's really helpful, thanks very much. I now know I was searching for the wrong term in the documentation. What I'd been calling the start screen is in fact the dashboard! https://our.umbraco.org/documentation/extending/dashboards/

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies