Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Whenever I create a new user, they always see the Change Password tab upon signing in. As the original developer, I see a nice Getting Started tab when I sign in.
How do I show this tab by default for other users?
In config/dashboard.config
Remove (lines 62-64) under tab element with caption atribute of "Get Started"
<access> <grant>admin</grant> </access>
Thank you!
Those line numbers in the config are going to vary depending on Umbraco version and extensions. Mine, for example, were on lines 46-48.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Getting Started tab for other users
Whenever I create a new user, they always see the Change Password tab upon signing in. As the original developer, I see a nice Getting Started tab when I sign in.
How do I show this tab by default for other users?
In config/dashboard.config
Remove (lines 62-64) under tab element with caption atribute of "Get Started"
Thank you!
Those line numbers in the config are going to vary depending on Umbraco version and extensions. Mine, for example, were on lines 46-48.
is working on a reply...