문제

Consider following scenario in Joomla user access.

I have two users; User1 and User2.

User1 mapped to Group1 and User2 mapped to Group2. Also, Group1 is mapped to View Level1.

enter image description here

For Article1, i set Edit, Delete permission as Allowed for Group1 (permission for all other groups as Denied) and View access level is set to Level1

So, It should let User2 to edit Article1 and User1 to view article.

  1. Since User2 can edit will he be able to view article as well ?
  2. Is there anyway of controlling Joomla article access per user ?
도움이 되었습니까?

해결책

One thing is that "seeing" and "doing" are treated separately. So one place you can make a mistake is to give a user an action permission on something she can't see. On the other hand. You need to add user2 to Group 1 either directly or by inheritance i.e. make group2 inherit from group1. You could also add Group 2 to access level 1.

To control by user in the implementation in the CMS you would need to make a group that only contained that user. The only exception is "edit own."

However with plugins or with your own implementation of acl using JAccess you have the possibility to do many other approaches.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top