@since: BuddyPress 1.2.2 |
Description |
---|---|
bp_core_signup_send_validation_email() |
Send activation email to a newly registered user. |
bp_core_signup_disable_inactive() |
Display a “resend email” link when an unregistered user attempts to log in. |
bp_core_activated_user |
Fires at the end of the user activation process. |
bp_core_illegal_usernames |
Filters the array of default illegal usernames. |
bp_core_validate_user_signup() |
Validate a user name and email address when creating a new user. |
bp_core_validate_user_signup |
Filters the result of the user signup validation. |
bp_core_validate_blog_signup() |
Validate blog URL and title provided at signup. |
bp_core_validate_blog_signup |
Filters the validated blog url and title provided at signup. |
bp_core_signup_user |
Fires at the end of the process to sign up a user. |
bp_core_signup_blog() |
Create a blog and user based on data supplied at user registration. |