skip to navigation
skip to content

silva.pas.openid 1.0

OpenID suport for Silva

Downloads ↓

Latest Version: 1.1

Copyright (c) 2008, Infrae. All rights reserved. See also LICENSE.txt

OpenID Support for Silva

This extension provide a full support for OpenID in Silva. This rely on PluggableAuthService and silva.pas.base.

After installing the extension, users would be able to logon on Silva using an OpenID identity. First, users will have to register, with an form protected by a captcha. This registration step are going to fetch available information about the user from the OpenID provider. After registration, site managers can attributes roles to users, and check information about them on theirs Silva member objects.

This extension require at least Silva 2.0.7 or higher.

Installation

If you installed Silva using buildout, by getting one from the Infrae SVN repository, or creating one using Paster, you should edit your buildout configuration file buildout.cfg to add or edit the following section:

[instance]

eggs = ...
      silva.pas.openid

zcml = ...
      silva.pas.openid

If the section instance wasn't already in the configuration file, pay attention to re-copy values for eggs and zcml from the profile you use.

After you can restart buildout:

$ ./bin/buildout

If you don't use buildout, you can install this extension using easy_install, and after create a file called silva.pas.openid-configure.zcml in the /path/to/instance/etc/package-includes directory. This file will responsible to load the extension and should only contain this:

<include package="silva.pas.openid" />

Latest version

The latest version is available in a Subversion repository.

0.1 (27/05/2008)

  • Initial version, wrote with plone.openid as first example.
 
File Type Py Version Uploaded on Size # downloads
silva.pas.openid-1.0-py2.4.egg (md5) Python Egg 2.4 2008-05-27 39KB 710
silva.pas.openid-1.0.tar.gz (md5) Source 2008-05-27 14KB 438