Recaptcha on multisite partially working (original) (raw)

Viewing 4 replies - 1 through 4 (of 4 total)

case 'register':  
        if ( is_multisite() ) {  
            /**  
             * Filters the Multisite sign up URL.  
             *  
             * @since 3.0.0  
             *  
             * @param string $sign_up_url The sign up URL.  
             */  
            wp_redirect( apply_filters( 'wp_signup_location', network_site_url( 'wp-signup.php' ) ) );  
            exit;  
        }  

wp-signup.php

if ( ! is_multisite() ) {  
    wp_redirect( wp_registration_url() );  
    die();  
}  

In hope to help both
Thanks again
Hi @alfio8788,
Thanks for your feedback. I will submit your request along with possible code suggestions to see if the multisite registration page seen here will be considered in the expansion of 2FA and reCAPTCHA from the default login and registration pages.
We are working already to expand this functionality so whilst I cannot comment on the timescale of this release on the forums, we are working to bring it to our customers.
Thanks and take care,
Peter.
Hello and sorry to take your time,
I only wanted to say thank you for the support, we will be waiting this feature in a future version.
P.S.: This thread can now be closed.
Thanks again and Best Regards

Viewing 4 replies - 1 through 4 (of 4 total)