We are having a strange problem. Users are signing up and randomly, like 1 out of 5 or so, are missing their profiles. We have first name/last name CCK fields required on signup but some of these users end up with no profiles at all.
I cannot replicate the error but can see user accounts being created with missing profiles. We are working with some 3rd party APIs during registration and all 3rd party accounts are being created just fine. HOWEVER, we need to sync up first name/last name so with that data missing we are in trouble for some accounts.
I've looked into redirection and cannot find any redirection that could be causing the problems. Our other modules are weighted heavier than content profile and their user_hook(s) are all triggering just fine. Thanks for any help anyone can provide!
Comments
Comment #1
drubage commentedHas anyone else ever seen this?
Comment #2
fortis commentedi have, i just themed registration form with user_register.tpl.php and with print drupal_render
Comment #3
drubage commentedDid you find a solution?
Comment #4
aquariumtap commentedMight it have something to do with special characters in the username? I'm using login toboggan and occasionally experiencing the same issue.. I haven't nailed down the problem, but perhaps it's related to problematic usernames? How are these nodes and users associated with one another?
Comment #5
drubage commentedI don't think it is special characters. With this module the content type defined as CONTENT PROFILE is created right after you create your account and only one is created. So, that one piece of content becomes your profile and is associated by UID in the node table.