wp bp signup create

Add a signup.

OPTIONS OPTIONS

[–user-login=<user-login>]
User login for the signup.
[–user-email=<user-email>]
User email for the signup.
[–activation-key=<activation-key>]
Activation key for the signup. If none is provided, a random one will be used.
[–silent]
Whether to silent the signup creation.
[–porcelain]
Output only the new signup id.

Top ↑

EXAMPLE EXAMPLE

$ wp bp signup create --user-login=test_user [email protected]
Success: Successfully added new user signup (ID #345).