This module really streamlines the account/profile creation.

What would be the quickest way to assign a heavier weight to the account information so that its values go below the content profile fields?

I'd rather have the cck fields editable first as they are more of a priority than changing a password.

Comments

dooug’s picture

Component: Miscellaneous » Code
Category: support » feature
Issue tags: -weights

This would be a nice feature to easily re-order these fields from the account form and the content_profile form.

A quick messy solution may be possible by doing a hook_form_alter that runs after the account_profile_form_alter and assigning weights to fields individually.

dooug’s picture

Status: Active » Closed (duplicate)
Issue tags: +weights