When i add the taxonomy list to the account creation page, the list is not populated for the user/register page. When a user is logged in, the list is populated just fine on thier account page, but I need to require that users pick a term on account creation. Is this a permission issue, or an issue with the module?

Comments

altbzh’s picture

Same thing for me also.
Acces vocabulary is allowed to anonymous people.

Thank you

cybershan’s picture

And I got the same problem, the list was not shown on the registration form , but on the profile update form, it can be seen.

thanks in advance.

vasheck’s picture

the same issue here...

Thank you!

Archnemysis’s picture

Has anyone found a solution for this?

gnindl’s picture

Version: 6.x-1.x-dev » 6.x-1.0-rc1
Assigned: Unassigned » gnindl
Status: Active » Fixed

Additional hook is added "profile_taxonomy_form_user_register_alter(&$form, $form_state)" which gets the term names from the configured vocabulary. Watch out the new release candidate version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.