Pages

Thursday, January 20, 2011

Tech Salsa Update

Tech Salsa Update


Steps to Disable New User Registration on WordPress Blog

Posted: 19 Jan 2011 04:30 AM PST


All those admin who run a wordpress blog like me might have faced this problem of receiving spam new user registration on the blog. I have been getting notifications for the new user registration in my blog lately but it came as a surprise to me when one day I received 17 new registrations.

Of course, this should not happen as it poses security threat to the blog. I will share a way how I stopped the spammers to register themselves as a new user subscriber in my blog.

Steps:

1.    Open your blog cPanel and click PHPMyAdmin link in it.

2.    Now select your database schema from the left side bar.

3.    Here you will see list of files in the database.

4.    Click the browse button of the "wp_options" file as shown below.

5.    This will open the list of changes that you can make, find out the entry "users_can_register" in it.

6.    Click the pencil icon of this entry to make changes in it (as shown above).

7.    Now the screen that opens, you need to make couple of changes to disable the new user registration.

8.    As shown in the image below, change the value from 1 to 0 and also change the yes to no.

9.    Click GO button below (below the Go button shown in the image) to save the changes.

Now if you try to login the registration page like "www.yoursite.com/wp-register.php" you should see some error message like this

and this confirms that no more spam user registration would occur in future.

Let me know if it helped you.

Related posts:

  1. Disable Switch User button in Windows
  2. WordPress Blogs under Attack by a Computer Worm
  3. Steps to Enable/Disable Macro in Office 2007
  4. Free Startup Manager called Disable Startup

0 comments:

Post a Comment