salmonhrtrain-im.matrixcare.com Open in urlscan Pro
52.185.70.211  Public Scan

Submitted URL: https://salmonhrtrain-im.matrixcare.com/
Effective URL: https://salmonhrtrain-im.matrixcare.com/LoginNew.aspx
Submission: On April 18 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST ./LoginNew.aspx

<form method="post" action="./LoginNew.aspx" id="form1">
  <div class="aspNetHidden">
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
      value="wRMZeA3lZe/MZzoPKgnadItuPjxmwkeS7B1uXfWdGoY7a0nWLyyTPUrG8tncyhavOnU0W8cdW6Sl56j0qO9bzYUUcac6Q3oQnhpXA5yYARLaNMLIzHAUb6rWt2vNYNucHvqD08VVwTWgvvy9h+OcGL5KU+IOken1BbJC3aX3dkVY4XOzWEmgQ5LhBR7HL6oB+GKRTlP5LfAgyao1Mdo8BITPHBC04ptam5lydyM6llXYSmmbzB8X0mkSbsSvhC/vXv+V+P9PSLHcyB1xTZUWIEGOzhaPen/S/vaiHTIyy6ANfrQJ45MDLXeyWhO1eEei1atHvTxjwo2atA49tpsEgQ==">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['form1'];
    if (!theForm) {
      theForm = document.form1;
    }

    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
      }
    }
    //]]>
  </script>
  <script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZPWshZUObv0Ki8fFRe491Jt1cG6jAIHDKAYTNbnKlTQ1k3DovCigK6YXd8ifkaLU7w2&amp;t=638368855540000000" type="text/javascript"></script>
  <script src="Scripts/WebForms/MsAjax/MicrosoftAjax.js" type="text/javascript"></script>
  <script src="Scripts/WebForms/MsAjax/MicrosoftAjaxWebForms.js" type="text/javascript"></script>
  <script type="text/javascript">
    //<![CDATA[
    var PageMethods = function() {
      PageMethods.initializeBase(this);
      this._timeout = 0;
      this._userContext = null;
      this._succeeded = null;
      this._failed = null;
    }
    PageMethods.prototype = {
      _get_path: function() {
        var p = this.get_path();
        if (p) return p;
        else return PageMethods._staticInstance.get_path();
      },
      CheckValidUser: function(user, password, succeededCallback, failedCallback, userContext) {
        return this._invoke(this._get_path(), 'CheckValidUser', false, {
          user: user,
          password: password
        }, succeededCallback, failedCallback, userContext);
      },
      GetSecurityQuestion: function(userName, succeededCallback, failedCallback, userContext) {
        return this._invoke(this._get_path(), 'GetSecurityQuestion', false, {
          userName: userName
        }, succeededCallback, failedCallback, userContext);
      },
      GetSecurityQuestionSet: function(userName, succeededCallback, failedCallback, userContext) {
        return this._invoke(this._get_path(), 'GetSecurityQuestionSet', false, {
          userName: userName
        }, succeededCallback, failedCallback, userContext);
      },
      SaveSecurityQuestion: function(userName, succeededCallback, failedCallback, userContext) {
        return this._invoke(this._get_path(), 'SaveSecurityQuestion', false, {
          userName: userName
        }, succeededCallback, failedCallback, userContext);
      },
      GetUserStatus: function(userName, succeededCallback, failedCallback, userContext) {
        return this._invoke(this._get_path(), 'GetUserStatus', false, {
          userName: userName
        }, succeededCallback, failedCallback, userContext);
      },
      ValidateSecurityAnswer: function(param, succeededCallback, failedCallback, userContext) {
        return this._invoke(this._get_path(), 'ValidateSecurityAnswer', false, {
          param: param
        }, succeededCallback, failedCallback, userContext);
      },
      UpdateNewPassword: function(param, succeededCallback, failedCallback, userContext) {
        return this._invoke(this._get_path(), 'UpdateNewPassword', false, {
          param: param
        }, succeededCallback, failedCallback, userContext);
      },
      RenewPassword: function(param, succeededCallback, failedCallback, userContext) {
        return this._invoke(this._get_path(), 'RenewPassword', false, {
          param: param
        }, succeededCallback, failedCallback, userContext);
      },
      ChangeQuestion: function(param, succeededCallback, failedCallback, userContext) {
        return this._invoke(this._get_path(), 'ChangeQuestion', false, {
          param: param
        }, succeededCallback, failedCallback, userContext);
      },
      ChangeSecurityQuestion: function(param, succeededCallback, failedCallback, userContext) {
        return this._invoke(this._get_path(), 'ChangeSecurityQuestion', false, {
          param: param
        }, succeededCallback, failedCallback, userContext);
      }
    }
    PageMethods.registerClass('PageMethods', Sys.Net.WebServiceProxy);
    PageMethods._staticInstance = new PageMethods();
    PageMethods.set_path = function(value) {
      PageMethods._staticInstance.set_path(value);
    }
    PageMethods.get_path = function() {
      return PageMethods._staticInstance.get_path();
    }
    PageMethods.set_timeout = function(value) {
      PageMethods._staticInstance.set_timeout(value);
    }
    PageMethods.get_timeout = function() {
      return PageMethods._staticInstance.get_timeout();
    }
    PageMethods.set_defaultUserContext = function(value) {
      PageMethods._staticInstance.set_defaultUserContext(value);
    }
    PageMethods.get_defaultUserContext = function() {
      return PageMethods._staticInstance.get_defaultUserContext();
    }
    PageMethods.set_defaultSucceededCallback = function(value) {
      PageMethods._staticInstance.set_defaultSucceededCallback(value);
    }
    PageMethods.get_defaultSucceededCallback = function() {
      return PageMethods._staticInstance.get_defaultSucceededCallback();
    }
    PageMethods.set_defaultFailedCallback = function(value) {
      PageMethods._staticInstance.set_defaultFailedCallback(value);
    }
    PageMethods.get_defaultFailedCallback = function() {
      return PageMethods._staticInstance.get_defaultFailedCallback();
    }
    PageMethods.set_enableJsonp = function(value) {
      PageMethods._staticInstance.set_enableJsonp(value);
    }
    PageMethods.get_enableJsonp = function() {
      return PageMethods._staticInstance.get_enableJsonp();
    }
    PageMethods.set_jsonpCallbackParameter = function(value) {
      PageMethods._staticInstance.set_jsonpCallbackParameter(value);
    }
    PageMethods.get_jsonpCallbackParameter = function() {
      return PageMethods._staticInstance.get_jsonpCallbackParameter();
    }
    PageMethods.set_path("LoginNew.aspx");
    PageMethods.CheckValidUser = function(user, password, onSuccess, onFailed, userContext) {
      PageMethods._staticInstance.CheckValidUser(user, password, onSuccess, onFailed, userContext);
    }
    PageMethods.GetSecurityQuestion = function(userName, onSuccess, onFailed, userContext) {
      PageMethods._staticInstance.GetSecurityQuestion(userName, onSuccess, onFailed, userContext);
    }
    PageMethods.GetSecurityQuestionSet = function(userName, onSuccess, onFailed, userContext) {
      PageMethods._staticInstance.GetSecurityQuestionSet(userName, onSuccess, onFailed, userContext);
    }
    PageMethods.SaveSecurityQuestion = function(userName, onSuccess, onFailed, userContext) {
      PageMethods._staticInstance.SaveSecurityQuestion(userName, onSuccess, onFailed, userContext);
    }
    PageMethods.GetUserStatus = function(userName, onSuccess, onFailed, userContext) {
      PageMethods._staticInstance.GetUserStatus(userName, onSuccess, onFailed, userContext);
    }
    PageMethods.ValidateSecurityAnswer = function(param, onSuccess, onFailed, userContext) {
      PageMethods._staticInstance.ValidateSecurityAnswer(param, onSuccess, onFailed, userContext);
    }
    PageMethods.UpdateNewPassword = function(param, onSuccess, onFailed, userContext) {
      PageMethods._staticInstance.UpdateNewPassword(param, onSuccess, onFailed, userContext);
    }
    PageMethods.RenewPassword = function(param, onSuccess, onFailed, userContext) {
      PageMethods._staticInstance.RenewPassword(param, onSuccess, onFailed, userContext);
    }
    PageMethods.ChangeQuestion = function(param, onSuccess, onFailed, userContext) {
      PageMethods._staticInstance.ChangeQuestion(param, onSuccess, onFailed, userContext);
    }
    PageMethods.ChangeSecurityQuestion = function(param, onSuccess, onFailed, userContext) {
      PageMethods._staticInstance.ChangeSecurityQuestion(param, onSuccess, onFailed, userContext);
    }
    //]]>
  </script>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="BD7F1450">
    <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION"
      value="4328qy7g6cjUtgjJDK4OYhd6WefzJUuIdblXBWu77M1xmkjpqLfUcPX+gzTqCm6JdqB7K38PAhJqkn/v8cM6Zswyz+/+8l2P3F7CuXHVMuWA/NGQEEJ3L9830PZpZ5Z3h+48XyNGi7uhlZ7SluvyKd0JbwQ+ef07AWUYJag/VJMCxq8KuyltGs+GhAyk22CqmSj+173z7rpjdhvDEXaIN4c0PluCD1PYMmqOdcy2y5Pgm9yE05VtdGNyavRHGHuDqbdcc+Bs1XH/JSLaXtS0QnWH1J7P8lliYzn5B55BlAiwefK6TDNqbiGOuHEdLkPvIOaMpfOKtpV/D5EpKmSert9QAwG2zvaEq1gePZBJ3ZwlKrzfLroEjGwCSBE+EBVy">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    Sys.WebForms.PageRequestManager._initialize('ScriptManager1', 'form1', [], [], [], 90, '');
    //]]>
  </script>
  <header class="hero">
    <!-- hero image goes here -->
  </header>
  <div class="login-container">
    <main>
      <div id="legacyLogin" class="displayNone" style="display: none;">
        <div class="container login-form non-sso-form">
          <div id="SSOLink" class="sso-notice">
            <p>
              <a onclick="return ssoLogin(true);" id="Ssologin" href="javascript:__doPostBack('loginNewUI$Ssologin','')">If you are SSO-enabled click here to continue</a>
            </p>
            <p>If you are not SSO-enabled sign in below</p>
          </div>
          <div class="alert alert-danger" id="alert-login-fail">
            <div class="alert-message-container">Username or password entered is incorrect. If you feel you have forgotten your password please click the “Forgot Password” link below.</div>
          </div>
          <div class="alert alert-danger" id="alert-login-empty">
            <div class="alert-message-container">Please enter a username and password to sign in.</div>
          </div>
          <div class="alert alert-danger" id="alert-username-empty">
            <div class="alert-message-container">Please enter a username to continue.</div>
          </div>
          <div class="form-group">
            <label for="userName">Username</label>
            <input name="loginNewUI$userName" type="text" id="userName" class="form-control form-control mxc-login-ctrl" autocomplete="off" placeholder="">
            <div class="formtext_errnote" id="errorTextUserName"></div>
          </div>
          <div class="form-group">
            <label for="password">Password</label>
            <div class="input-group">
              <input name="loginNewUI$password" type="password" id="password" class="form-control mxc-login-ctrl loginPassword" autocomplete="off" placeholder="">
              <div class="formtext_errnote" id="errorTextPassword"></div>
            </div>
            <small id="capslockwarning" class="form-text text-muted">
              <span><i class="fa fa-warning" aria-hidden="true">&nbsp;</i> Caps lock is ON</span>
            </small>
          </div>
          <div class="form-group form-submit">
            <input type="submit" name="loginNewUI$loginSubmit" value="Sign In" onclick="return ValidateLoginUser();" id="loginSubmit" class="btn btn-primary form-control">
          </div>
          <div>
            <a href="#" onclick="return ValidateForgotPassword();">Forgot Password</a>
          </div>
        </div>
      </div>
      <div id="oktaLogin">
        <div id="widget-container">
          <div data-se="auth-container" id="okta-sign-in" class="auth-container main-container no-beacon">
            <div class="okta-sign-in-header auth-header"> <img src="/img/MatrixCare-Logo-2020.svg" class="auth-org-logo" alt="">
              <div data-type="beacon-container" class="beacon-container"></div>
            </div>
            <div class="auth-content">
              <div class="auth-content-inner">
                <div class="primary-auth">
                  <div data-se="o-form-content" class="o-form-content o-form-theme clearfix">
                    <h2 data-se="o-form-head" class="okta-form-title o-form-head">Sign In</h2>
                    <div class="o-form-error-container" data-se="o-form-error-container"></div>
                    <div class="o-form-fieldset-container" data-se="o-form-fieldset-container">
                      <div data-se="o-form-fieldset" class="o-form-fieldset o-form-label-top margin-btm-5">
                        <div data-se="o-form-label" class="okta-form-label o-form-label"><label for="okta-signin-username">Username&nbsp;</label></div>
                        <div data-se="o-form-input-container" class="o-form-input"><span data-se="o-form-input-username" class="o-form-input-name-username o-form-control okta-form-input-field input-fix focused-input"> <input type="text"
                              placeholder="" name="username" id="okta-signin-username" value="" aria-label="" autocomplete="off" required=""> </span></div>
                      </div>
                      <div data-se="o-form-fieldset" class="o-form-fieldset o-form-label-top margin-btm-30">
                        <div data-se="o-form-label" class="okta-form-label o-form-label"><label for="okta-signin-password">Password&nbsp;</label></div>
                        <div data-se="o-form-input-container" class="o-form-input"><span data-se="o-form-input-password" class="o-form-input-name-password o-form-control okta-form-input-field input-fix"> <input type="password" placeholder=""
                              name="password" id="okta-signin-password" value="" aria-label="" autocomplete="off" required=""> </span></div>
                      </div>
                      <div data-se="o-form-fieldset" class="o-form-fieldset o-form-label-top margin-btm-0">
                        <div data-se="o-form-input-container" class="o-form-input"><span data-se="o-form-input-remember" class="o-form-input-name-remember">
                            <div class="custom-checkbox"><input type="checkbox" name="remember" id="input7"><label for="input7" data-se-for-name="remember">Remember me</label></div>
                          </span></div>
                      </div>
                    </div>
                  </div>
                  <div class="o-form-button-bar"><input class="button button-primary" type="submit" value="Sign In" id="okta-signin-submit" data-type="save"></div>
                  <div class="auth-footer"> <a href="#" data-se="needhelp" aria-expanded="false" aria-controls="help-links-container" class="link help js-help">      Need help signing in?      </a>
                    <ul class="help-links js-help-links" id="help-links-container" style="display: none;">
                      <li> <a href="#" data-se="forgot-password" class="link js-forgot-password">        Forgot password?        </a> </li>
                      <li> <a href="contact_us_login.html" data-se="help-link" class="link js-help-link" rel="noopener noreferrer" target="_blank">        Help        </a> </li>
                    </ul>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </main>
    <footer>
      <div class="container"> MatrixCare, Inc. <i class="fa fa-copyright" aria-hidden="true">&nbsp;</i> 2002-2024 | <a href="#" id="contactusId">Contact Us</a>
      </div>
    </footer>
  </div>
