View Issue Details

IDProjectCategoryView StatusLast Update
0025518mantisbtadministrationpublic2019-03-06 04:27
Reportercas Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status newResolutionopen 
Product Version2.19.0 
Summary0025518: Ability to import users via CSV
Description

Created a plugin that imports users via a csv file (tested in 2.15 & 2.19).
Plugin available via Github:
https://github.com/mantisbt-plugins/import_user

Additional Information

Forum discussion:
https://mantisbt.org/forums/viewtopic.php?f=3&t=26086

Lay-out CSV file:
Please ensure following columns are available, Title row is allowed.
Username
Real name
Email address
Password
Access Level
Use the number value here
If omitted, default will be as defined in mantis config
Send email (1/0) (1=send email, 0= do not send email)

User accounts will default to:
-Not Protected
-Enabled

TagsNo tags attached.

Activities

titovetch

titovetch

2019-03-05 15:56

reporter   ~0061632

can we have one to extract users

cas

cas

2019-03-06 03:22

reporter   ~0061640

Perhaps faster to simply query the database with phpmyadmin or similar tool?

thE_iNviNciblE

thE_iNviNciblE

2019-03-06 04:27

reporter   ~0061642

you could use "heidisql" to Import CSV to mySQL Table...

but a built in function would be nice :-)