= OpenID Authentication Plugin = == Description == This adds OpenID identification support to Trac. This plugin is abandoned so might find AuthOpenIdPlugin more usable. == Bugs/Feature Requests == Existing bugs and feature requests for OpenidPlugin are [report:9?COMPONENT=OpenidPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=OpenidPlugin&owner=cygnus new ticket]. == Download == Download the zipped source from [download:openidplugin/trunk here]. Please install the [http://www.openidenabled.com/python-openid/ OpenID library] for Python. You might also need [http://www.amk.ca/python/code/crypto PyCrypto] and [http://effbot.org/zone/element-index.htm ElementTree]. == Source == You can check out OpenidPlugin from [http://trac-hacks.org/svn/openidplugin here] using Subversion, or [source:openidplugin browse the source] with Trac. == Example == Disable the default login module and enable the OpenID plugin: {{{ [components] trac.web.auth.* = disabled openidauth.* = enabled }}} == Recent Changes == [[ChangeLog(openidplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:wkornew] [[BR]] '''Contributors:''' [wiki:cygnus] (current maintainer)