auth-ccmpreprod.tdoctest.com Open in urlscan Pro
2606:4700:4400::6812:27ba  Public Scan

URL: https://auth-ccmpreprod.tdoctest.com/
Submission: On March 11 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 2 forms found in the DOM

Name: promoForm

<form name="promoForm" class="ng-pristine ng-invalid ng-invalid-required ng-valid-pattern">
  <div class="form-question">
    <div class="form-question-label ng-hide" ng-show="!noUUID">
      <label translate-comment="Promo Page" translate=""><span class="ng-scope">Shipping Address</span></label>
    </div>
    <div class="form-horizontal" ng-show="currentState === 'USER_PASSWORD' || currentState === 'INFO_EXPIRED'">
      <div class="form-group">
        <div class="form-question-input form-question col-md-offset-3 col-md-6 col-xs-offset-2 col-xs-8">
          <div class="form-input-container"><span class="hint-text small ng-binding ng-scope">Email</span><input id="promo-input-email" name="username" type="text" placeholder="Email" required="" autocomplete="off" form-input=""
              ng-focus="setFormPristine()" ng-model-options="{allowInvalid: true}" ng-model="user.username"
              ng-pattern="/^[a-zA-Z0-9\.!#$%&amp;'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_])?(?:\.[a-zA-Z0-9_](?:[a-zA-Z0-9-_]{0,61}[a-zA-Z0-9])?)+$/"
              class="ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-pattern"><img class="invalid-image ng-scope" rel-path="/img/ic_form_error.png" src="https://cdn23-ccmpreprod.tdoctest.com/img/ic_form_error.png"></div>
        </div>
        <div class="clearfix"></div>
        <div class="form-question-input form-question col-md-offset-3 col-md-6 col-xs-offset-2 col-xs-8">
          <div class="form-input-container"><span class="hint-text small ng-binding ng-scope">Password</span><input id="promo-input-password" name="password" type="password" autocomplete="off" placeholder="Password" required=""
              ng-model-options="{allowInvalid: true}" ng-focus="setFormPristine()" form-input="" ng-model="user.password" class="ng-pristine ng-untouched ng-invalid ng-invalid-required"><img class="invalid-image ng-scope"
              rel-path="/img/ic_form_error.png" src="https://cdn23-ccmpreprod.tdoctest.com/img/ic_form_error.png"></div>
        </div>
      </div>
    </div>
  </div>
  <!-- ngIf: currentState === 'USER_PASSWORD' || currentState === 'INFO_EXPIRED' -->
  <div class="error-message error ng-scope ng-hide" ng-show="errorMessage" ng-if="currentState === 'USER_PASSWORD' || currentState === 'INFO_EXPIRED'">
    <p class="ng-binding"></p>
  </div><!-- end ngIf: currentState === 'USER_PASSWORD' || currentState === 'INFO_EXPIRED' -->
  <div lv-include-template="" path="/common/app/modules/auth/mfa/mfaStates.html"><!-- ngIf: currentState === 'TROUBLESHOOTING' -->
    <!-- ngIf: currentState === 'INSERT_CODE' -->
    <!-- ngIf: currentState === 'INCORRECT_CODE' -->
    <!-- ngIf: currentState === 'NEED_VERIFICATION' -->
    <!-- ngIf: currentState === 'INSERT_CODE' || currentState === 'INCORRECT_CODE' -->
  </div>
  <h5 class="text-center">
    <small>
      <span translate-comment="Login" translate=""><span class="ng-scope">By continuing, I accept the Livongo Health</span></span>
      <a class="lv-link-inline" href="https://content.livongo.com/docs/Terms_Service_Eng.pdf" target="_blank" translate-comment="Login" translate=""><span class="ng-scope">Terms of Service</span><pdf-icon color="blue" class="ng-scope"><span class="sr-only">, Opens PDF file in a new window</span><img class="pdf-icon" style="width:16px;margin-left:3px;margin-right:3px;" rel-path="/img/ic_pdf_blue.png" alt="" src="https://cdn23-ccmpreprod.tdoctest.com/img/ic_pdf_blue.png"></pdf-icon><span class="ng-scope">,</span></a>
      <a class="lv-link-inline" href="https://content.livongo.com/docs/privacy_practices.pdf" target="_blank" translate-comment="Login" translate=""><span class="ng-scope">Privacy</span><pdf-icon color="blue" class="ng-scope"><span class="sr-only">, Opens PDF file in a new window</span><img class="pdf-icon" style="width:16px;margin-left:3px;margin-right:3px;" rel-path="/img/ic_pdf_blue.png" alt="" src="https://cdn23-ccmpreprod.tdoctest.com/img/ic_pdf_blue.png"></pdf-icon></a>.
    </small>
  </h5>
  <button class="lv-btn lv-btn-blue center-block" ng-show="currentState === 'USER_PASSWORD' || currentState === 'INFO_EXPIRED'" ng-click="submit()" ng-disabled="promoForm.$invalid" translate-comment="Promo Page" translate="" disabled="disabled"><span
      class="ng-scope">Sign In</span></button>
  <div class="row forgot-password" ng-show="currentState === 'USER_PASSWORD' || currentState === 'INFO_EXPIRED'">
    <div class="col-xs-12 text-center">
      <a class="lv-link lv-link-inline" data-toggle="modal" data-target="#alexa-forgot-password-modal" href="" translate-comment="Promo Page" translate=""><span class="ng-scope">Forgot password</span></a>
    </div>
  </div>
