Page MenuHomePhabricator

OpenID (and ConfirmAccount :()
Closed, ResolvedPublic

Description

Author: simone.hinterseher

Description:
Hi, i have had a running setup of Mediawiki: 1.19.1 PHP Version 5.3.3 OpenID: 1.004.
I wanted to have control of the user account creations and so tried the AccountConfirm extension. However, the extension did not seem to work together with the OpenID extension. So I removed it again. Since then, when going through and finishing the login process at Special:OpenIDLogin, I am not logged in on mediawiki anymore. On the "Verification Success" page of the login process it says "Successful verification and log in as user 111.111.111.111", so the user name is not given there. My LocalSettings.php is as before and I could not find any errors indicating to the problem in the log file. If I use the regular login (without OpenID) I can login and create accounts fine.
How can I make my setup work as before again?
What possibility exists with the OpenID extension to confirm accounts before their creation? I only know of the $wgOpenIDConsumerAllow
Thanks


Version: unspecified
Severity: normal

Details

Reference
bz41856

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:47 AM
bzimport set Reference to bz41856.

simone.hinterseher wrote:

The problem was that I had removed the user account manually from the user table.
I found that there was still an entry in the user_openid table with an openId that I wanted to use to login. After the removal of this entry everything works fine again.

fine.

Keep in mind, that E:OpenID also introduces a new Special page Special:OpenIDDashboard which gives an overview.