Copy protection, access control

Post any examples or modules that you want to share here
Post Reply
az-terisk
Posts: 29
Joined: Sun Dec 25, 2016 1:00 pm

Copy protection, access control

Post 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! ;)
adamszabo
Posts: 667
Joined: Sun Jul 11, 2010 7:21 am

Re: Copy protection, access control

Post 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
Post Reply