Re: How to control spam registration?
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.