Difference between revisions of "Enable full profile view"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>Moodle_configuration|Moodle configuration</yambe:breadcrumb> =Enable full profile view= To allow some users (not roles eg teacher) to see full profile, use ...")
 
m
 
Line 1: Line 1:
<yambe:breadcrumb>Moodle_configuration|Moodle configuration</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Web based tools or applications]] > [[Moodle configuration]] > [[Enable full profile view]]
=Enable full profile view=


To allow some users (not roles eg teacher) to see full profile, use following steps:
To allow some users (not roles eg teacher) to see full profile, use following steps:
Line 19: Line 18:


Note that as teacher, non-editing teacher etc. are not system roles permission to see full profile for a user does not works.  This may be because teacher, non-editing teacher are course roles.  Further even for a course teacher/non-editing teacher cannot seem to see full-profile for students enrolled in the course.
Note that as teacher, non-editing teacher etc. are not system roles permission to see full profile for a user does not works.  This may be because teacher, non-editing teacher are course roles.  Further even for a course teacher/non-editing teacher cannot seem to see full-profile for students enrolled in the course.
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Web based tools or applications]] > [[Moodle configuration]] > [[Enable full profile view]]

Latest revision as of 18:32, 28 July 2022

Home > CentOS > CentOS 6.x > Web based tools or applications > Moodle configuration > Enable full profile view

To allow some users (not roles eg teacher) to see full profile, use following steps:

  1. Go to site administration -> Users -> Permissions -> Define roles
  2. Click to add a new role
  3. Give name such as "Full profile viewer"
  4. Select context where role may be assigned as system
  5. Give following permissions:
    1. View user full informationmoodle/user:viewalldetails
    2. View user profilesmoodle/user:viewdetails
    3. View hidden details of usersmoodle/user:viewhiddendetails
    4. View blockmoodle/block:view
  6. Add this role
  7. Go to site administrations -> users -> Permissions -> Assign system roles
  8. Assign this role to all faculty and perhaps TAs

Learned from https://docs.moodle.org/23/en/Capabilities/moodle/user:viewdetails

Note that as teacher, non-editing teacher etc. are not system roles permission to see full profile for a user does not works. This may be because teacher, non-editing teacher are course roles. Further even for a course teacher/non-editing teacher cannot seem to see full-profile for students enrolled in the course.



Home > CentOS > CentOS 6.x > Web based tools or applications > Moodle configuration > Enable full profile view