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)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.