Using OpenID to log into your blog' . '

This plugin does not need any configuration to enable login into your blog using OpenID (OpenID is self configuring)

' . '

But users, who want to use OpenID for login have to configure the OpenID URL they want to be identified with. ' . 'So if you want to use OpenID as a login option, go to your Serendipity profile page and configure your OpenID URL (at the bottom of the page).

' ); @define('PLUGIN_OPENID_DELEGATION_DESCRIPTION', '

OpenID Delegation Settings (Optional)

' . '

If you want to use your blog as your OpenID URL while logging in to services supporting it, you can configure here a delegation from your blog to the OpenID service hosting your ID.
' . 'The plugin will add some information to your blogs HTML informing the services about where to look up your ID when you enter your blogs URL as your OpenID.

' . '

Settung up delegation is completely optional and not needed for logging into your blog with OpenID.

' ); @define('PLUGIN_OPENID_SERVER', 'OpenID server used for delegation'); @define('PLUGIN_OPENID_SERVER_DESC', 'OpenID server to use for delegate (requires OpenID delegate to be populated)'); @define('PLUGIN_OPENID_DELEGATE', 'Delegate to OpenID URL'); @define('PLUGIN_OPENID_DELEGATE_DESC', 'OpenID delegate (requires OpenID server to be populated)'); @define('PLUGIN_OPENID_XRDS_LOC', 'OpenID XRDS Location'); @define('PLUGIN_OPENID_XRDS_LOC_DESC', 'URL for XRDS Document Location (not needed normaly)'); @define('PLUGIN_OPENID_LOGIN_INPUT', 'Logon using your OpenID.'); @define('PLUGIN_OPENID_UPDATE_SUCCESS', 'Your OpenID has been updated'); @define('PLUGIN_OPENID_UPDATE_FAIL', 'An Error occurred updating your OpenID'); @define('PLUGIN_OPENID_INVALID_RESPONSE', 'Invalid OpenID Entered'); @define('PLUGIN_OPENID_LOGIN_WITH_GOOGLE', 'Login with your Google account'); @define('PLUGIN_OPENID_SET_GOOGLE_OID', 'Set your Google account as OpenID'); @define('PLUGIN_OPENID_LOGIN_WITH_YAHOO', 'Login with your Yahoo account'); @define('PLUGIN_OPENID_SET_YAHOO_OID', 'Set your Yahoo account as OpenID');