-
Bug
-
Resolution: Fixed
-
Major
-
2.5.1, 2.6.3, 2.7
-
MOODLE_25_STABLE, MOODLE_26_STABLE, MOODLE_27_STABLE
-
MOODLE_26_STABLE, MOODLE_27_STABLE
-
- Run the unit tests in auth/db/tests/db_test.php and auth/db/tests/events_test.php; ensure all passes.
-
8
-
BACKEND Sprint 14
Summary
Handling events is a great way to tap into Moodle to extend some of it parts. I need to add some logic to authorization process. Moodle instance I work on uses two auth plugins: db and ldap.
LDAP already provide events when users are created. I'd like to extend db plugin to do the same.
ToDo
Extend auth/db to emit event on user creation.
- is blocked by
-
MDL-45641 Trigger user updated event only after the profile fields are updated
-
- Closed
-