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.

90 lines
4.0 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. var L_Personal_Message = "You are resetting the password for %1. <b>If you do this, %1 will lose all personal certificates and stored passwords for Web sites or network resources.</b><br><br>";
  15. var L_Pro_Message = "You are resetting the password for %1. <b>If you do this, %1 will lose all EFS-encrypted files, personal certificates, and stored passwords for Web sites or network resources.</b><br><br>";
  16. var L_Backup_Message = "If %1 has forgotten the password, he or she can use the password reset floppy disk.";
  17. var L_NoBackup_Message = "To avoid losing data in the future, ask %1 to make a password reset floppy disk.";
  18. </SCRIPT>
  19. </HEAD>
  20. <BODY class=Page1 tabindex=-1 scroll=no onLoad='PWInit(false);'>
  21. <DIV class=WorkArea>
  22. <H2 id=idPageTitle>
  23. Change %1's password
  24. </H2>
  25. <DIV id=idResetWarning class=TaskArea></DIV>
  26. <DIV class=TaskArea>
  27. <DIV>
  28. <LABEL id=idNewPassword1Label for="idNewPassword1Input">Type a new password:</LABEL>
  29. <INPUT id=idNewPassword1Input class=InputField type="password" maxlength=256>
  30. </DIV>
  31. <DIV>
  32. <LABEL id=idNewPassword2Label for="idNewPassword2Input">Type the new password again to confirm:</LABEL>
  33. <INPUT id=idNewPassword2Input class=InputField type="password" maxlength=256>
  34. <DIV id=idPageSubtitle style="margin-top:1em;">
  35. If the password contains capital letters, they must be typed the same way every time.
  36. </DIV>
  37. </DIV>
  38. <DIV>
  39. <LABEL id=idHintLabel for="idHintInput">Type a word or phrase to use as a
  40. <A id=idHintDefn class=Glossary href="" tabindex=0>password hint:</A></LABEL>
  41. <INPUT id=idHintInput class=InputField type=text maxlength=260>
  42. </DIV>
  43. <DIV id=idBottomText>
  44. The password hint will be visible to everyone who uses this computer.
  45. </DIV>
  46. </DIV>
  47. <DIV class=HorzLine1></DIV>
  48. <DIV class=ButtonRow>
  49. <BUTTON id=idOK type="submit" onclick='ApplyPasswordChange();'
  50. accesskey="C"
  51. title="Change the current password for this account to the one that you provided.">
  52. <SPAN>C</SPAN>hange Password
  53. </BUTTON>
  54. <BUTTON id=idCancel type="reset" onclick='top.window.g_Navigator.back();'
  55. title="Close this page without saving any changes you made.">
  56. Cancel
  57. </BUTTON>
  58. </DIV>
  59. </DIV>
  60. <!-- Localizable content not displayed in this pane. -->
  61. <DIV style="display:none">
  62. <DIV id=idLearnAboutContent>
  63. <TABLE onclick="LaunchHelp('HelpCreatePassword.htm'); return false;" onkeydown="OnKeySelect(2);">
  64. <TR>
  65. <TD><IMG id=uaImg1 src="helpdoc.ico"/></TD>
  66. <TD id=uaLink1><A href="" tabIndex=-1>Creating a secure password</A></TD>
  67. </TR>
  68. </TABLE>
  69. <TABLE onclick="LaunchHelp('HelpCreateHint.htm'); return false;" onkeydown="OnKeySelect(2);">
  70. <TR>
  71. <TD><IMG id=uaImg2 src="helpdoc.ico"/></TD>
  72. <TD id=uaLink2><A href="" tabIndex=-1>Creating a good password hint</A></TD>
  73. </TR>
  74. </TABLE>
  75. <TABLE onclick="LaunchHelp('HelpRecoverPassword.htm'); return false;" onkeydown="OnKeySelect(2);">
  76. <TR>
  77. <TD><IMG id=uaImg3 src="helpdoc.ico"/></TD>
  78. <TD id=uaLink3><A href="" tabIndex=-1>Remembering a password</A></TD>
  79. </TR>
  80. </TABLE>
  81. </DIV>
  82. </DIV>
  83. </BODY>
  84. </HTML>