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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | userplus-533884.patch | 830 bytes | muhleder |
Comments
Comment #1
muhleder commentedHi, 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.
Comment #2
marcp commented@muhleder - Thanks for looking into this -- could you please attach the patch?
Comment #3
muhleder commentedSorry about that, thought I had attached it. Here it is again.
Comment #4
marcp commented@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.