Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.6.3, 2.7, 2.8
-
Fix Version/s: 2.8
-
Component/s: Authentication
-
Testing Instructions:
- Run the unit tests in auth/db/tests/db_test.php and ensure all passes.
-
Affected Branches:MOODLE_26_STABLE, MOODLE_27_STABLE, MOODLE_28_STABLE
-
Fixed Branches:MOODLE_28_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-45936_master -
Pull Master Diff URL:
-
Story Points:8
-
Sprint:BACKEND Sprint 13
Description
The auth/db is doing a bunch of it's own logic to add/update a user, which is not great. We want to keep the logic in one place for easy maintenance/updates etc.