Page 1 of 1

How to make a user login screen?

PostPosted: September 7th, 2005, 3:05 pm
by ssfftt
I need a login screen for assigned users to access my program.

i use interbase, firebird 1.5, delphi 7

and in the database i have a USER table contains usernames and password which can be edited within the program.

does any one have a better idea of how to create the user login screen? (including the screen components and the code)

PostPosted: September 7th, 2005, 6:59 pm
by Johnny_Bit
basic tip: don't store passwords, store hashes of them instead. login screen supossed to be basic login/password edits and ok/cancel buttons. there's no other advice. if you make it bad or overmake it people will get lost and yours app life's done.