-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
2.9.3, 3.0.1
-
MOODLE_29_STABLE, MOODLE_30_STABLE
-
MDL-52404-master
Regression from MDL-45774
Until Moodle 2.9, any change to any field on the $user object caused a call to $auth->user_update($old, $new);
With MDL-45774, several of these were missed, including Language.
Auth plugins are able to sync such settings with their external source (e.g. ldap, db, custom), and this change breaks that ability.
- Discovered while testing
-
MDLQA-9760 CLONE - Custom profile fields syncable with external DB auth
-
- Passed
-