Would the maintainer of this module consider applying the following patch to the release code:
Add an additional Field Match supporting adding a user as a subuser (parent-managed sub-account) of another user (for new user creation only), if the Subuser module is installed.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | user_import2.patch | 2.31 KB | glen201 |
| user_import.patch | 2.19 KB | glen201 |
Comments
Comment #1
glen201 commentedUpdated patch to add support for Test Import function -- will now add an error if specified email of parent does not exist
Comment #2
gisleThe version for Drupal 6 is no longer supported.
Support for fields from contributed projects should be done by implementing
hook_field_user_import_supported_alter()in the project that implements the field, not by adding bloat to this project.