cannot change existing account to OpenID account

Bug #300801 reported by Hubert Chathi
2
Affects Status Importance Assigned to Milestone
Moodle-OpenID
New
Undecided
Unassigned

Bug Description

A couple of buglets in /auth/openid/login_form.php that prevent a user from being able to switch to being an open-id-based account from the login form. The attached patch fixes the bugs.

Tags: taskbucket
Revision history for this message
Hubert Chathi (uhoreg) wrote :
Revision history for this message
Hubert Chathi (uhoreg) wrote :

P.S. I think that line 11 (line 12 in my patch) should really read:
$user_is_openid = ($USER->auth == 'openid');
instead of:
$user_is_openid = ($USER->auth == 'auth_openid');
(which seems to be a search-and-replace gone bad).

Changed in moodle-openid:
assignee: nobody → stuartmetcalfe
Changed in moodle-openid:
assignee: Stuart Metcalfe (stuartmetcalfe) → nobody
tags: added: taskbucket
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.