• Hey, just started using this plugin. It’s incredible, thank you! Would pay for it.

    Question: The password syncing was not working. Logs showed no errors. Reported the sync happening. I had to add this code to make it work:

    add_action(‘before_wp_hash_password’, ‘before_nwsnet_wp_hash_password’, 5);
    function before_nwsnet_wp_hash_password( $password ) {
    do_action( ‘wprus_password’, $password );
    }

    Is this normal? After I added this on both sites, the password issue went away.

    Thanks!

  • You must be logged in to reply to this topic.