I would like to hide organic groups 'join groups checkboxes' on the user registration pages for a specific role. I tried to unset the fields using hook_form_alter() but $form['og_register'] isn't in available in $form. I gave my custom module a higher weight than content_profile.