I am in the process of using the Rules module to force users to choose their role when they login for the first time. However, it would be preferable to allow them to do this during registration. Would this be a feature you might include in a future release?

Comments

john franklin’s picture

Issue summary: View changes
Status: Active » Fixed

No, that would be outside the scope of this module. You'll want to customize the registration form with hook_form_alter() and set the role in a submit handler, or somehow leverage a module like RoleAssign to do the assignment.

Status: Fixed » Closed (fixed)

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