As for this change notice http://drupal.org/node/1879024 we should replace the call to
user_module_invoke('login', $edit, $user);
by
module_invoke_all('user_login', $edit, $user);

Patch on its way.

Comments

pcambra’s picture

Status: Active » Needs review
StatusFileSize
new393 bytes

Let's see what the testbot thinks and commit this.

pcambra’s picture

sun’s picture

Status: Fixed » Reviewed & tested by the community
StatusFileSize
new437 bytes

We changed it once more. :)

Status: Reviewed & tested by the community » Needs work

The last submitted patch, devel.switch.3.patch, failed testing.

salvis’s picture

Status: Needs work » Needs review

#3: devel.switch.3.patch queued for re-testing.

Status: Needs review » Needs work

The last submitted patch, devel.switch.3.patch, failed testing.

salvis’s picture

Assigned: pcambra » Unassigned
Status: Needs work » Fixed

moshe already committed this.

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

Updated issue summary.