The Coldfusion Login Wizard implemented on my Login page(Displayed in earlier Discussions) now displays a Coldlfusion page requesting Username and Password input to access my Local/Network site. When I input what I think is the correct username and password I get an error message stating "Your login information is not valid. Please try again". My question is where is this particular Username and Password retrieved from? Is it retrieved from the Datasource Creation page in the ColdFusion Adminstrator where I created my Datasource or from the my Coldlfusion Login page on Line 5 (Pictured in earlier discussions) where the following is stated:<cfquery name="MM_rsUser" datasource="CF_EAAMembers" username="jcianci" password="delta787"> Inputing the username and password delineated in Line five rewards me with the error message above as does the inputing of the Username and Passord recorded on the Datasource Creation page. I did notice that when my Datasource Data is "submitted" for updating in the Administrator that I get two error messages:
- Unable to update the NT registry.
Variable DRIVERPATH is undefined.
The Miscrosoft Access Data Source created does show up as "OK" on the list of Datasources when the Verify Data Sources button is selected.
When I implemented the ColdFusion Login Wizard in Dreamweaver 6 I didn't realize that it was going to insert code that was going to password protect my Local Test Site. I thought the wizard would simply create the Code to implement a Username and Password routine to provide "Members Only" access to my Web Site's "Member's Only" pages. Can I use the code created by the ColdFuison Login Wizard to limit access to "Members Only" and eliminate the code that secures the Local Site?
Message was edited by: Silk Trial Site