Plugin openid
From LifeType Wiki
Name: openid
Latest version: 20070302
Download link: http://downloads.sourceforge.net/lifetype/1.2_openid.zip
License: GPL
Author: Paul Westbrook, Jon Daley
References: Based on phpMyID
[edit] Description
Allows LifeType username and password to be used for OpenID authentication. If logged into your admin panel, the authentication will happen automatically. If not logged in, you will be prompted for your username and password.
[edit] Configuration
The plugin configuration page can be found under Control Center->Integration Management.
Enable the openid plugin in your LifeType control center.
Add the following code in header.template within the <head> </head> tags:
<head>
...
{if !empty($openid)}
{$openid->show()}
{/if}
</head>
