Looking for hook before bp_signup_validate
-
I’m tweaking the sign-up with some custom validation.
I’m looking through bp_core_screen_signup() in bp-members-screens.php which runs through a battery of tests and then offers the hook bp_signup_validate to perform additional tests, but I need to do something BEFORE it runs through those tests not after.
What can I hook into?
(If you want to know why, I’m trying to make sign-up on mobile as frictionless as possible by not requiring the user to enter their password twice. On my custom registration form I make the input #signup_password_confirm hidden and with javascript just copy over what is entered in #signup_password. But to allow for javascript being disabled I need to repeat if necessary on the server before handing off to the tests in bp_core_screen_signup.)
- The topic ‘Looking for hook before bp_signup_validate’ is closed to new replies.