Title: Plugin not supported + Fix
Last modified: November 17, 2025

---

# Plugin not supported + Fix

 *  Resolved [swinggraphics](https://wordpress.org/support/users/swinggraphics/)
 * (@swinggraphics)
 * [6 months, 1 week ago](https://wordpress.org/support/topic/plugin-not-supported-fix/)
 * Despite showing an update 7 months ago, the problem that was reported over 2 
   years ago remains. (Only 1 user’s password is reset.) So it is clear this plugin
   is no longer supported.
 * To make it work, change line 216 from this:
 * `if(!empty($results[0][$i+($y*10)]))$users[]=$results[0][$i+($y*10)];`
 * to this:
 * `if(!empty($results[$i+($y*10)]))$users[]=$results[$i+($y*10)][0];`

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

 *  Plugin Author [andy_moyle](https://wordpress.org/support/users/andy_moyle/)
 * (@andy_moyle)
 * [6 months, 1 week ago](https://wordpress.org/support/topic/plugin-not-supported-fix/#post-18726219)
 * Thanks for posting that. Just updated the plugin to address that
    -  This reply was modified 6 months, 1 week ago by [andy_moyle](https://wordpress.org/support/users/andy_moyle/).
    -  This reply was modified 6 months, 1 week ago by [andy_moyle](https://wordpress.org/support/users/andy_moyle/).
 *  Thread Starter [swinggraphics](https://wordpress.org/support/users/swinggraphics/)
 * (@swinggraphics)
 * [6 months, 1 week ago](https://wordpress.org/support/topic/plugin-not-supported-fix/#post-18728315)
 * Glad you are still active on this plugin, thank you!

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

The topic ‘Plugin not supported + Fix’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [swinggraphics](https://wordpress.org/support/users/swinggraphics/)
 * Last activity: [6 months, 1 week ago](https://wordpress.org/support/topic/plugin-not-supported-fix/#post-18728315)
 * Status: resolved