secureemail.nih.gov Open in urlscan Pro
156.40.55.32  Public Scan

URL: https://secureemail.nih.gov/bds/Login.do?id=A06911446328&p1=o2j29epsbhkccffhedjlddecgdkj20
Submission: On May 09 via manual from US — Scanned from DE

Form analysis 6 forms found in the DOM

Name: loginFormPOST

<form name="loginForm" id="loginForm" class="form-signin ng-pristine ng-invalid ng-invalid-required ng-valid-maxlength" role="form" method="POST" ng-submit="preLogin($event)">
  <input type="hidden" name="method" value="loginSubmit" autocomplete="off">
  <input type="hidden" name="sftlc" value="2Y97EQOJ6QIFORP0ZUG0GX93Y96FNEQP" autocomplete="off">
  <input type="hidden" name="js" value="n" autocomplete="off">
  <input type="hidden" name="displayDomainName" value="N" autocomplete="off">
  <input type="hidden" name="domain" value="" autocomplete="off">
  <input type="hidden" name="secure" value="" autocomplete="off">
  <input type="hidden" name="id" value="A06911446328" autocomplete="off">
  <input type="hidden" name="redirSrc" value="dnl" autocomplete="off">
  <input type="hidden" name="deliveryId" value="795968" autocomplete="off">
  <input type="hidden" name="p1" value="o2j29epsbhkccffhedjlddecgdkj20" autocomplete="off">
  <label class="input-label input-label-top" for="username">Registered Email Address</label>
  <input type="text" class="form-control" required="" id="username" name="username" size="30" maxlength="100" value="TLott@hrsa.gov">
  <div>
    <label class="input-label input-label-middle" for="password">Password</label>
    <input type="password" autocomplete="off" id="password" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" required="" name="password" maxlength="50" value="" ng-model="password">
    <div id="capsLockElement" class="hide-caps-lock" style="padding: 0 0 0 7px;position: absolute;left: 100%;top: 14px;"><img src="/bds/img/notification-exclamation.gif" title="Caps lock is on"></div>
  </div>
  <div style="font-size: 12;"><a href="/bds/ForgotPassword.do?v6">Forgot password?</a></div>
  <br>
  <button id="signinButton" class="btn btn-lg btn-primary btn-block" type="submit" onclick="cookieStoreUsername();">Sign in</button>
  <input type="hidden" name="mfaCode" value="" autocomplete="off">
  <input type="hidden" name="token" value="null" autocomplete="off">
  <input type="hidden" name="mfaOption" value="" autocomplete="off">
  <input type="hidden" name="transport" value="" autocomplete="off">
</form>

Name: mfaValidateForm

<form name="mfaValidateForm" role="form" class="form-signin ng-pristine ng-valid" ng-submit="preValidate($event)">
  <div id="validateMfaMsg">A 2 step verification code has been sent by text to your phone number (ending in null)</div>
  <br>
  <div>
    <div class="row">
      <div class="col-xs-6">Enter the code below to log in</div>
    </div>
    <div class="row">
      <div class="col-xs-6">
        <input type="text" autocomplete="off" id="mfaCode" autofocus="" class="form-control ng-pristine ng-untouched ng-valid ng-empty" name="mfaCode" ng-model="userMfaCode">
      </div>
    </div>
    <br>
    <div class="row">
      <div class="col-xs-6">
        <a ng-show="'sms' == selectedMfaOption" class="pagelink ng-hide" href="" ng-click="sendMfaCode($event, 'sms', true)">Send another code</a>
        <a ng-show="'email' == selectedMfaOption" class="pagelink ng-hide" href="" ng-click="sendMfaCode($event, 'email')">Send another code</a>
      </div>
    </div>
    <br>
  </div>
  <div class="row">
    <div class="col-xs-6">
      <fieldset>
        <legend class="hidden"></legend>
        <input type="checkbox" id="skipMfa" name="skipMfa" ng-model="skipMfa" class="ng-pristine ng-untouched ng-valid ng-empty">
        <label class="regular" for="skipMfa">Trust this browser</label>
      </fieldset>
      <br>
    </div>
  </div>
  <div class="row">
    <div class="col-xs-12">
      <div>You should only check this box if you are on a trusted device such as your home computer or a work computer that is not shared with other users. </div>
      <br>
      <div>If check this box you will not have to enter a code every time you log in from this browser.</div>
      <br>
    </div>
  </div>
  <div class="col-xs-offset-3 col-xs-6">
    <button class="btn btn-lg btn-primary btn-block" ng-disabled="mfaValidateForm.$invalid || !userMfaCode" type="submit" disabled="disabled"> Continue </button>
  </div>
