Posted by coastwise on July 28, 2009 at 11:00pm
3 followers
| Project: | userplus |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
When using Userplus' add multiple users function, if you attempt to use an existing email address you receive a "The e-mail address ______ is already taken" error and the account is not created.
It would be wonderful if this module could be made Userplus-aware for bulk-creation of test accounts.
Comments
#1
Hi, this could only be achieved by altering the userplus code, the error message is nothing to do with drupal core. However, here's a quick patch for userplus which doesn't set the error if the sharedemail module is enabled.
Moving this across to the userplus issue queue for you.
#2
@muhleder - Thanks for looking into this -- could you please attach the patch?
#3
Sorry about that, thought I had attached it. Here it is again.
#4
@muhleder - Thanks for the patch.
I'd rather go about this differently by adding a setting to userplus that controls whether or not the module will check for duplicate emails on the add multiple users page.
So, I'm not going to commit this, but will keep this issue open in case someone wants to supply a patch that handles this purely via userplus.