opm.myidcare.com
Open in
urlscan Pro
45.60.123.207
Public Scan
URL:
https://opm.myidcare.com/login
Submission Tags: falconsandbox
Submission: On June 04 via api from US — Scanned from DE
Submission Tags: falconsandbox
Submission: On June 04 via api from US — Scanned from DE
Form analysis
1 forms found in the DOMPOST /login_check
<form autocomplete="off" action="/login_check" method="post" id="login-form" class="preauth-form login-container">
<div class="widget mar0" data-widget-name="Login" data-widget-type="Login">
<h2 class="widget-title-bar noprint">
<span tabindex="0" aria-label="Log In">Log In</span>
</h2>
<div class="widget-body">
<div class="row">
<div class="large-12 columns">
<p> Enter your Email Address/User ID and Password. Your User ID may be your Email Address. </p>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<label for="username">Email Address/User ID</label>
<input spellcheck="false" required="required" aria-required="true" id="username" name="_username" type="text" value="" aria-labelledby="username" autocomplete="username">
<input type="hidden" name="partnerNumber" id="rtn" value="90000288">
<input type="hidden" name="_csrf_token" value="AHb1rATmIIttnfHJPG1-NFFIweVWKlg_ZPJPfaA8nYM">
<small class="error" id="usermsg" role="alert">Please enter a valid email</small>
</div>
</div>
<div class="row">
<div class="large-12 columns mar10top">
<label for="password">Password</label>
<input spellcheck="false" required="required" id="password" name="_password" type="password" autocomplete="off" aria-labelledby="password" aria-required="true">
<span id="passwordButton" class="showhideButtonAlign pointer none" tabindex="0" role="button" aria-label="Show Password" style="margin-top: -34.6406px; display: inline;">
<svg id="passwordIcon" class="svg-inline--fa fa-eye fa-w-18 fa-lg fa-fw" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="eye" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" data-fa-i2svg="">
<path fill="currentColor"
d="M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z">
</path>
</svg><!-- <i id="passwordIcon" class="fas fa-eye fa-lg fa-fw"></i> -->
</span>
<script>
window.addEventListener('DOMContentLoaded', (event) => {
function eyePos() {
$(".showhideButtonAlign").hide();
$("[type=password]").each(function() {
var inp = $(this),
inh = inp.outerHeight(),
btn = inp.next("span.showhideButtonAlign"),
bth = btn.outerHeight(),
adj = (inh - bth) / 2 + bth;
btn.css("margin-top", "-" + adj + "px").fadeIn();
});
}
eyePos();
$(document).on("click", "#passwordContainerOpener", function() {
setTimeout(function() {
eyePos();
}, 200);
});
$(document).on("click", "#passwordButton", function() {
var btn = $("#passwordButton"),
ico = $("#passwordIcon"),
inp = $("#password");
var ariaLabel = "Password",
siblingAriaLabel = "Confirm Password";
if ("password".includes("confirm")) {
ariaLabel = "Confirm Password";
siblingAriaLabel = "Password";
}
if (ico.hasClass("fa-eye")) {
btn.attr({
"aria-label": "Hide " + ariaLabel
});
ico.removeClass("fa-eye").addClass("fa-eye-slash");
inp.attr("type", "text").blur();
} else {
btn.attr({
"aria-label": "Show " + ariaLabel
});
ico.removeClass("fa-eye-slash").addClass("fa-eye");
inp.attr("type", "password").blur();
}
});
});
</script> <small class="error" id="passmsg" role="alert">Please enter a valid password</small>
</div>
</div>
<div class="row hide-for-small">
<div class="large-12 columns text-right mar20top mar20btm">
<span id="sign-in" aria-live="polite">
<span class="idle"><button aria-label="Submit" type="submit" class=" buttonSuccess" id="sign-in-button">Submit</button></span> <span class="running hide" role="status" aria-atomic="true"><svg
class="svg-inline--fa fa-spinner fa-w-16 fa-lg fa-fw fa-pulse" aria-hidden="true" aria-label="Processing" focusable="false" data-prefix="fa" data-icon="spinner" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"
data-fa-i2svg="">
<path fill="currentColor"
d="M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z">
</path>
</svg><!-- <span class="fa fa-lg fa-fw fa-spinner fa-pulse" aria-hidden="false" aria-label="Processing"></span> -->Processing</span></span>
</div>
</div>
<div class="row hide-for-small">
<div id="login-help-link" class="large-12 columns grLnTop text-right">
<a class="login-helper-link-font-size mar15top mar15btm inline-block" aria-label="Need Help logging in?" href="/login-help">
» Need help logging in?
</a>
</div>
</div>
<div class="row show-for-small">
<div class="large-12 columns text-left pad20top pad20btm">
<div class="mar10btm">
<span id="sign-in-sm" aria-live="polite">
<span class="idle"><button aria-label="Submit" type="submit" class=" button w100p buttonSuccess" id="sign-in-button-sm">Submit</button></span> <span class="running hide" role="status" aria-atomic="true"><svg
class="svg-inline--fa fa-spinner fa-w-16 fa-lg fa-fw fa-pulse" aria-hidden="true" aria-label="Processing" focusable="false" data-prefix="fa" data-icon="spinner" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"
data-fa-i2svg="">
<path fill="currentColor"
d="M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z">
</path>
</svg><!-- <span class="fa fa-lg fa-fw fa-spinner fa-pulse" aria-hidden="false" aria-label="Processing"></span> -->Processing</span></span>
</div>
<a class="login-helper-link-font-size" aria-label="Need Help logging in?" href="/login-help">
» Need help logging in?
</a>
</div>
</div>
<div class="row grLnTop show-for-small">
<div class="large-12 columns text-left">
<div class="pad20top pad10btm">
<span>Need to sign up?</span>
<a href="/validate" id="mastheadC2aButton" class="button buttonCancel w100p mar10top">
Enroll Now
</a>
</div>
</div>
</div>
</div>
</div>
</form>
Text Content
Bulb Credit Card Credit Gauge Email Home Lock Monitoring Passport Social Security Star User Users Wallet credit score credit report Education FTM Help Recommendations Scan Summary Score Goal Clipboard Need to sign up? Enroll Now Please Read This site is designed for those who have an existing enrollment under MyIDCare for the Office of Personnel Management (OPM) cyber incidents. If you are enrolled with MyIDCare please continue to log in with your Email Address/User ID and password. If you are not enrolled with MyIDCare, you can click here to enroll; note you will need your 25 digit PIN from OPM. If you have forgotten or lost your 25-digit PIN, please click here to request a new one. For more information about the protection services being offered to OPM members, please click here for more information. LOG IN Enter your Email Address/User ID and Password. Your User ID may be your Email Address. Email Address/User ID Please enter a valid email Password Please enter a valid password Submit Processing » Need help logging in? Submit Processing » Need help logging in? Need to sign up? Enroll Now Please see additional steps you can take to help protect your credit and identity: * Visit IdentityTheft.gov to learn how to set up protections * You can get a free yearly Credit Report from each of the three Credit Bureaus at: annualcreditreport.com * You can protect your children and minors from identity theft by visiting: consumer.ftc.gov/articles/0040-child-identity-theft * You can also set up Fraud Alerts on your accounts by visiting: https://fraud.transunion.com/fa/fraudAlert * Terms and Conditions * IDX Privacy Policy * Contact Us Copyright © 2024 IDX. All rights reserved. __message__ × ×