Login security

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jauson
Forum Contributor
Posts: 111
Joined: Wed Oct 05, 2011 12:59 am

Login security

Post by jauson »

Hi all,


I am building attendance monitoring system with login features, what's the best to do to maximize the security of login? I mean I dont want to manipulate the present employee the absent employee.

rather

Im searching a fingerprint device to login the employee but is it possible to integrate in my php script?


Regards all.
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Login security

Post by social_experiment »

“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply