]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - config.php.sample
Added configuration option to only allow OpenID logins.
[quix0rs-gnu-social.git] / config.php.sample
index 21b6865e150e503444183bccbde45c621b37d1c6..42d42cf86fd222bac72e39d56310d6891d08372e 100644 (file)
@@ -38,6 +38,8 @@ $config['site']['path'] = 'laconica';
 // $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;