how I can reset every user to 0 since i just started the website and everyone has much credits from the initial installation...
is there a way to reset everyone to 0 ?
Thank you!
how I can reset every user to 0 since i just started the website and everyone has much credits from the initial installation...
is there a way to reset everyone to 0 ?
Thank you!
Hello TonyKa,
You can simply reinstall the User Credits plugin - this will completely erase the users' balance data, the plugin settings, and credits history. If you want to leave the plugin settings and history data untouched, but just zero out the balance, then you will need to make changes in the database. Follow these steps:
- Login to phpMyAdmin;
- Go to the ow_usercredits_balance table;
- Truncate this table.
Thank you once more!