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.

59 lines
2.8 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. <SCRIPT language="JavaScript" defer>
  8. var L_Personal_Message = "You are removing 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>";
  9. var L_Pro_Message = "You are removing 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>";
  10. var L_Backup_Message = "<br><br>If %1 has forgotten the password, he or she can use the password reset floppy disk.";
  11. var L_NoBackup_Message = "<br><br>To avoid losing data in the future, ask %1 to make a password reset floppy disk.";
  12. </SCRIPT>
  13. <SCRIPT language="JavaScript" src="removepassword.js" defer id=idPWScript></SCRIPT>
  14. </HEAD>
  15. <BODY class=Page1 tabindex=-1 scroll=no onLoad='PageInit();'>
  16. <DIV class=WorkArea>
  17. <H2 id=idPageTitle>
  18. Are you sure you want to remove your password?
  19. </H2>
  20. <DIV id=idAltPageTitle style="display:none">
  21. Are you sure you want to remove %1's password?
  22. </DIV>
  23. <DIV class=TaskArea>
  24. <DIV id=idPageSubtitle>
  25. If you remove your password, other people can gain access to your account and
  26. change settings.
  27. </DIV>
  28. <DIV id=idAltPageSubtitle style="display:none">
  29. Also, if you remove this password, other people can gain access to %1's account and
  30. change settings.
  31. </DIV>
  32. <DIV id=idOldPassword style="width:90%; margin-top:1em; display:none">
  33. <LABEL id=idOldPasswordLabel for="idOldPasswordInput" accesskey="T">
  34. <SPAN>T</SPAN>o verify your identity, type your current password:
  35. </LABEL>
  36. <INPUT id=idOldPasswordInput class="FullWidth InputField" type="password" maxlength=256>
  37. <DIV id=idShowHint style="text-align:right;display:none">
  38. <A id=idHint onclick="top.window.ShowPopup(top.window.g_oSelectedUser.setting('Hint'),this); return false;" href="">Show password hint</A>
  39. </DIV>
  40. </DIV>
  41. </DIV>
  42. <DIV class=HorzLine1></DIV>
  43. <DIV class=ButtonRow>
  44. <BUTTON id=idOK type="submit" onclick="RemovePassword();"
  45. accesskey="R"
  46. title="Remove password protection from this account.">
  47. <SPAN>R</SPAN>emove Password
  48. </BUTTON>
  49. <BUTTON id=idCancel type="reset" style="width:6em" onclick='top.window.g_Navigator.back();'
  50. title="Close this page without saving any changes you made.">
  51. Cancel
  52. </BUTTON>
  53. </DIV>
  54. </DIV>
  55. </BODY>
  56. </HTML>