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

guypaddock’s picture

Title: Admins must supply all fields when creating users » Users must supply all fields during registration users

Scratch that... it seems like this affects all forms of registration when a field is marked as "display on registration form".

guypaddock’s picture

Title: Users must supply all fields during registration users » Users must supply all fields during registration
boombatower’s picture

Similar 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.

boombatower’s picture

Status: Active » Postponed

If you can find that module then we can look into the current state, otherwise this is postponed until then.

pelicani’s picture

I 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.

boombatower’s picture

Status: Postponed » Closed (duplicate)

Duplicate of #431454: Integrate with autoassignrole module since integration would only display certain fields that are required at registration.