</form>

Text Content

If you are SSO-enabled click here to continue

If you are not SSO-enabled sign in below

Username or password entered is incorrect. If you feel you have forgotten your
password please click the “Forgot Password” link below.
Please enter a username and password to sign in.
Please enter a username to continue.
Username

Password

  Caps lock is ON

Forgot Password


SIGN IN


Username 

Password 

Remember me

Need help signing in?
 * Forgot password?
 * Help

MatrixCare, Inc.   2002-2024 | Contact Us

FORGOT PASSWORD

×

If we have your email on file, further instructions to sign in have been sent to
your registered email address.

If you did not receive an email, please contact the administrator for this
account.

Close
Caution


Account Signed Out
You have been idle for a period of time.
For security reasons you have been logged off.



PASSWORD SECURITY QUESTIONS

×


SECURITY QUESTIONS HELP TO VERIFY YOUR IDENTITY IF YOU FORGET YOUR PASSWORD.

Question1

Answer1

Question2

Answer2

Question3

Answer3

Cancel
Forgot Password
Please enter the details below and reset your password
Username
Password Question
Password Answer


Change your Password
A message.
Please enter the new password
Username
New Password
Confirm New Password
Password Guidelines
At least one lower case
At least one upper case
At least one special character
At least one number
Be at least 9 characters
Not be part of your name
Cannot be changed within one day
Cannot be part of your previous 6 passwords
Confirm Password should match new password

