dnndev / Dnn.AdminExperience.Extensions

Admin Experience in DNN Platform
MIT License
13 stars 2 forks source link

Enhancement Request - Export/Import Multiple Users #75

Open JaySMa opened 6 years ago

JaySMa commented 6 years ago

Have Prompt export the existing users of a portal for import later. For example, currently redoing (from scratch) an existing DNN website which is running a forum. Currently has 180 users of which I have to re-create on the new development box for testing.

Then have it so that multiple users can be imported via Prompt using a text file (CSV style) or one which was created by Prompt.

DNN/Evoq can auto-create the passwords for the imported users or the text file can contain them; not best security, but file could be deleted afterwards by Prompt.

Roles which the user is to be assigned is part of this as well. If none are listed, then the standard roles are automatically assigned.

For E.g. / "FirstName","LastName","Email","password","Roles" / "Scott","Jefferson","SJefferson","me@home.com","thisismypassword","Forum Admins;Post Reviewer" "Jim","Scott","JScott","me2@work.com","","" /DNN created password; Normal Assigned Roles /

Thank you..

david-poindexter commented 6 years ago

@JaySMa thanks for this! Prompt is being incorporated into the DNN/Evoq 9.2.0 (see recent blog post by Ash Prasad), so I would guess you need to create a JIRA ticket for things like this moving forward. I am not 100% sure if this repo will live on or not - perhaps @dnndev or @donker can shed some additional light on this.