oncorlivewell.livehealthyignite.com Open in urlscan Pro
2606:4700::6812:1607  Public Scan

Submitted URL: https://email.mg.livehealthyignite.com/c/eJyM0bGO3iAMwPGngY3IgAnJwFCp-l4jAuwkSCQ5EXpt377KfUPX2_6S7d_iXChojTBLCo7QEkoO2htnJosAkguFZLVLkU...
Effective URL: https://oncorlivewell.livehealthyignite.com/users/sign_in
Submission: On September 03 via manual from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST /users/sign_in

<form class="p-3" id="new_user" action="/users/sign_in" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="Fi0sdwl/LEugoASCgvpm8lcDJNv4rvnoQ9kPTX0aMUMa2nVoF3aZLyQfY0zclezIoBtR08DPfTjwYsTOd1hbQA=="
    autocomplete="off">
  <div class="form-group mb-3">
    <label class="visually-hidden" for="user_login">Login</label>
    <input class="form-control form-control-sm" placeholder="Username or email" required="required" type="text" name="user[login]" id="user_login">
  </div>
  <div class="form-group mb-3">
    <label class="visually-hidden" for="user_password">Password</label>
    <input autocomplete="off" class="form-control form-control-sm" placeholder="Password" required="required" type="password" name="user[password]" id="user_password">
  </div>
  <input type="submit" name="commit" value="Log In" class="btn btn-info btn-sm u-floaty" data-disable-with="Log In">
</form>

POST /users/sign_in

<form class="new_user" id="new_user" action="/users/sign_in" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="Fi0sdwl/LEugoASCgvpm8lcDJNv4rvnoQ9kPTX0aMUMa2nVoF3aZLyQfY0zclezIoBtR08DPfTjwYsTOd1hbQA=="
    autocomplete="off">
  <div class="form-group mb-3">
    <label class="visually-hidden" for="user_login">Login</label>
    <input class="form-control" placeholder="Username or email" required="required" autofocus="autofocus" type="text" name="user[login]" id="user_login">
  </div>
  <div class="form-group mb-3">
    <label class="visually-hidden" for="user_password">Password</label>
    <input autocomplete="off" class="form-control" placeholder="Password" required="required" type="password" name="user[password]" id="user_password">
  </div>
  <div class="form-group mb-3">
    <input type="submit" name="commit" value="Log In" class="btn btn-info padding-left padding-right u-floaty" data-disable-with="Log In">
  </div>
  <small>
    <a class="link d-block text-truncate" href="/users/password/new">Forgot your password?</a>
  </small>
</form>

POST /inquiries

<form class="js-validate" id="new_inquiry" action="/inquiries" accept-charset="UTF-8" method="post" novalidate="novalidate"><input type="hidden" name="authenticity_token"
    value="Fi0sdwl/LEugoASCgvpm8lcDJNv4rvnoQ9kPTX0aMUMa2nVoF3aZLyQfY0zclezIoBtR08DPfTjwYsTOd1hbQA==" autocomplete="off">
  <div class="row">
    <div class="col-6 form-group mb-3">
      <label for="inquiry_name">Name</label>
      <input class="form-control" placeholder="Name" required="required" type="text" name="inquiry[name]" id="inquiry_name">
    </div>
    <div class="col-6 form-group mb-3">
      <label for="inquiry_email">Email</label>
      <input class="form-control" placeholder="Email" required="required" type="email" name="inquiry[email]" id="inquiry_email">
    </div>
    <div class="col-12 form-group mb-3">
      <label for="inquiry_category">Category</label>
      <select class="form-control" required="required" name="inquiry[category]" id="inquiry_category">
        <option value="">-- Select --</option>
        <option value="Login Information">Login Information</option>
        <option value="Sign Up Information">Sign Up Information</option>
        <option value="Challenge Recording">Challenge Recording</option>
        <option value="Incentives / Swag">Incentives / Swag</option>
        <option value="Demo Request">Demo Request</option>
        <option value="Mobile Application">Mobile Application</option>
        <option value="Other">Other</option>
      </select>
    </div>
    <div class="col-12 form-group mb-3">
      <label for="inquiry_message">Message</label>
      <textarea class="form-control" placeholder="Message / Request" rows="5" required="required" name="inquiry[message]" id="inquiry_message"></textarea>
    </div>
    <div class="col-12 margin-bottom-sm">
      <div class="g-recaptcha" data-sitekey="6LdFR8chAAAAAIzqfJk23NnAcyAf4Gy-3cg965v_">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-hyhjams332ul" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdFR8chAAAAAIzqfJk23NnAcyAf4Gy-3cg965v_&amp;co=aHR0cHM6Ly9vbmNvcmxpdmV3ZWxsLmxpdmVoZWFsdGh5aWduaXRlLmNvbTo0NDM.&amp;hl=de&amp;v=WV-mUKO4xoWKy9M4ZzRyNrP_&amp;size=normal&amp;cb=vr82zknfn50x"></iframe>
          </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
    </div>
  </div>
  <input autocomplete="off" type="hidden" name="inquiry[user_id]" id="inquiry_user_id">
  <div class="row">
    <div class="col-12 col-md-12 form-group mb-3">
      <input type="submit" name="commit" value="Submit" class="btn btn-primary" data-disable-with="Submit">
    </div>
  </div>
</form>

Text Content

Navigate Wellbeing Solutions uses cookies on this platform. By using the
Service, you consent to the use of cookies. You can read more about our cookie
policy here.

Accept
You need to sign in or sign up before continuing.
 * Overview
 * Contact

Join Now
Sign In
Login
Password

Forgot your password?



NEW TO ONCOR LIVE WELL PORTAL?

If you have not signed in before please click the below button to activate your
account.

Join Now

--------------------------------------------------------------------------------

SIGN IN

Login
Password

Forgot your password?


FEATURED CHALLENGE


2024 ONCOR LIVE WELL WALK IT OUT



Join Now


WELCOME TO THE ONCOR LIVE WELL PORTAL!

Believing that wellness and prevention are the keys to a healthy, long life,
Oncor has incorporated incentive opportunities into our vibrant Oncor Live Well
Philosophy.  Oncor believes that healthy company is achieved by healthy
employees, families and healthy communities. 

For ease of access, employees who are logged into the Oncor network, please use
our single sign on feature by clicking the "Employees" button on the left.  

EMPLOYEES, CLICK HERE TO SIGN IN              SPOUSES, FIRST TIME CLICK HERE TO
JOIN NOW                   

Returning user or those not on the Oncor network or VPN, should go to Sign In at
the top of the page.

If you are not on the Oncor network, we have implemented a security enhancement:
 Multi-Factor Authentication (MFA). This additional layer of security is
designed to safeguard your accounts and ensure the utmost protection of your
sensitive information. MFA adds an extra step beyond just entering a password by
requiring an additional form of verification.

We have two options for you to use to authenticate your account: 

Click here to learn how to sign into your account using text authentication. 

Click here to learn how to sign into your account using an authentication app. 




CONTACT

Email: info@oncorlivewell.com

Phone: 888-596-6750



Name
Email
Category -- Select -- Login Information Sign Up Information Challenge Recording
Incentives / Swag Demo Request Mobile Application Other
Message




ONCOR LIVE WELL

Join Now



© 2024 Oncor Live Well
Terms of Service
Privacy Policy