The MU forums have moved to WordPress.org

Suspend registration (5 posts)

  1. roxer82
    Member
    Posted 17 years ago #

    Is there any way to suspend new registrations? so if the user try to register he gets a message saying "New registrations are suspended, we wiill get back soon".

  2. donncha
    Key Master
    Posted 17 years ago #

    The simplest way would be to edit wp-signup.php and add that message in there with a die()

  3. roxer82
    Member
    Posted 17 years ago #

    Thanks for your answer, what lines should I edit?

  4. donncha
    Key Master
    Posted 17 years ago #

    The first line?

    die( "Go away, we don't want any more users" );

  5. roxer82
    Member
    Posted 17 years ago #

    Thanks! :)

About this Topic