]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Added configuration option to only allow OpenID logins.
authorJeffery To <jeffery.to@gmail.com>
Sun, 9 Aug 2009 11:12:59 +0000 (19:12 +0800)
committerJeffery To <jeffery.to@gmail.com>
Mon, 10 Aug 2009 05:57:39 +0000 (13:57 +0800)
commit14b46e2183f10359cc53d597913a878f53e23719
tree5abe41f6f475be0a05168f8859542e1a1a3b3b21
parentc1b19929f6234c4b9e30e16bae419c89c38c1169
Added configuration option to only allow OpenID logins.

If $config['site']['openidonly'] is set to true:
* the Login/Register pages will be removed from the navigation;
* directly accesses to the Login/Register pages will redirect to the
  OpenID login page;
* most links to the Login/Register pages will link to the OpenID login
  page instead.

The user will still need to set a password to access the API and RSS
feeds.
24 files changed:
README
actions/all.php
actions/confirmaddress.php
actions/favorited.php
actions/groupsearch.php
actions/invite.php
actions/login.php
actions/noticesearch.php
actions/public.php
actions/publictagcloud.php
actions/register.php
actions/remotesubscribe.php
actions/replies.php
actions/showfavorites.php
actions/showgroup.php
actions/showstream.php
actions/subscribers.php
actions/userauthorization.php
config.php.sample
index.php
lib/action.php
lib/common.php
lib/facebookaction.php
lib/logingroupnav.php