</form>

Name: promoForgotPasswordForm

<form name="promoForgotPasswordForm" class="ng-pristine ng-invalid ng-invalid-required ng-valid-pattern">
  <div class="form-question">
    <div class="form-horizontal">
      <div class="form-group">
        <div class="form-question-input form-question col-xs-12">
          <div class="form-input-container"><span class="hint-text small ng-binding ng-scope">Email</span><input id="promo-forgot-password-input-email" name="username" type="text" placeholder="Email" required="" autocomplete="off" form-input=""
              ng-model="user.username" ng-pattern="/^[a-zA-Z0-9\.!#$%&amp;'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_])?(?:\.[a-zA-Z0-9_](?:[a-zA-Z0-9-_]{0,61}[a-zA-Z0-9])?)+$/"
              class="ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-pattern"><img class="invalid-image ng-scope" rel-path="/img/ic_form_error.png" src="https://cdn23-ccmpreprod.tdoctest.com/img/ic_form_error.png"></div>
        </div>
        <div class="clearfix"></div>
        <div class="form-question-input form-question col-xs-12">
          <div class="form-input-container"><span class="hint-text small ng-binding ng-scope">Birthdate (mm/dd/yyyy)</span><input id="promo-forgot-password-input-birthdate" name="birthDate" type="tel" placeholder="Birthdate (mm/dd/yyyy)" required=""
              ng-model="user.birthdate" ng-change="validateBirthDate()" ng-focus="setBirthdateMask()" ng-blur="updateMaskAndValidateBirthdate()" ui-mask="" form-input="" class="ng-pristine ng-untouched ng-invalid ng-invalid-required"
              autocomplete="off"><img class="invalid-image ng-scope" rel-path="/img/ic_form_error.png" src="https://cdn23-ccmpreprod.tdoctest.com/img/ic_form_error.png"></div>
        </div>
      </div>
    </div>
  </div>
  <span class="error-message ng-hide" ng-show="hasBdError" translate-comment="Forgot password" translate=""><span class="ng-scope">Your birth date was incorrect. Please re-enter and try again.</span></span>
  <button class="lv-btn lv-btn-blue center-block" ng-click="submitForgotPassword()" ng-disabled="promoForgotPasswordForm.$invalid || requestLoading" translate-comment="Promo Page" translate="" disabled="disabled"><span class="ng-scope">Send me a
      link</span></button>
  <div class="row forgot-password">
    <div class="col-xs-12 text-center">
      <a class="lv-link lv-link-inline" ng-click="resetForgotPassword()" href="" data-dismiss="modal" translate-comment="Promo Page" translate=""><span class="ng-scope">Cancel</span></a>
    </div>
  </div>
</form>

Text Content

Link Livongo to Alexa

By providing your Livongo username and password, you consent to Livongo
providing Alexa access to certain information stored within your Livongo
account. This information is limited to health measurements you have recently
logged with your Livongo meter, including:

 * your most recent blood sugar reading,
 * number of times you have recently checked your blood sugar, and
 * your seven day blood sugar average.

Anyone with access to your Alexa account will be able to request this data.

Shipping Address
Email

Password





BY CONTINUING, I ACCEPT THE LIVONGO HEALTH TERMS OF SERVICE, OPENS PDF FILE IN A
NEW WINDOW, PRIVACY, OPENS PDF FILE IN A NEW WINDOW.

Sign In
Forgot password
Password Recovery
To reset your password, enter the email address and date of birth
Email

Birthdate (mm/dd/yyyy)
Your birth date was incorrect. Please re-enter and try again. Send me a link
Cancel


RESET LINK SENT!

If you do not receive this email, please check your email junk folder or else
call Member Support at:

1-800-945-4355

Back to Login
By continuing, I accept the Livongo Health Terms of Service, Opens PDF file in a
new window, Notice of Privacy Practices, Opens PDF file in a new window, Website
Privacy Policy.