The bug is not visible for the user but in the hook_form_alter of the module, when processing user_register form, we modify the '#description' of the 'pass' field assuming it was on $form['pass'] when really is at $form['account']['pass'] causing an addition of this at the end of the form.

I attach to you a patch to correct this mistake.

Thanks for all.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hunmonk’s picture

FileSize
1.17 KB

the initial patch is in incomplete solution -- we need to account for both the existence and non-existence of the account key. attached patch should do it, please test and confirm.

daniels____’s picture

Confirmed. Thanks.

hunmonk’s picture

Status: Needs review » Fixed

committed to 5.x-1.x-dev and 6.x-1.x-dev, thanks!

Status: Fixed » Closed (fixed)

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