6 This code has been adapted from example applications provided by
\r
7 JanRain's OpenID PHP libraries, available from
\r
8 http://www.openidenabled.com/openid/libraries/
\r
10 This distribution includes the Auth and Services directories from
\r
11 JanRain's PHP OpenID library.
\r
13 If you install these directories somewhere other than in the standard
\r
14 PHP include directories, then you may need to edit the include line at
\r
15 the top of openid_includes.php in the openid_client directory to make sure
\r
16 that the code can find the libraries.
\r
18 This plugin adds an admin page that allows you to set various options,
\r
19 including a default server to simplify logins, whether synchronisation with
\r
20 OpenID servers is automatic or left to your users, which OpenIDs will
\r
21 be accepted by your site, and how email confirmation will be handled.
\r
22 More information can be found on the admin page.
\r
24 This version of the OpenID client plugin has been tested with MySQL
\r
25 but not yet Postgres.
\r
28 kevin AT radagast.biz
\r