</form>

Name: mfaSendForm

<form name="mfaSendForm" role="form" class="form-signin ng-pristine ng-valid" ng-submit="sendMfaCode($event)">
  <div>Would you like to protect your account by enabling security codes?</div>
  <br>
  <div>Enabling security codes to be sent to you as part of a 2 step verification process will help to protect your account from unauthorized access. You can always change your 2 step verification options at any time in your preferences.</div>
  <br>
  <div>To enable 2 step verification you must provide a phone number that can accept text messages and consent to receiving security codes.</div>
  <br>
  <div class="col-xs-12">
    <div class="row">
      <label class="radio-inline"><input type="radio" name="mfaOption" ng-model="selectedMfaOption" value="N" ng-click="mfaOptionClicked()" class="ng-pristine ng-untouched ng-valid ng-empty">I do not wish to protect my account at this time</label>
    </div>
  </div>
  <br>
  <div class="col-xs-offset-3 col-xs-6">
    <button class="btn btn-lg btn-primary btn-block" ng-disabled="busy || mfaSendForm.$invalid || !selectedMfaOption || ('sms'==selectedMfaOption &amp;&amp; !mobilePhoneNo)" type="submit" disabled="disabled"> Continue </button>
  </div>
</form>

Name: mfaRequiredForm

<form name="mfaRequiredForm" role="form" class="form-signin ng-pristine ng-valid" ng-submit="setAuthStep('mfaCodeSend')">
  <div>You must set up 2 step verification to log in</div>
  <br>
  <div>You have previously declined to set up 2 step verification.</div>
  <br>
  <div>2 step verification is required on this system to protect the information stored on it from unauthorized access.</div>
  <br>
  <div>To enable 2 step verification now click the button below. If you do not enable verification you will not be able to continue.</div>
  <br>
  <div class="col-xs-offset-3 col-xs-6">
    <button class="btn btn-lg btn-primary btn-block" type="submit"> Set up verification </button>
  </div>
</form>

Name: mfaSendEmailForm

<form name="mfaSendEmailForm" role="form" class="form-signin ng-pristine ng-valid" ng-submit="sendMfaCode($event, 'email')">
  <div id="mfaSendEmailMsgTitle">We encountered an error sending a security code through text.</div>
  <br>
  <div id="mfaSendEmailMsgText">The security code will be sent to the email null instead.</div>
  <br>
  <div class="col-xs-offset-3 col-xs-6 ng-hide" ng-show="enableEmailOption">
    <button class="btn btn-lg btn-primary btn-block" type="submit"> OK </button>
  </div>
  <div class="col-xs-offset-3 col-xs-6" ng-show="!enableEmailOption &amp;&amp; mfaRequiredForUserType">
    <button class="btn btn-lg btn-primary btn-block" type="button" ng-click="setAuthStep('usernameAndPassword')"> OK </button>
  </div>
  <div class="col-xs-offset-3 col-xs-6 ng-hide" ng-show="!enableEmailOption &amp;&amp; !mfaRequiredForUserType">
    <button class="btn btn-lg btn-primary btn-block" type="button" ng-click="preLogin($event, true)"> Login </button>
    <br>
    <button class="btn btn-lg btn-primary btn-block" type="button" ng-click="setAuthStep('usernameAndPassword')"> Cancel </button>
  </div>
