I'm creaing a custom package for Umbraco 7. Currently running 7.1.4.
I have a custom section, and when i grants users access to only that one, the session exipres just after i log in. It blinks and points me to login again.
I have seen this before with the translation when you give a user only access to the translation section. Can you give them read only access to the content tree should solve your problem for now.
But I think this is a core issue that needs to be fixed.
Yes. And that is what I've done. It's an horribly experiance though. I've actually considdered hacking alot of javascript that hides things away from the user they should not have any access to.
Access to custom app only logs users out
Hi
I'm creaing a custom package for Umbraco 7. Currently running 7.1.4.
I have a custom section, and when i grants users access to only that one, the session exipres just after i log in. It blinks and points me to login again.
I get a 401 (Unauthorized) on this URL:
http://utest/umbraco/backoffice/UmbracoTrees/ApplicationTree/GetApplicationTrees?application=content&tree=&isDialog=false 401 (Unauthorized)
This is the URL requested when clicking log in.
Can anyone point me in the right direction?
I have seen this before with the translation when you give a user only access to the translation section. Can you give them read only access to the content tree should solve your problem for now.
But I think this is a core issue that needs to be fixed.
THere is a issue for this on the issue tracker : http://issues.umbraco.org/issue/U4-5340
Dave
Yes. And that is what I've done. It's an horribly experiance though. I've actually considdered hacking alot of javascript that hides things away from the user they should not have any access to.
is working on a reply...