Administrator manual

Ned Profile Enrolment

Self-enrol users and automatically assign them to Moodle groups using a selected custom user-profile field.

Component: enrol_nedprofile Plugin version: 0.1.1 Manual version: 0.1.1 Compatibility: Moodle 4.5–5.1 Last updated: 5 September 2026

How it works

  1. A course manager adds the Ned Profile Enrolment method to a course.
  2. The manager selects a custom profile field whose value will be used as the group name.
  3. A user self-enrols, subject to the configured key, dates, cohort, role, and capacity.
  4. The plugin creates or finds the matching group and adds the user.
  5. A scheduled task reconciles memberships when profile values change.

Safety and group ownership

By default, the plugin changes only memberships it owns. Existing teacher-managed and third-party group memberships are preserved. Groups created by the plugin are recorded so cleanup can be restricted to plugin-owned groups.

Course settings and permissions

Moodle course context and capabilities remain authoritative. Applying synchronization changes requires the plugin's manage capability and a valid Moodle session key.

Warning: The exclusive-membership and “delete all empty groups” settings can alter groups not created by this plugin. Use the synchronization preview before applying them.

Manual synchronization

Open the enrolment method settings and select Preview synchronization. The preview reports users evaluated, groups created, memberships added or removed, empty groups deleted, and users skipped because their profile value is blank. Applying changes requires the manage capability and a valid Moodle session key.

Automatic synchronization

The scheduled task runs every 15 minutes. Moodle cron must be configured. Users with an empty profile value are skipped; the plugin does not create blank groups.

Privacy and data sharing

The plugin reads the selected custom profile field and uses Moodle's enrolment and group subsystems. Profile-field values and group membership used for enrolment behaviour are processed locally in Moodle and are not sent to Ned Cloud by this plugin.

If Ned Hub is configured, normal licence, site, and plugin metadata may be sent to Ned Cloud for entitlement and lifecycle purposes. That is separate from the plugin's local enrolment processing.

Licensing

The Moodle-side plugin is intended to remain GPL-compatible. Ned Tools commercial entitlement may govern supported lifecycle access, updates, support, and hosted services rather than hiding Moodle plugin source code.

Troubleshooting

Change history

  1. Reconciled the plugin for Moodle 4.5–5.1, version 0.1.1, and expanded compatibility, permissions, privacy/data-sharing, licensing, and troubleshooting guidance.
  2. 496b162Corrected the Moodle Plugin CI target path.
  3. d4cbcf6Added safe post-deployment version verification.
  4. 15438feUpdated the Moodle Plugin CI environment and command invocation.
  5. c4c0b04Corrected Moodle enrolment API compatibility discovered by the first development deployment.
  6. a0b2e76Created the clean-room plugin, safe group ownership model, optional destructive modes, synchronization preview, CI, and development deployment.