- πΊπΈUnited States bluegeek9
Drupal 7 is End of Life. We recommend upgrading to a supported version of Drupal.
Splitting this out from π Switch from hook_user_insert to submit handler so the code fires earlier Closed: outdated .
Right now the module doesn't explicitly handle other modules that create users in a flow separate from the normal user flow, such as commerce.
It would be nice to figure out some way to handle those better. One idea is just to change the module to work on the submit handler of the normal user register form. That way it *wouldn't* fire during something like commerce's checkout. But is that really desirable for it to not interact with the commerce user creation process? My sense is that this module should still try to hide username fields and still try to generate usernames even if the user is being created by commerce.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 is End of Life. We recommend upgrading to a supported version of Drupal.