Page 1 of 1

Copy protection, access control

PostPosted: Mon Mar 01, 2021 12:19 pm
by az-terisk
Hello everyone,

For one of my projects, I'm working on an access control and copy protection solution based on a user account system.

The idea would be that the plugin asks for the login/password couple when opening the plugin on the user side (with the possibility for the software to remember the information entered), then on the administration side, the one with access rights management can, at will, activate or deactivate the accounts (and thus, the access).

I've already seen a few examples in this direction, but I can't get my hands on it again. Would someone be so kind as to (re)put me on the right track?

Thank you! ;)

Re: Copy protection, access control

PostPosted: Mon Mar 01, 2021 12:51 pm
by adamszabo
It would be a pretty complicated system to set up, you would need the plugin to connect to your server and into a database, and you would have to come up with a solution in your website to constantly check accounts. I dont know if anyone has done such thing here