23 lines
No EOL
665 B
Text
23 lines
No EOL
665 B
Text
<script language="JavaScript">
|
|
function submitformforgot1()
|
|
{
|
|
document.myformforgot1.submit();
|
|
}
|
|
</script>
|
|
|
|
<cfoutput><form action="index.cfm" method="post" name="myformforgot1" id="myformforgot1" style="display:inline;">
|
|
|
|
Please input your new password:<br><br>
|
|
|
|
<input type="password" name="new_password" size="15"><br><br>
|
|
|
|
Please type it again:<br><br>
|
|
|
|
<input type="password" name="new_password_confirm" size="15"><br><br>
|
|
|
|
<a href="javascript: submitformforgot1()">Submit</a>
|
|
|
|
<input type="hidden" name="mode" value="forgot3">
|
|
<input type="hidden" name="UUID" value="#url.UUID#">
|
|
|
|
</form></cfoutput><br> |