Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.8
-
Fix Version/s: 2.9
-
Component/s: General
-
Testing Instructions:
-
Affected Branches:MOODLE_28_STABLE
-
Fixed Branches:MOODLE_29_STABLE
-
Pull from Repository:
-
Pull Master Branch:wip_
MDL-48282_m29_firstaccess -
Pull Master Diff URL:
Description
While working on an event for first login of user I realised the user->firstaccess is updated in multiple places inconsistently - instead it should be updated only form update_user_login_times() which is called only form complete_user_login()...