-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
featureNew feature or requestNew feature or request
Description
The goal is to enable the creation of multiple users at the same time from a CSV file. This would be useful, for example, when adding all the students in a class.
This could be implemented on the administration page, in the users tab.
- The csv file could contain the following column : Username / Email / Level (optionnal = create) . If Groups of users #100 are implemented, they could also be specified here
- It would randomly generate passwords and send connection links to users.
- On fail => notify all failed creation at the end and keep those that work ? rollback as soon as one fail ?
One CSV parsing library option :
- Papa parse https://www.papaparse.com/ https://www.npmjs.com/package/papaparse
- No dependencies
- 246K -> on the light side
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request
Type
Projects
Status
Todo