Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Authetication

Status
Not open for further replies.

Silvy74

Programmer
Jun 18, 2002
4
IT
How can I display the authetication window
with ColdFusion?
Which command must I use?

Thanks!!
 
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?

-Tek
 
If you go on you choose a nation,
and you click on Ricerca, it displays the authentication
window.

How can I display it with ColdFusion?

Thanks.
 
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.

-Tek
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top