Our system is using this module so that some types of users have certain profile fields that are required and presented during registration, while others do not. However, when an administrator goes to create a user account, Drupal is requiring all of the profile fields to be filled out, even the ones that do not apply to the role for the user being created.
Ideally, this module should split-up the user creation page for admins so that the role(s) are considered before presenting the profile information.
Comments
Comment #1
guypaddock commentedScratch that... it seems like this affects all forms of registration when a field is marked as "display on registration form".
Comment #2
guypaddock commentedComment #3
boombatower commentedSimilar to #397774: different URL's for different roles. and actually there was a previous issue which was moved the related module (can't remember name) which allows specification of a role during registration. That module was being ported and what not.
Once complete this module can then use that functionality, but otherwise anything else is scope creep.
Comment #4
boombatower commentedIf you can find that module then we can look into the current state, otherwise this is postponed until then.
Comment #5
pelicani commentedI think this is the module that should setup role specific registration page ... http://drupal.org/project/autoassignrole
I'm also looking into setting up custom registration pages for different roles using profile role.
Comment #6
boombatower commentedDuplicate of #431454: Integrate with autoassignrole module since integration would only display certain fields that are required at registration.