Reset activation counter from WP admin panel
-
Hey,
My pipeline with the plugin and the API:
1. user downloads my software, gets the license number by email
2. user puts the license in the software
3. license number is activated using API
4. whenever the user runs the software, it confirms the license is valid using API validation
5. on uninstall, the license number is deactivated using API
6. I set the limit on the activation count to 1 to prevent multiple activation.Everything works as described.
My problem is with a scenario when the user destroys his/her computer and is not able to deactivate the license anymore (I use computer ID as a way to prevent activation when the license gets somehow stolen). I expect the user to write me an email on that occasion to reset the activation counter – here is the problem. I can’t reset the activation counter from wordpress – deactivated means the license will not be valid, but the counter stays the same. Can we have another option to reset the counter via the wordpress panel ?
- The topic ‘Reset activation counter from WP admin panel’ is closed to new replies.