double checked and triple checked, this one is checked.
>> User accounts may be registered.
I don’t want to deal with too many splogs corrupting the database, so I just enabled user accounts.
I used to use the below code in my wp-config to keep people from setting up spammy user accounts, but now that just says page not found.
define( ‘BP_ACTIVATION_SLUG’, ‘customactivation’ );
define( ‘BP_REGISTER_SLUG’, ‘customregister’ );