能力/moodle/role:override:修订间差异

来自MoodleDocs
跳转至:导航、​搜索
无编辑摘要
 
无编辑摘要
 
第1行: 第1行:
{{contribution}}
允许用户在某个上下文中切换成其它的角色。注意,只有系统允许角色 B 切换成角色 A 的时候,拥有角色 B 的用户才能切换到角色 A。这个功能在角色替换页面可以设置。


allows a user to override a capability in a role in context. note that to override a capability in role A, the user doing the override has to hold a role B so that role B is permitted to override role A. This is controlled in the roles allow override settings.
这样做是有原因的,因为即便一个教师拥有权限 moodle/role:override ,在大多数情况下,我们希望他只能切换到学生角色,而不能切换到管理员角色。
 
This is logical because even though a teacher might have moodle/role:override, in most situations we only want him to be able to override capabilities of the student role, and not the admin role in his own course.


[[Category:管理员]]
[[Category:管理员]]

2007年3月10日 (六) 02:30的最新版本

允许用户在某个上下文中切换成其它的角色。注意,只有系统允许角色 B 切换成角色 A 的时候,拥有角色 B 的用户才能切换到角色 A。这个功能在角色替换页面可以设置。

这样做是有原因的,因为即便一个教师拥有权限 moodle/role:override,在大多数情况下,我们希望他只能切换到学生角色,而不能切换到管理员角色。