View Single Post
Join Date: Jun 2004
Posts: 29
Reputation: dazzlindonna is an unknown quantity at this point 
Solved Threads: 3
dazzlindonna's Avatar
dazzlindonna dazzlindonna is offline Offline
Light Poster

Re: Need Help with login authentication

 
0
  #2
Jul 28th, 2004
I assume you are using this line of code <CFIF getUserName.RecordCount IS 1> to check if the login user and pwd was successful, however, getUserName is not the name of the query you have for checking that. "login" is what you named that query, so it should say <CFIF login.RecordCount IS 1> instead. Try that before debugging the rest of the code.
I need to check my ColdFusion Calendar because I think Christmas is coming soon! ;)
***********
Get all the SEO news and tips at SEO Scoop
Reply With Quote