Registration Form is including CCK fields that are not part of the desired content type.
I've got 3 node types defined, Individual, Business, and Video. When hitting the path /business/register defined in setup form is including CCK fields from both business and video content types.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | autoassignrole_extra_fieldstypes.patch | 467 bytes | jethro |
| #1 | autoassignrole_extra_fieldstypes.patch | 443 bytes | jethro |
Comments
Comment #1
jethro commentedI'm guessing this is what I alluded to here. http://drupal.org/node/956360#comment-3642406
By default all content profiles are selected for all available role/paths for autoassignrole. To fix this find the content type where the fields are coming from, go to the content profile settings page for that type and uncheck the Use on Auto Assign Role paths: near the bottom.
Here is a patch that fixes the initial issue so that none are selected by default and need to be added from the content profile page for a specific role/path.
Comment #3
jethro commentedwhoops, I used 6-1.2 instead of 6.x-2.0-beta1
Comment #4
jethro commented