Download & Extend

Adding multiple test users should be in Devel module

Project:userplus
Version:6.x-2.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

Comments

#1

#2

Title:Adding Multiple Test Users» Adding multiple test users should be in Devel module

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

Version:5.x-1.x-dev» 6.x-2.x-dev

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 calling user_save().