X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config.php.sample;h=997c9d6b0bccb971157c6cc50f5689fc17419f87;hb=44a59bbc2d34998147496d5945f6b35a75cf8464;hp=bd3776a47f4a0620c4a3a3c02e588f58af3d911a;hpb=bbb830e14c718c687f0636710a1827c90b11f4cc;p=quix0rs-gnu-social.git diff --git a/config.php.sample b/config.php.sample index bd3776a47f..997c9d6b0b 100644 --- a/config.php.sample +++ b/config.php.sample @@ -38,8 +38,6 @@ $config['site']['path'] = 'statusnet'; // $config['site']['closed'] = true; // Only allow registration for people invited by another user // $config['site']['inviteonly'] = true; -// Only allow registrations and logins through OpenID -// $config['site']['openidonly'] = true; // Make the site invisible to non-logged-in users // $config['site']['private'] = true; @@ -99,9 +97,6 @@ $config['sphinx']['port'] = 3312; // $config['xmpp']['public'][] = 'someindexer@example.net'; // $config['xmpp']['debug'] = false; -// Disable OpenID -// $config['openid']['enabled'] = false; - // Turn off invites // $config['invite']['enabled'] = false;