The user stats reset from the admin screen was not removing data from the table.
In the user_stats_reset_login_count() function, I changed

user_stats_reset_counts('user_login_count');
to
user_stats_reset_counts('login_count');

and it worked. I'm not sure if anyone else has experienced this issue, but the naming conventions were inconsistent. The Rules login count resent worked fine with the default settings.

Comments

Liam McDermott’s picture

Status: Active » Fixed

Thanks for this, I've fixed it in the code which should appear on the project in ~12 hours. :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.