Logic to Login
-
Hi all, I have been building a program which is dependent on database. So, a user can login and do something. My issue is how to make the environment well secured. My login design, asks(accepts) a user's loginid(userid) and password which will be compered with the corresponding values in the database, and then success/failure comes. I want any better login disgin logic than this, it's urgent. Thank you.
-
Hi all, I have been building a program which is dependent on database. So, a user can login and do something. My issue is how to make the environment well secured. My login design, asks(accepts) a user's loginid(userid) and password which will be compered with the corresponding values in the database, and then success/failure comes. I want any better login disgin logic than this, it's urgent. Thank you.