Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Future Dev
Description
Target tool : Site administration / Users / Accounts / Upload users
It would be useful for managers to enrol users to courses through the Upload users ahead of time. In order to do so, they need to be able to specify a future enrolment start date. Right now, any enrolment made with Upload users starts right away.
The CSV file could recognize columns named enroltimestart1, enroltimestart1, enroltimestart1… The format for the date could either be strict (eg. YYYY-MM-DD only) or flexible by being based off strtotime().
I have provided a patch (see details above).