Multiple Domain Site: When One Domain Site Admin Login in Umbraco , He can't see other Domain Site User. How this is Possible?
I have one use case in Umbraco. my project is Multidomain site (india,china,greece).when i create USER(india admin and group-adminIndia) from main administrator.and in adminIndia group I give permission all along with user.i did same thing with china and greece admin.now when i login from india admin i can also disable other admin and vice versa. this is the problem. my requirement is this:when india admin login ,he can't see other country user..so can anyone help with this issue.waiting for your reply.thank you.
i posted same question in stackoverflow but could not find proper answer.
You can set a 'Start Node in Content' for a user as the root of the site that they're allowed to see. I don't think there user will be prevented from editing the other sites through the API though. You'd need to change User Permissions for that.
I Create 2 simple site in one umbraco.i am using Umbraco version 7.7.5 assembly: 1.0.6527.19570.Can you please go through this document and tell me where i am going wrong. my both site run perfect. but my only requirement is this admin-china can not see admin-india.(so he cant disable or modify admin-india details).
I'm with you. I thought that you meant they couldn't see each other's site.
So you could disable the user section entirely for both admins. If they need to be able to add users to then you're in trouble. You can't allow someone to add/edit users but be specific about which ones.
thanks for your reply ,I am looking for no code solution. this seems like pretty common requirement in real world. in case this is not possible to UI , i will look into the article.
Multiple Domain Site: When One Domain Site Admin Login in Umbraco , He can't see other Domain Site User. How this is Possible?
I have one use case in Umbraco. my project is Multidomain site (india,china,greece).when i create USER(india admin and group-adminIndia) from main administrator.and in adminIndia group I give permission all along with user.i did same thing with china and greece admin.now when i login from india admin i can also disable other admin and vice versa. this is the problem. my requirement is this:when india admin login ,he can't see other country user..so can anyone help with this issue.waiting for your reply.thank you. i posted same question in stackoverflow but could not find proper answer.
https://stackoverflow.com/questions/47282737/multiple-domainsitewhen-one-domain-site-admin-login-in-umbraco-he-cant-see-oth/47299550?noredirect=1#comment81554814_47299550
You can set a 'Start Node in Content' for a user as the root of the site that they're allowed to see. I don't think there user will be prevented from editing the other sites through the API though. You'd need to change User Permissions for that.
I Create 2 simple site in one umbraco.i am using Umbraco version 7.7.5 assembly: 1.0.6527.19570.Can you please go through this document and tell me where i am going wrong. my both site run perfect. but my only requirement is this admin-china can not see admin-india.(so he cant disable or modify admin-india details).
document:- https://drive.google.com/open?id=17DSqP5dhyCZO8E61P3TbzeKUSVOgIMBf
I'm with you. I thought that you meant they couldn't see each other's site.
So you could disable the user section entirely for both admins. If they need to be able to add users to then you're in trouble. You can't allow someone to add/edit users but be specific about which ones.
I'm sure this would be possible by hooking in to the API events if you have C# skillz. https://our.umbraco.org/apidocs/csharp/api/Umbraco.Core.Services.MemberService.html#events
thanks for your reply ,I am looking for no code solution. this seems like pretty common requirement in real world. in case this is not possible to UI , i will look into the article.
is working on a reply...