Metadata-Version: 1.0
Name: plone.app.openid
Version: 1.0.3
Summary: Plone OpenID authentication support
Home-page: http://svn.plone.org/svn/plone/plone.app.openid
Author: Wichert AkkermanPlone Foundation
Author-email: plone-developers@lists.sourceforge.net
License: GPL
Description: Overview
        ========
        
        This packages makes Plone a complete OpenID consumer, allowing people
        to authenticate in a site using their OpenID identity. It relies on the
        plone.openid_ package to implement authentication of identities and
        needs an external session management plugin such as plone.session_ to
        add session management.
        
        You also need version 2.0.x of the python-openid_ package from JanRain. If this
        package is not installed you will not be able to install OpenID support in
        Plone.
        
        .. _plone.openid: http://pypi.python.org/pypi/plone.openid
        .. _plone.session: http://pypi.python.org/pypi/plone.session
        .. _python-openid: http://pypi.python.org/pypi/python-openid/
        
        
        Installation
        ============
        
        If all requirements have been installed you should see an *OpenID
        Authentication Support* appearin the *Add/Remove Products* page in
        the Plone site setup screen. Installing the OpenID authentication
        support will do several things:
        
        * the PAS user folder is reconfigured to support OpenID authentication
        * an OpenID login portlet is added to the left column
        * the standard login form is replaces with a form which supports both
        OpenID logins and standard username&password logins
        
        
        
        Changelog
        =========
        
        1.0.3  April 21, 2008
        ---------------------
        
        - Added missing i18n markup to portlets.xml.
        [hannosch]
        
        - Fixed erroneous (duplicate) translation ID. This fixes
        http://dev.plone.org/plone/ticket/7764
        [limi]
        
        
        1.0.2  March 7, 2008
        ----------------------
        
        - Correct the title of the portlet type to read 'OpenID Login' instead of
        just 'Login'.
        [wichert]
        
        
        1.0.1  August 17, 2007
        ----------------------
        
        - Remove use of javascript in login portlet
        [ree]
        
        
        1.0  August 15, 2007
        --------------------
        
        - First stable release.
        [wichert]
        
        
Keywords: Plone OpenID authentication consumer
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
