]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
OpenID: add option to enable asking for a username to append to the trusted provider...
authorBrion Vibber <brion@pobox.com>
Fri, 28 May 2010 23:52:17 +0000 (16:52 -0700)
committerBrion Vibber <brion@pobox.com>
Fri, 28 May 2010 23:52:17 +0000 (16:52 -0700)
commit58fe1a597c76dd6737abbe44e7cb7111d3ae3375
tree6d8ddba5ae17df7f2985fc6acc42d5fa40932607
parent3ba165cfab7ce30ade64bf557e9c248de2e07029
OpenID: add option to enable asking for a username to append to the trusted provider's base URL. Good for hooking up with sites like WikiHow, where usernames are appended to a base URL to get a profile URL which is used as the provider.

$config['openid']['append_username'] = true;
or check 'Append a username to base URL' in OpenID admin panel.
plugins/OpenID/openid.php
plugins/OpenID/openidadminpanel.php
plugins/OpenID/openidlogin.php