• Resolved kboudreau

    (@kboudreau)


    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!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Password Syncing’ is closed to new replies.