Difference between revisions of "OpenID"

From Biowikifarm Metawiki
Jump to: navigation, search
Line 27: Line 27:
 
'''Problem:''' Displays: "All users need a nickname; you can choose one from the options below." but only one option is available: "Username and account choice: An existing account on this wiki"
 
'''Problem:''' Displays: "All users need a nickname; you can choose one from the options below." but only one option is available: "Username and account choice: An existing account on this wiki"
  
OpenID does not allow verification through ConfirmAccount?
+
PERHAPS: phpinfo shows that gmp is missing???
 +
 
 +
General problem: OpenID does not allow verification through ConfirmAccount?

Revision as of 15:28, 12 December 2012

All our wikis can be used with local accounts. However, it may be useful to use an OpenID login if you have one.

OpenID is a mechanism to log into multiple site with a single user name and password.

An important place to check is openid.net where you may find that you already have an openID from one of the services listed.

Experiences:

  • Gregor:
    • As of 2008-07, flickr did not seem to work yet.
    • Yahoo did, if you have an account, navigate to http://openid.yahoo.com/ and enable it for use as openID. In my case only a user-chosen name did work (https://me.yahoo.com/NAME_I_SPECIFIED). Yahoo only support OpenID 2.0, some sites may yet support older OpenID versions (but our wikis support 2.0).
    • Google: Either create a blog for your account on blogger.com (login with your google id) or go to http://openid-provider.appspot.com/ and login once with your google id.

---

Documentation of the work in 2012, reenabling http://www.mediawiki.org/wiki/OpenID:

cd /usr/share/mediawiki20/extensions/OpenID
sudo make
# adding to LocalSettings: require_once( "$IP/extensions/OpenID/OpenID.php" );
# run update to create a new DB table:
cd /var/www/testwiki_v20;        sudo -u www-data php ./maintenance/update.php  --quick --conf ./LocalSettings.php 

Edit http://biowikifarm.net/testwiki_v20/index.php?title=MediaWiki:Openidlogin&action=edit and change text to "Use OpenID".

Presently running (Version 1.004 20120427)

Problem: Displays: "All users need a nickname; you can choose one from the options below." but only one option is available: "Username and account choice: An existing account on this wiki"

PERHAPS: phpinfo shows that gmp is missing???

General problem: OpenID does not allow verification through ConfirmAccount?