Is there a way to delete all the current user points and create in from the scratch?
There is a module to reset point in the userpoints_contrib project.
Or you can use phpMyAdmin or MySQL command line to TRUNCATE the two tables: userpoints and userpoints_txn.
Comments
Comment #1
kbahey commentedThere is a module to reset point in the userpoints_contrib project.
Or you can use phpMyAdmin or MySQL command line to TRUNCATE the two tables: userpoints and userpoints_txn.