-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
2.6
-
MOODLE_26_STABLE
-
8
-
BACKEND Sprint 4
Replace the add_to_log calls for the following area, with a call to the get_legacy_logdata function in the event class.
authentication
/auth/ldap/auth.php:1739: add_to_log(SITEID, 'user', 'login', "view.php?id=$USER->id&course=".SITEID,
/auth/shibboleth/index.php:65: add_to_log(SITEID, 'user', 'login', "view.php?id=$USER->id&course=".SITEID, $USER->id, 0, $USER->id);
- will be (partly) resolved by
-
MDL-40045 Replace add_to_log with an event trigger - User
-
- Closed
-