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

  1. <HTML>
  2. <HEAD>
  3. <META content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
  4. <META http-equiv="MSThemeCompatible" content="Yes">
  5. <LINK id=idCSS rel="stylesheet" type="text/css" href="nusrmgr.css">
  6. <LINK id=idTheme rel="stylesheet" type="text/css" href="classic.css">
  7. <STYLE id=idStyle type="text/css">
  8. .TaskArea { width:90%; }
  9. .TaskArea DIV { margin-bottom:1em; }
  10. INPUT { width:100%; }
  11. </STYLE>
  12. <SCRIPT language="JavaScript" src="pw_common.js" defer id=idSharedPWScript></SCRIPT>
  13. </HEAD>
  14. <BODY class=Page1 tabindex=-1 scroll=no onLoad='PWInit(true);'>
  15. <DIV class=WorkArea>
  16. <H2 id=idPageTitle>
  17. Create a password for your account
  18. </H2>
  19. <DIV class=TaskArea>
  20. <DIV>
  21. <LABEL id=idNewPassword1Label for="idNewPassword1Input">Type a new password:</LABEL>
  22. <INPUT id=idNewPassword1Input class=InputField type="password" maxlength=256>
  23. </DIV>
  24. <DIV>
  25. <LABEL id=idNewPassword2Label for="idNewPassword2Input">Type the new password again to confirm:</LABEL>
  26. <INPUT id=idNewPassword2Input class=InputField type="password" maxlength=256>
  27. <DIV id=idPageSubtitle style="margin-top:1em;">
  28. If your password contains capital letters, be sure to type them the same way every time you log on.
  29. </DIV>
  30. </DIV>
  31. <DIV>
  32. <LABEL id=idHintLabel for="idHintInput">Type a word or phrase to use as a
  33. <A id=idHintDefn class=Glossary href="" tabindex=0>password hint:</A></LABEL>
  34. <INPUT id=idHintInput class=InputField type=text maxlength=260>
  35. </DIV>
  36. <DIV id=idBottomText>
  37. The password hint will be visible to everyone who uses this computer.
  38. </DIV>
  39. </DIV>
  40. <DIV class=HorzLine1></DIV>
  41. <DIV class=ButtonRow>
  42. <BUTTON id=idOK type="submit" onclick='ApplyPasswordChange();'
  43. accesskey="C"
  44. title="Apply the new password to your account.">
  45. <SPAN>C</SPAN>reate Password
  46. </BUTTON>
  47. <BUTTON id=idCancel type="reset" onclick='top.window.g_Navigator.back();'
  48. title="Close this page without saving any changes you made.">
  49. Cancel
  50. </BUTTON>
  51. </DIV>
  52. </DIV>
  53. <!-- Localizable content not displayed in this pane. -->
  54. <DIV style="display:none">
  55. <DIV id=idLearnAboutContent>
  56. <TABLE onclick="LaunchHelp('HelpCreatePassword.htm'); return false;" onkeydown="OnKeySelect(2);">
  57. <TR>
  58. <TD><IMG id=uaImg1 src="helpdoc.ico"/></TD>
  59. <TD id=uaLink1><A href="" tabIndex=-1>Creating a secure password</A></TD>
  60. </TR>
  61. </TABLE>
  62. <TABLE onclick="LaunchHelp('HelpCreateHint.htm'); return false;" onkeydown="OnKeySelect(2);">
  63. <TR>
  64. <TD><IMG id=uaImg2 src="helpdoc.ico"/></TD>
  65. <TD id=uaLink2><A href="" tabIndex=-1>Creating a good password hint</A></TD>
  66. </TR>
  67. </TABLE>
  68. <TABLE onclick="LaunchHelp('HelpRecoverPassword.htm'); return false;" onkeydown="OnKeySelect(2);">
  69. <TR>
  70. <TD><IMG id=uaImg3 src="helpdoc.ico"/></TD>
  71. <TD id=uaLink3><A href="" tabIndex=-1>Remembering a password</A></TD>
  72. </TR>
  73. </TABLE>
  74. </DIV>
  75. </DIV>
  76. </BODY>
  77. </HTML>