If there are no account purposes - the form is still shown on the user registration form. The logic needs to be changed:

line 101
if (!empty($rolesets)) {

should be
if (count($rolesets) > 1) {

Comments

usonian’s picture

Version: master » 5.x-1.x-dev
Assigned: Unassigned » usonian
Status: Active » Fixed

Fixed for the DRUPAL-5 branch. Thanks, jpsalter.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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