Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to control spam registration?


modemlooper
Moderator

@modemlooper

Use captcha, have one profile field be required and change the slug.

define( 'BP_REGISTER_SLUG', 'name-this-something-unique' );

oh and if you are on WPMU then you need to disable the ability for blog owners to add users via their admin section. This is an easy way for spammers to get entry.

Skip to toolbar