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..
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..