Plugin secret » Special:RecentChangesLinked » Plugin stickyposts » Plugin dnsantispam » Plugin openid
From LifeType Wiki
Name: openid
Download link: http://sourceforge.net/projects/lifetype/files/
License: GPL
Author: Paul Westbrook, Jon Daley
References: Based on phpMyID
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.
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>
