Re: login verification problem

2000-08-05 Thread Jake Hileman
ot; [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 31, 2000 11:19 PM Subject: Re: login verification problem Try this. Query for the information WHERE (LoginName='#LoginName#' AND Password='#Password#') as you did below. cfif QueryName.RecordCount GTE 1 cfoutput query = ... c

login verification problem

2000-07-31 Thread Mark Smeets
Hi, Here's my problem, I've got a login page, in which when you login, you are presented with your specific details that you filled out etc... Now, the problem is, if I just put in whatever text for the login and the password (obviously not stored in the database under that persons entry)

Re: login verification problem

2000-07-31 Thread Todd Ashworth
IL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 31, 2000 10:36 PM Subject: login verification problem Hi, Here's my problem, I've got a login page, in which when you login, you are presented with your specific details that you filled out etc... Now, the problem is, if I

Re: login verification problem

2000-07-31 Thread Al Musella, DPM
I might not follow this correctly, but loginname will ALWAYS be equal to LoginName.. sort of like: cfif 1 != 1 Al A1webs cfif LoginName IS NOT LoginName -- Archives:

Re: login verification problem

2000-07-31 Thread Jennifer
At 11:15 PM 7/31/00 -0400, you wrote: I might not follow this correctly, but loginname will ALWAYS be equal to LoginName.. sort of like: cfif 1 != 1 Al A1webs cfif LoginName IS NOT LoginName Hey! You guys are thinking! That's not fair!