Title: update custom table when password reset
Last modified: March 10, 2018

---

# update custom table when password reset

 *  Resolved [mmln](https://wordpress.org/support/users/mmln/)
 * (@mmln)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/update-custom-table-when-password-reset/)
 * Plugin is working fine and doing the job, i have a need to capture the new password(
   hashcode) in a custom table, to override other plugin.
    Which function / php 
   file should I tweak to add custom sql insert i need to do.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Richard Webster](https://wordpress.org/support/users/rwebster85/)
 * (@rwebster85)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/update-custom-table-when-password-reset/#post-10060585)
 * Hi mate the plugin uses standard WP functions to do all the password changing
   magic, so you can hook into the default actions inside the reset_password() WP
   function.
 * [https://core.trac.wordpress.org/browser/tags/4.4.2/src/wp-includes/user.php#L2086](https://core.trac.wordpress.org/browser/tags/4.4.2/src/wp-includes/user.php#L2086)
 * If you get chance and like the plugin I’d appreciate it if you left a quick review
   🙂

Viewing 1 replies (of 1 total)

The topic ‘update custom table when password reset’ is closed to new replies.

 * ![](https://ps.w.org/frontend-reset-password/assets/icon-256x256.png?rev=3445607)
 * [Frontend Reset Password](https://wordpress.org/plugins/frontend-reset-password/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/frontend-reset-password/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/frontend-reset-password/)
 * [Active Topics](https://wordpress.org/support/plugin/frontend-reset-password/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/frontend-reset-password/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/frontend-reset-password/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Richard Webster](https://wordpress.org/support/users/rwebster85/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/update-custom-table-when-password-reset/#post-10060585)
 * Status: resolved