G
Guest
Rather than re-invent the wheel, I was wondering if there was an existing
user-level logon module that I could copy and modify. I.e.:
Login(ValidUserGUID)
+ collect username
+ collect password ('*' displayed)
+ Lookup username
+ encrypt user entered password
+ compare encrypted passwords (entered and stored)
+ return 0 if okay (fill in ValidUserGUID), 1 if unknown user, 2 if invalid
password
Or something similar.
thanks,
tony
user-level logon module that I could copy and modify. I.e.:
Login(ValidUserGUID)
+ collect username
+ collect password ('*' displayed)
+ Lookup username
+ encrypt user entered password
+ compare encrypted passwords (entered and stored)
+ return 0 if okay (fill in ValidUserGUID), 1 if unknown user, 2 if invalid
password
Or something similar.
thanks,
tony