The MU forums have moved to WordPress.org

Disable Login Function (2 posts)

  1. chris@fdu.edu
    Member
    Posted 15 years ago #

    Hi everyone,

    I am trying to modify a great plug by Will Norris for Shibboleth logins. The plugin is ignoring the "Allow new registrations" setting on site options page. I've looked at http://codex.wordpress.org/WPMU_Functions for something to check the setting. We have two blogs an open one for students and a restricted one for departments. We want to be able to disable registrations on the department blog but keep the authentication mechanism. Is there away to verify registration is enabled?

    -Chris

  2. dsader
    Member
    Posted 15 years ago #

    get_site_option('registration'); // none, all, user, blog

    Usage in wp-admin/wpmu-options.php

About this Topic

  • Started 15 years ago by chris@fdu.edu
  • Latest reply from dsader