Comment 2 for bug 300801

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).