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.

105 lines
4.1 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. <SCRIPT language="JavaScript" defer>
  14. function PageInit()
  15. {
  16. PWInit(true);
  17. var szHint = top.window.g_oSelectedUser.setting("Hint");
  18. if (szHint && szHint.length > 0)
  19. {
  20. idShowHint.style.display = 'block';
  21. idOldPassword.style.marginBottom = 0;
  22. }
  23. idOldPasswordInput.focus();
  24. }
  25. </SCRIPT>
  26. </HEAD>
  27. <BODY class=Page1 tabindex=-1 scroll=no onLoad='PageInit();'>
  28. <DIV class=WorkArea>
  29. <H2 id=idPageTitle>
  30. Change your password
  31. </H2>
  32. <DIV class=TaskArea>
  33. <DIV id=idOldPassword>
  34. <LABEL id=idOldPasswordLabel for="idOldPasswordInput">Type your current password:</LABEL>
  35. <INPUT id=idOldPasswordInput class=InputField type="password" maxlength=256>
  36. <DIV id=idShowHint style="text-align:right; display:none;">
  37. <A id=idHint onclick="top.window.ShowPopup(top.window.g_oSelectedUser.setting('Hint'),this); return false;" href="" tabindex=1>Show password hint</A>
  38. </DIV>
  39. </DIV>
  40. <DIV>
  41. <LABEL id=idNewPassword1Label for="idNewPassword1Input">Type a new password:</LABEL>
  42. <INPUT id=idNewPassword1Input class=InputField type="password" maxlength=256>
  43. </DIV>
  44. <DIV>
  45. <LABEL id=idNewPassword2Label for="idNewPassword2Input">Type the new password again to confirm:</LABEL>
  46. <INPUT id=idNewPassword2Input class=InputField type="password" maxlength=256>
  47. <DIV id=idPageSubtitle style="margin-top:1em;">
  48. If your password contains capital letters, be sure to type them the same way every time you log on.
  49. </DIV>
  50. </DIV>
  51. <DIV>
  52. <LABEL id=idHintLabel for="idHintInput">Type a word or phrase to use as a
  53. <A id=idHintDefn class=Glossary href="" tabindex=0>password hint:</A></LABEL>
  54. <INPUT id=idHintInput class=InputField type=text maxlength=260>
  55. </DIV>
  56. <DIV id=idBottomText>
  57. The password hint will be visible to everyone who uses this computer.
  58. </DIV>
  59. </DIV>
  60. <DIV class=HorzLine1></DIV>
  61. <DIV class=ButtonRow>
  62. <BUTTON id=idOK type="submit" onclick='ApplyPasswordChange();'
  63. accesskey="C"
  64. title="Change the current password for this account to the one that you provided.">
  65. <SPAN>C</SPAN>hange Password
  66. </BUTTON>
  67. <BUTTON id=idCancel type="reset" onclick='top.window.g_Navigator.back();'
  68. title="Close this page without saving any changes you made.">
  69. Cancel
  70. </BUTTON>
  71. </DIV>
  72. </DIV>
  73. <!-- Localizable content not displayed in this pane. -->
  74. <DIV style="display:none">
  75. <DIV id=idLearnAboutContent>
  76. <TABLE onclick="LaunchHelp('HelpCreatePassword.htm'); return false;" onkeydown="OnKeySelect(2);">
  77. <TR>
  78. <TD><IMG id=uaImg1 src="helpdoc.ico"/></TD>
  79. <TD id=uaLink1><A href="" tabIndex=-1>Creating a secure password</A></TD>
  80. </TR>
  81. </TABLE>
  82. <TABLE onclick="LaunchHelp('HelpCreateHint.htm'); return false;" onkeydown="OnKeySelect(2);">
  83. <TR>
  84. <TD><IMG id=uaImg2 src="helpdoc.ico"/></TD>
  85. <TD id=uaLink2><A href="" tabIndex=-1>Creating a good password hint</A></TD>
  86. </TR>
  87. </TABLE>
  88. <TABLE onclick="LaunchHelp('HelpRecoverPassword.htm'); return false;" onkeydown="OnKeySelect(2);">
  89. <TR>
  90. <TD><IMG id=uaImg3 src="helpdoc.ico"/></TD>
  91. <TD id=uaLink3><A href="" tabIndex=-1>Remembering a password</A></TD>
  92. </TR>
  93. </TABLE>
  94. </DIV>
  95. </DIV>
  96. </BODY>
  97. </HTML>