Question

When creating a new user in moodle we can select a set of permissions.
How these permissions are created? How I can add my new permission to this list in a systematic way?

Was it helpful?

Solution

They are defined in db/access.php for each plugin/module.

http://docs.moodle.org/dev/Access_API#How_to_define_new_capabilities_in_plugins

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top