← Back to team overview

mahara-contributors team mailing list archive

[Bug 1011355] A change has been merged

 

Reviewed:  https://reviews.mahara.org/1314
Committed: http://gitorious.org/mahara/mahara/commit/600319eb3e1e376017d8def0636e99f092782b1e
Submitter: Hugh Davenport (hugh@xxxxxxxxxxxxxxx)
Branch:    master

commit 600319eb3e1e376017d8def0636e99f092782b1e
Author: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>
Date:   Mon Jun 11 11:49:03 2012 +1200

    Remove join_institution call on browserid user creation (bug #1011355)
    
    After the call to create_user, the browserid user creation function
    contains a call to join_institution when usersuniquebyusername is on.
    
    It's unnecessary, because create_user should already have added the
    user to the institution, and also results in a fatal error, because
    $user is a Stdclass object rather than a User.
    
    Change-Id: I94dc1c9c272cd844dd3f018d420c3caa4c7d4f57
    Signed-off-by: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/1011355

Title:
  Browserid user autocreation fails with usersuniquebyusername

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Autocreation of users with the browserid plugin fails when
  usersuniquebyusername is on because of bad argument types in a call to
  join_institution().

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1011355/+subscriptions


References