Manager role
The default manager role enables users assigned the role to access courses and modify them.
The Manager role is a 'real role', similar to Administrator (but much safer to use).
The way permission checks work in the Moodle code is that there is a function called has_capability. For admins, has_capability will always return true, no matter how the roles are set up.
However, the Manager role is a normal role, like Course Creator, or Teacher. By default the Manager role has almost every capability but, because it is a normal role, you can edit that role if you choose (there is no way to edit what permissions an Administrator has). Best-practice might suggest that Admins should normally use a Manager role, and not use an Administrator account.
This is similar to the way you are recommended not to log into Linux as root.
The Manager role therefore allows a site Administrator to give very powerful roles to others who are assigned a Manager role, but without having to give them a full Administrator role.
Assigning the role of Manager Sitewide
You can give someone the Manager role sitewide (to enable them for instance to add new users) by going to Settings>Site Administration>Users>Permissions>Assign system roles, selecting the Manager role and moving over your chosen user.
When you do so, users in that role will have access to only some of the items in Site administration. They do not have access to areas such as Security, Server, Plugins, Appearance, or Advanced Features, which are reserved for those in the Site administrators group. They have access to most of the tools for User, Course and Grade system settings and tools.
Specifically the sitewide Manager role can see these in Site administration:
Users Accounts Browse list of users Bulk user actions Add a new user Cohorts Upload users Upload user pictures Permissions Define roles Assign system role Check system permissions Capability overview Courses Add/edit courses Backups General backup defaults Automated backup setup Grades General settings Grade category settings Grade item settings Scales Letters Report settings Language Language customisation Front page Front page settings Front page roles Front page filters Front page backup Front page restore Front page questions Reports Comments Backups Course overview Logs Live logs Question instances Security overview Statistics
Notes:
- Some of these can further restricted by editing specific capabilities of the role, e.g., create users, upload users from a file, manual enrolments, managing cohorts, language customisation, et cet.
- Manager has access to Front page same as with other courses (as it is technically a course).
- Manager has access to most system level reports but not the Configuration report.
- Manager has the ability to assign other users as a sitewide Manager
- Also, a Manager has the ability to edit the role of Manager itself - to disable this, you could prohibit the Create and manage roles (moodle/role:manage) capability
Assigning the role of Manager at the Category level
The Manager role can also be assigned in the context Category rather than sitewide.
Do this if you want someone to be able to have access to all the courses and in a single category and manage them, but do not want them to have access to any of the other Site administration tools. This is useful for create a sort of "super teacher" type of role in a whole category of courses at once.
Do this as follows: "Site administration>Courses>Add/edit courses>"(select a category)">Edit this category> Settings block:Assign roles>Manager>"(select user)"Add"
Notes:
- A Category level Manager does not have an special abilities in other categories, only the one assigned
- They can create courses in the their assigned categories