Topic on Extension talk:OpenID

[SOLVED] ConfirmAccount extension and OpenID extension

2
Summary by Wikinaut

filed as bugzilla:41856, now solved.

128.196.105.88 (talkcontribs)

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

128.196.105.88 (talkcontribs)

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.

Reply to "[SOLVED] ConfirmAccount extension and OpenID extension"