Web Design Forum: How do I disable Wordpress askig for new username? - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How do I disable Wordpress askig for new username? Rate Topic: -----

#1 User is offline   Xarzu 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 25
  • Joined: 30-January 10
  • Reputation: 0

Posted 03 January 2011 - 09:47 AM

How do you disable the request for new username in a Wordpress Blog?

I get annoying bot email messages from false email address requesting a new username. This is different from the request for a new password which I have already disabled.

This is what fills up my email inbox: http://i67.photobuck...Athono/this.jpg

This blog post on wordpress.org talks about disabling the lost password feature http://wordpress.org...assword-feature
but my problem seems to be something else. How do I disable the "get new username" feature?
0

#2 User is offline   Snippet Cloud 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 11
  • Joined: 03-January 11
  • Reputation: 0

Posted 03 January 2011 - 01:25 PM

Thats a request for a new user, not new username.
Someone has signed up, and you have to approve or disapprove it.
Not sure how to disable it though.
0

#3 User is offline   Faevilangel 

  • Wordpress Ninja.....
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,166
  • Joined: 11-May 09
  • Reputation: 57
  • Gender:Male
  • Experience:Advanced
  • Area of Expertise:Web Developer

Posted 03 January 2011 - 02:03 PM

n your admin panel, go to settings > general settings and there is a tick box that says anyone can register, untick it.
0

#4 User is offline   Xarzu 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 25
  • Joined: 30-January 10
  • Reputation: 0

Posted 03 January 2011 - 07:56 PM

View PostSnippet Cloud, on 03 January 2011 - 01:25 PM, said:

Thats a request for a new user, not new username.
Someone has signed up, and you have to approve or disapprove it.
Not sure how to disable it though.


Are you sure? Here is one of these email messages I got yesterday:

Tiviaw (devonachestee.n@gmail.com) has requested a username at ArgueMax

http://www.arguemax.com

To approve or deny this user access to ArgueMax go to

http://www.arguemax.com/wp-admin/users.php?page=new-user-approve.php

0

#5 User is offline   Xarzu 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 25
  • Joined: 30-January 10
  • Reputation: 0

Posted 03 January 2011 - 07:58 PM

View PostFaevilangel, on 03 January 2011 - 02:03 PM, said:

n your admin panel, go to settings > general settings and there is a tick box that says anyone can register, untick it.


I will try this but will this mean that no one will be able to register?
0

#6 User is offline   Faevilangel 

  • Wordpress Ninja.....
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,166
  • Joined: 11-May 09
  • Reputation: 57
  • Gender:Male
  • Experience:Advanced
  • Area of Expertise:Web Developer

Posted 03 January 2011 - 08:06 PM

View PostXarzu, on 03 January 2011 - 07:58 PM, said:

I will try this but will this mean that no one will be able to register?


Yes, but you will still be able to create users in the admin area if needed.
0

#7 User is offline   Xarzu 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 25
  • Joined: 30-January 10
  • Reputation: 0

Posted 17 January 2011 - 03:28 AM

View PostFaevilangel, on 03 January 2011 - 08:06 PM, said:

Yes, but you will still be able to create users in the admin area if needed.


That is a bit extreme. I want people to be able to register. I do not think the way I want my web site to be will work of there is not a registration page.

I was assuming that somehow there was a script that was being run in a direct sort of way that was generating these email messages. But, for now, I will go with the idea that maybe a bot is running on my register page and it is getting beyond the Captcha control.

I thought this way because the email messgae is saying that someone is requesting a username, not that they are trying to register.

My Forum/Blog is a paied web site (to keep out the riff-raff) and people have to buy a subscription to the site. But, suprisingly, this does not stop my inbox from being flooded by "requests for a username".

Here is what my inbox looks like:

http://i67.photobuck...Athono/this.jpg

Most of the time, the email addresses in these messages are fake. But sometimes they are not but when I email these persons back, I am ignored. So they really are just spammers looking for a way of posting ad content on my web site for free.

The Registration page has a CAPTCHA Code required entry field:

http://www.arguemax....action=register

But I wonder if the bots are sophisticated enough to get past that.

The user has to click on the "I accept the agreements" field but the agreements field clearly tells the user that they have to buy a subscription. If they do not click on that check box they get this:

http://i67.photobuck...o/wordpress.jpg

One way I want to try to keep from getting all this spam is to make it such that the registration button is inactive until they click on the subscribe button

https://www.paypal.c...scribeCC_LG.gif

How do I go about making that happen?

I want to do this without resulting to any ajax control. I want to set some sort of varable to false that will make the registration button inactive and then set it to true if they click on the subscribe button and then send a refresh message to the registration page.
0

#8 User is offline   Xarzu 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 25
  • Joined: 30-January 10
  • Reputation: 0

Posted 02 February 2011 - 01:51 AM

I have had some difficulty getting my web site set up the way I want it. It uses WordPress and BBPress. The WordPress uses a few plug-ins. The Plug-Ins do not work the way I want them to do and, after some investigation, I have come to the conclusion that I have to resort to doing some PHP programming.

I am a software engineer as a profession and so PHP would not be much of a challenge for me to grasp. Does anyone here know PHP programming?

For now, what I would like to understand is this. How can PHP set a global variable that can be sent from one web page to another and be used to allow or disallow things? h t t p : / / w w w . p h p . n e t / m a n u a l / e n / l a n g u a g e . v a r i a b l e s . s c o p e . p h p shows scope of variables and there is mention of global variables. But I am not 100% sure that this will work in the context of wordpress plugIns. If you set a global variable in one plugIn, can I access it in another plugIN?
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users