Hi:
I'd like to implement a user authentication function which allows one username/pwd to be used from one computer only.
For example, when a client registers with our application, I'd like to get their MAC or their computer unique information, so that next time they log in, I want to make sure that they log in from the computer that they register, not others. I want to make sure that they don't share their username/pwd to anyone else to use.
Your help is much appreciated.
Janie