Adding multiple test users should be in Devel module
marcp - April 22, 2007 - 21:07
| Project: | userplus |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I've added the ability for administrators to easily add multiple test users. You can enter the number of users that you want for each role, and the username prefix, and the accounts will be auto-generated. The passwords are set to be the same as the username, and no email address is set.
I've checked the code into the 5.x-1.x-dev branch, so if anyone is interested in testing it out, please give some feedback.
Thanks,
Marc

#1
The 5.x-1.x-dev snapshot is available here: http://ftp.osuosl.org/pub/drupal/files/projects/userplus-5.x-1.x-dev.tar.gz
#2
This feature should be moved to the Devel module -- http://drupal.org/node/140414 -- if anyone is interested in doing this, I'd be grateful.
#3
The 6.x version of userplus doesn't have this feature. It still belongs in Devel as
devel_create_users()inserts directly into the {users} table instead of callinguser_save().