Note: You are currently viewing documentation for Moodle 3.7. Up-to-date documentation for the latest stable version of Moodle may be available here: Capabilities/moodle/user:editownprofile.

Capabilities/moodle/user:editownprofile: Difference between revisions

From MoodleDocs
(cap availability)
(information copied from http://moodle.org/mod/forum/discuss.php?d=93929)
Line 2: Line 2:
*The default [[Authenticated user]] role has this capability set to allow.
*The default [[Authenticated user]] role has this capability set to allow.
*This capability is available in Moodle 1.9 onwards.
*This capability is available in Moodle 1.9 onwards.
*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==
==Example usage==

Revision as of 09:12, 3 April 2008

Template:Moodle 1.9*This allows a user to edit their own profile.

  • The default Authenticated user role has this capability set to allow.
  • This capability is available in Moodle 1.9 onwards.
  • 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