Gitlab Community Edition Instance

Skip to content

Student passwords can now be set when exporting

robinwilliam.hundt requested to merge set-student-password-on-export into master

The former student data endpoint /export/csv/ has been replaces by /export/json/ . This new endpoint exports the data as normal json. It also allows the client to send setPasswords: true as an option which will results in random passwords beign generated for all students and included in the export data.

Merge request reports