<?xml version="1.0" encoding="UTF-8"?>
<wiki-page>
  <author>Dimitrij Denissenko</author>
  <content>h1. Details

The *OpenID Authentication* plugin adds "OpenID":http://en.wikipedia.org/wiki/OpenID support for your Retrospectiva installation.

* Allows users to login with their OpenID (instad of using their username and password)
* Allows users to register to your site directly through their OpenID Provider

h1. Installation

h3. Install GEM
{{{
sudo gem install ruby-openid 
}}}

h3. Download Extension
{{{
RAILS_ENV=production script/rxm download git://github.com/dim/retrospectiva.openid_auth.git
}}}

h3. Install Extension
{{{
RAILS_ENV=production script/rxm install openid_auth
}}}

h1. Screenshots

[[I:Screenshot_Extension_OpenIDAuth:OpenID Auth Screenshot]]

</content>
  <created-at type="datetime">2007-10-11T21:05:15+01:00</created-at>
  <title>OpenID Auth</title>
  <updated-at type="datetime">2009-06-13T13:01:38+01:00</updated-at>
  <version type="integer">14</version>
</wiki-page>
