I've created a custom application in Umbraco 7. There are certain users who will only have access to this application, not to the Content application. The problem is that when the user logs in they are instantly logged back out as Umbraco tries to send them to the content section which they do not have access to.
Is there any way around a user always being started in Content? It looks like there are only options to start them within different nodes in the Content section.
401 error when user logs in
Hi,
I've created a custom application in Umbraco 7. There are certain users who will only have access to this application, not to the Content application. The problem is that when the user logs in they are instantly logged back out as Umbraco tries to send them to the content section which they do not have access to.
Is there any way around a user always being started in Content? It looks like there are only options to start them within different nodes in the Content section.
Thanks
What version are you using - this was an issue a few people discussed before. I think it's fixed in 7.2 https://github.com/umbraco/Umbraco-CMS/pull/482
Excellent, I'm not on 7.2 yet so will update and see if that does the trick. Thanks very much Steve.
is working on a reply...