Capabilities/moodle/user:editownprofile: Difference between revisions
From MoodleDocs
Helen Foster (talk | contribs) (capabilities template) |
Helen Foster (talk | contribs) (see also link) |
||
Line 8: | Line 8: | ||
==See also== | ==See also== | ||
*[[ | *[[User profiles]] | ||
Using Moodle forum discussions: | Using Moodle forum discussions: |
Revision as of 09:08, 26 January 2012
- This allows a user to edit their own profile.
- The default Authenticated user role has this capability set to allow.
- Since user profiles are outside courses, changing moodle/user:editownprofile for the student role (normally given in a course) won't work. It should be changed for a system-wide role, such as the Authenticated user role, or in a new role, such as Restricted user as described in Demo teacher role.
Example usage
See also
Using Moodle forum discussions:
- How do you stop users (students) from editing their profiles? for an alternative method
- Unable to stop users editing their profile