OpenID notes

From TDWG Terms Wiki
Revision as of 11:11, 21 January 2020 by Andreas Plank (Talk | contribs) (Andreas Plank moved page openID notes to OpenID notes over redirect: wrongly applied maintenance script cleanupCaps.php)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The OpenID extension for MediaWiki allows you to login using your OpenID username. We have started to evaluate to include this extension here for this Vocabulary Wiki.

Chances are that you already have an OpenID:

INSTALL

  • Download at http://www.mediawiki.org/wiki/Extension:OpenID
  • Unpack OpenID to the extensions folder of the MediaWiki
  • cd $IP/extensions/OpenID an run "make" to download library and patch PHP 5.3 or later.
  • Modify LocalSettings.php, add: "require_once( "$IP/extensions/OpenID/OpenID.php" );"
  • cd $IP/maintenance and run "php update.php" to add OpenID tables to the MediaWiki database
Note: If you restrict general access to wiki pages, you must add anonymous access for 
Special:OpenIDLogin and Special:OpenIDFinish or the OpenID Verification will fail. 
Typically this is done by adding those pages to $wgWhitelistRead in LocalSettings.php.