Could you provide more information? I don't understand what you mean by "authentication window". Do you mean how do you get into the CF Administrator?
If you mean a form that asks for a username and password, then that's what it is -- an html form with formfields with username and password. Then you authenticate the user against a database or file or wherever you keep your usernames and paswords. The action attribute of the form tag is where you specify the page you want to submit the form data to; on that page is where you'd use ColdFusion to check your datasource against the username and password that the user has input.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.