You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
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.
One CSV parsing library option :