Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

83 lines
3.2 KiB

<HTML>
<HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<META http-equiv="MSThemeCompatible" content="Yes">
<LINK id=idCSS rel="stylesheet" type="text/css" href="nusrmgr.css">
<LINK id=idTheme rel="stylesheet" type="text/css" href="classic.css">
<STYLE id=idStyle type="text/css">
.TaskArea { width:90%; }
.TaskArea DIV { margin-bottom:1em; }
INPUT { width:100%; }
</STYLE>
<SCRIPT language="JavaScript" src="pw_common.js" defer id=idSharedPWScript></SCRIPT>
</HEAD>
<BODY class=Page1 tabindex=-1 scroll=no onLoad='PWInit(true);'>
<DIV class=WorkArea>
<H2 id=idPageTitle>
Create a password for your account
</H2>
<DIV class=TaskArea>
<DIV>
<LABEL id=idNewPassword1Label for="idNewPassword1Input">Type a new password:</LABEL>
<INPUT id=idNewPassword1Input class=InputField type="password" maxlength=256>
</DIV>
<DIV>
<LABEL id=idNewPassword2Label for="idNewPassword2Input">Type the new password again to confirm:</LABEL>
<INPUT id=idNewPassword2Input class=InputField type="password" maxlength=256>
<DIV id=idPageSubtitle style="margin-top:1em;">
If your password contains capital letters, be sure to type them the same way every time you log on.
</DIV>
</DIV>
<DIV>
<LABEL id=idHintLabel for="idHintInput">Type a word or phrase to use as a
<A id=idHintDefn class=Glossary href="" tabindex=0>password hint:</A></LABEL>
<INPUT id=idHintInput class=InputField type=text maxlength=260>
</DIV>
<DIV id=idBottomText>
The password hint will be visible to everyone who uses this computer.
</DIV>
</DIV>
<DIV class=HorzLine1></DIV>
<DIV class=ButtonRow>
<BUTTON id=idOK type="submit" onclick='ApplyPasswordChange();'
accesskey="C"
title="Apply the new password to your account.">
<SPAN>C</SPAN>reate Password
</BUTTON>
<BUTTON id=idCancel type="reset" onclick='top.window.g_Navigator.back();'
title="Close this page without saving any changes you made.">
Cancel
</BUTTON>
</DIV>
</DIV>
<!-- Localizable content not displayed in this pane. -->
<DIV style="display:none">
<DIV id=idLearnAboutContent>
<TABLE onclick="LaunchHelp('HelpCreatePassword.htm'); return false;" onkeydown="OnKeySelect(2);">
<TR>
<TD><IMG id=uaImg1 src="helpdoc.ico"/></TD>
<TD id=uaLink1><A href="" tabIndex=-1>Creating a secure password</A></TD>
</TR>
</TABLE>
<TABLE onclick="LaunchHelp('HelpCreateHint.htm'); return false;" onkeydown="OnKeySelect(2);">
<TR>
<TD><IMG id=uaImg2 src="helpdoc.ico"/></TD>
<TD id=uaLink2><A href="" tabIndex=-1>Creating a good password hint</A></TD>
</TR>
</TABLE>
<TABLE onclick="LaunchHelp('HelpRecoverPassword.htm'); return false;" onkeydown="OnKeySelect(2);">
<TR>
<TD><IMG id=uaImg3 src="helpdoc.ico"/></TD>
<TD id=uaLink3><A href="" tabIndex=-1>Remembering a password</A></TD>
</TR>
</TABLE>
</DIV>
</DIV>
</BODY>
</HTML>