<!-- Copyright 2001, 2002, 2003 Macromedia, Inc. All rights reserved. -->
<!DOCTYPE HTML SYSTEM "-//Macromedia//DWExtension layout-engine 5.0//dialog">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
<head>
	<title><MMString:loadString id="TagLibraries/CFML/cfauthenticate/title" /></title>
<script src="../../Shared/Common/Scripts/dwscripts.js"></script>
<script src="../../Shared/Common/Scripts/tagDialogsCmn.js"></script>
<script>
function inspectTag(tagNodeObj)
{
  tagDialog.inspectTagCommon(tagNodeObj);
}

function applyTag(tagNodeObj)
{
  tagDialog.applyTagCommon(tagNodeObj);
}
</script>
<link href="../../fields.css" rel="stylesheet" type="text/css">
</head>

<body>
<div MMString:name="TagLibraries/CFML/cfauthenticate/div/name/CFAUTHENTICATE">
  <table border="0" cellspacing="4">
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfauthenticate/text/Security" /> </td>
      <td nowrap="nowrap">
        <input name="thesecuritycontext" type="text" class="basicTextField" id="attr:cfauthenticate:securitycontext" attname="securitycontext" required="true" />
      </td>
    </tr>
    <tr>
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfauthenticate/text/User" /> </td>
      <td nowrap="nowrap">
        <input name="theusername" type="text" class="basicTextField" id="attr:cfauthenticate:username" attname="username" required="true" />
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfauthenticate/text/Password" /> </td>
      <td nowrap="nowrap">
        <input name="thepassword" type="text" class="basicTextField" id="attr:cfauthenticate:password" attname="password" required="true" />
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfauthenticate/text/Authentication" /> </td>
      <td nowrap="nowrap">
        <input name="theauthtype" type="text" class="basicTextField" id="attr:cfauthenticate:authtype" attname="authtype" required="true" />
      </td>
    </tr>
    <tr>
      <td nowrap="nowrap">&nbsp;</td>
      <td nowrap="nowrap">
        <input type="checkbox" id="attr:cfauthenticate:setcookie" name="thesetcookie" attname="setcookie" truevalue="" falsevalue="no" checked="true" />
        <MMString:loadString id="TagLibraries/CFML/cfauthenticate/checkbox/thesetcookie/Set" /></td>
    </tr>
    <tr>
      <td nowrap="nowrap">&nbsp;</td>
      <td nowrap="nowrap">
        <input type="checkbox" id="attr:cfauthenticate:throwonfailure" name="thethrownonfailure" attname="throwonfailure" truevalue="" falsevalue="no" checked="true" />
        <MMString:loadString id="TagLibraries/CFML/cfauthenticate/checkbox/thethrownonfailure/Throw" /></td>
    </tr>
  </table>
</div>
</body>
</html>