</form>

Name: mfaAuthAppSetupForm

<form name="mfaAuthAppSetupForm" role="form" class="form-signin ng-pristine ng-valid" ng-submit="sendMfaCode()">
  <div>Scan the QR Code using your authentication app. You can also set up your app manually by entering the Secret Key listed below.</div>
  <br>
  <div class="col-xs-offset-3 col-xs-6">
    <div class="row">
      <label class="input-label input-label-top"> QR Code </label><br>
      <div align="center"><img id="qrc" ng-show="qrCodeImageData" alt="Not found" width="200" height="200" border="0" class="ng-hide">
        <p></p>
      </div>
    </div>
    <div class="row">
      <label class="input-label input-label-top"> Secret Key </label><br>
      <span id="aasc" class="ng-binding"></span>
      <p>
      </p>
    </div>
    <div class="row">
      <a id="urlSetupOnSameDevice" class="pagelink">Set up on this device</a>
      <p>
      </p>
    </div>
    <!--<div class="row">
                <label class="input-label input-label-top">
                    Confirmation Code
                </label><br/>
                <input class="form-control input-sm" autocomplete="off" type="text" id="confirmationCode" name="confirmationCode" ng-model="confirmationCode" maxlength="20" size="20"/><p/>
            </div>-->
    <div class="row">
      <button class="btn btn-lg btn-primary btn-block" ng-disabled="busy || mfaAuthAppSetupForm.$invalid" type="submit"> Continue </button>
    </div>
  </div>
</form>

Text Content

This application requires javascript to function correctly. Please enable
javascript in your browser.
 






SECURE EMAIL AND FILE TRANSFER SERVICE | SEFT




This service allows NIH and HRSA staff and its customers to send email securely
and confidentially over an SSL/encrypted connection, with or without large files
up to 200 Gigabytes.

Items sent via SEFT will automatically expire and are permanently deleted after
30 days.

All NIH and HRSA users are pre-registered to receive deliveries via this
service.

To send a delivery using this service, please request permission by contacting
the NIH IT Service Desk or by calling:

 * 301-496-4357 (6-HELP)
 * 866-319-4357 (toll free)


NIH and HRSA Staff MUST use the "Continue to Staff Login" button to sign in.


All Others:

Log in with your registered email address:

Registered Email Address
Password

Forgot password?

Sign in

 

Login for NIH and HRSA Staff

NIH and HRSA staff must click the button below to log in.




A 2 step verification code has been sent by text to your phone number (ending in
null)

Enter the code below to log in


Send another code Send another code

Trust this browser

You should only check this box if you are on a trusted device such as your home
computer or a work computer that is not shared with other users.

If check this box you will not have to enter a code every time you log in from
this browser.

Continue
Would you like to protect your account by enabling security codes?

Enabling security codes to be sent to you as part of a 2 step verification
process will help to protect your account from unauthorized access. You can
always change your 2 step verification options at any time in your preferences.

To enable 2 step verification you must provide a phone number that can accept
text messages and consent to receiving security codes.

I do not wish to protect my account at this time

Continue
You must set up 2 step verification to log in

You have previously declined to set up 2 step verification.

2 step verification is required on this system to protect the information stored
on it from unauthorized access.

To enable 2 step verification now click the button below. If you do not enable
verification you will not be able to continue.

Set up verification
We encountered an error sending a security code through text.

The security code will be sent to the email null instead.

OK
OK
Login
Cancel
Scan the QR Code using your authentication app. You can also set up your app
manually by entering the Secret Key listed below.

QR Code




Secret Key




Set up on this device



Continue

 * National Institutes of Health
 * Department of Health and Human Services
 * NIH Web Policies and Notices
 * Freedom of Information Act
 * HHS Vulnerability Disclosure

Caps lock is on