Change PasswordChange Security Question

Username
Current Password

New Password

Confim New Password

Password Guidelines
Must be at least 7 characters
Must include 1 special character
Confirm Password should match new p[assword
Username
Password

New Question

New Answer



Attention


Warning
Important Notice: Our systems indicate that you are accessing MatrixCare using
Internet Explorer Versions 7, 8, or 9. With the roll out of MatrixCare 2017 R2
SP2 planned for June 2017, MatrixCare will no longer function using Internet
Explorer 7, 8, or 9. Contact your IT resource to upgrade the browser on your
system.



Contacting Support
For Your Convenience, you can contact support in multiple ways. In the case of
an emergency, please contact us by phone to ensure we resolve your issue as soon
as possible.
MatrixCare
Phone: (800) 552-9846 x1
Email: MCMsupport@matrixcare.com
When emailing support, you will receive a confirmation of receipt email. A
knowledgeable support analyst will then respond to your email with the
resolution or a request for further details necessary to resolve the issue.
Note: For security reasons, MatrixCare support cannot, at any time, change or
reset MatrixCare Marketing user passwords.
Hours of Operation
MatrixCare Marketing standard support desk hours of operation are:
Monday-Friday 7:30 A.M. to 5:30 P.M. Central Time
Outside of these hours:
1. Call the MatrixCare Marketing support number: (800) 552-9846 x1
2. You will hear a prompt to leave a voicemail including your contact
information and a detailed description of the issue.
3. A support analyst will call you back the next business day to address the
issue.