Title: Password Syncing
Last modified: September 26, 2024

---

# Password Syncing

 *  Resolved [kboudreau](https://wordpress.org/support/users/kboudreau/)
 * (@kboudreau)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/password-syncing/)
 * 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)

 *  Plugin Author [Alexandre Froger](https://wordpress.org/support/users/frogerme/)
 * (@frogerme)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/password-syncing/#post-18114384)
 * It seems you are using a third party plugin redefining `wp_hash_password`, very
   likely [https://github.com/roots/wp-password-bcrypt](https://github.com/roots/wp-password-bcrypt);
   in this case, it is normal, or at least it was before this pull request [https://github.com/roots/wp-password-bcrypt/pull/34](https://github.com/roots/wp-password-bcrypt/pull/34)

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/wp-remote-users-sync/assets/icon-256x256.png?rev=2260728)
 * [WP Remote Users Sync](https://wordpress.org/plugins/wp-remote-users-sync/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-remote-users-sync/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-remote-users-sync/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-remote-users-sync/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-remote-users-sync/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-remote-users-sync/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Alexandre Froger](https://wordpress.org/support/users/frogerme/)
 * Last activity: [1 year, 7 months ago](https://wordpress.org/support/topic/password-syncing/#post-18114384)
 * Status: resolved