Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Register vs wp-signup : passwords vs signup question


r-a-y
Keymaster

@r-a-y

The register page can be renamed by changing the registration slug.

Add this line somewhere in your wp-config.php:

define( 'BP_REGISTER_SLUG', 'yourregisterslug' );

Change ‘yourregisterslug’ to whatever you want it to be.

Skip to toolbar