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?
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?
Go to
"/Config/Dashboard.config"
Find the following lines:
You can remove the "access" section in this snippet so all users can see it
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/
is working on a reply...