Skip to content

Properly import users from a CSV export

Mathieu Bridon requested to merge gh-840fa811/656/ideascube/user-import into master

We export users using the translated verbose name, so that the CSV is easier to handle by actual humans in their favourite spreadsheet software.

That means we need to get back to the canonical field name when importing.

Fixes #655 (closed)

Merge request reports