sandbox-cir2.kainexus.com Open in urlscan Pro
34.120.99.131  Public Scan

URL: https://sandbox-cir2.kainexus.com/
Submission: On April 30 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

POST /login

<form id="loginForm" action="/login" method="post"><input type="hidden" name="_csrf" value="f9c38a36-5821-476a-a947-a3294d69d324">
  <div class="center">
    <img class="profile-img" src="/public/images/2014-kainexus-logo-400w.png">
    <div class="account-wall">
      <div class="form-signin" action="/login" method="post">
        <input name="fragment" id="fragmentInput" type="hidden" value="">
        <input name="qualifiedUsername" id="qualifiedUsername" type="hidden">
        <label class="title">Sign in to your account</label>
        <input name="company" id="orgCode" type="text" class="form-control" value="" placeholder="Org Code" required="true" autofocus="true" spellcheck="false">
        <input name="username" id="username" type="text" class="form-control" placeholder="Username" required="true" autofocus="true" spellcheck="false">
        <input name="password" id="password" type="password" class="form-control password" placeholder="Password" required="true" autocomplete="off">
        <button class="btn btn-lg btn-primary btn-block" type="submit" id="signInBtn">Sign In</button>
        <label class="checkbox remember-me">
          <input type="checkbox" name="remember-me" id="remember-me">Stay signed in </label>
      </div>
      <a href="#" data-toggle="modal" data-target="#helpModal" class="need-help">Can't access your account?</a>
    </div>
    <div class="alert alert-success remember-me-warning">If you do not know your Org Code then you are most likely accessing KaiNexus from the wrong address. Please contact your System Administrator to obtain the correct web address for your
      Organization.</div>
    <div style="display:none" id="remember-me-warning" class="alert alert-warning remember-me-warning">For security reasons, do not select 'Stay signed in' if this device is shared with other users.</div>
  </div>
</form>

POST /help/accountRequest

<form id="requestAccount" action="/help/accountRequest" method="post" accept-charset="utf-8" role="form" novalidate="novalidate"><input type="hidden" name="_csrf" value="f9c38a36-5821-476a-a947-a3294d69d324">
  <div class="modal-header">
    <h4 class="modal-title">Request Account</h4>
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
  </div>
  <div class="modal-body">
    <div class="help-block">If your organization is using KaiNexus but you aren't in the system, fill in the form below to request an account. The request will be sent to your organization's support team.</div>
    <div class="row">
      <div class="col-md-4">
        <div class="form-group">
          <label for="firstName" class="control-label">First Name</label>
          <input type="text" class="form-control" id="firstName" name="firstName" required="true" placeholder="Required">
        </div>
      </div>
      <div class="col-md-4">
        <div class="form-group">
          <label for="lastName" class="control-label">Last Name</label>
          <input type="text" class="form-control" id="lastName" name="lastName" required="true" placeholder="Required">
        </div>
      </div>
      <div class="col-md-4">
        <div class="form-group">
          <label for="role" class="control-label">Role/Title</label>
          <input type="text" class="form-control" id="role" name="role">
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-md-7">
        <div class="form-group">
          <label for="email" class="control-label">Email Address</label>
          <input type="email" class="form-control" id="email" name="email" autofocus="true" spellcheck="false">
        </div>
      </div>
      <div class="col-md-5">
        <div class="form-group">
          <label for="phoneNumber" class="control-label">Phone Number</label>
          <input type="text" class="form-control" id="phoneNumber" name="phoneNumber">
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-md-12">
        <div class="form-group">
          <label for="dept" class="control-label">Location</label>
          <input type="text" class="form-control" id="dept" name="department">
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-md-12">
        <div class="form-group">
          <label for="comments" class="control-label">Comments</label>
          <textarea class="form-control" id="comments" name="comments"></textarea>
        </div>
      </div>
    </div>
    <div class="g-recaptcha" id="captchaRequest">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-a7rrpqq9ijx" 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=6LeCRxkUAAAAAJ5R_8Xyga67n6jGHqPUTQhXlx-7&amp;co=aHR0cHM6Ly9zYW5kYm94LWNpcjIua2FpbmV4dXMuY29tOjQ0Mw..&amp;hl=de&amp;v=V6_85qpc2Xf2sbe3xTnRte7m&amp;size=normal&amp;cb=rcfkkrb778gf"></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>
    </div>
    <input type="hidden" class="hiddenRecaptcha required" name="hiddenRecaptcha">
    <div>
      <button class="btn btn-primary" type="submit">Request Account</button>
      <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
    </div>
  </div>
</form>

POST /help/resendActivation

<form id="activateAccount" action="/help/resendActivation" method="post" accept-charset="utf-8" role="form" novalidate="novalidate"><input type="hidden" name="_csrf" value="f9c38a36-5821-476a-a947-a3294d69d324">
  <div class="modal-header">
    <h4 class="modal-title">Activate Account</h4>
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
  </div>
  <div class="modal-body">
    <div class="form-horizontal">
      <div class="help-block">Please enter your username below. If you do not know your username, enter your email address and we will attempt to lookup your account. Account activation instructions will be sent to you.</div>
      <input name="qualifiedUsername" id="activateAccountQualifiedUsername" type="hidden">
      <label for="activateAccountUsername" class="control-label">Username</label>
      <input type="text" class="form-control activate-one-only" id="activateAccountUsername" name="username">
      <h4 style="margin:20px 20px">Or</h4>
      <label for="email" class="control-label">Email Address</label>
      <input type="email" class="form-control activate-one-only" id="email" name="email">
    </div>
    <div class="g-recaptcha" style="margin-top:15px" id="captchaAccount">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-nmn813kwp9u5" 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=6LeCRxkUAAAAAJ5R_8Xyga67n6jGHqPUTQhXlx-7&amp;co=aHR0cHM6Ly9zYW5kYm94LWNpcjIua2FpbmV4dXMuY29tOjQ0Mw..&amp;hl=de&amp;v=V6_85qpc2Xf2sbe3xTnRte7m&amp;size=normal&amp;cb=u8o0w7hkj8yh"></iframe>
        </div><textarea id="g-recaptcha-response-2" 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>
    </div>
    <input type="hidden" class="hiddenRecaptcha required" name="hiddenRecaptcha">
    <div>
      <button class="btn btn-primary" type="submit">Activate Account</button>
      <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
    </div>
  </div>
</form>

POST /help/resetPassword

<form id="resetPassword" action="/help/resetPassword" method="post" accept-charset="utf-8" role="form" novalidate="novalidate"><input type="hidden" name="_csrf" value="f9c38a36-5821-476a-a947-a3294d69d324">
  <div class="modal-header">
    <h4 class="modal-title">Reset Password</h4>
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
  </div>
  <div class="modal-body">
    <div class="form-horizontal">
      <div class="help-block">Please enter your username below. If you do not know your username, enter your email address and we will attempt to lookup your account. Password reset instructions will be sent to you.</div>
      <input name="qualifiedUsername" id="resetPasswordQualifiedUsername" type="hidden">
      <label for="resetPasswordUsername" class="control-label">Username</label>
      <input type="text" class="form-control reset-one-only" id="resetPasswordUsername" name="username">
      <h4 style="margin:20px 20px">Or</h4>
      <label for="email" class="control-label">Email Address</label>
      <input type="email" class="form-control reset-one-only" id="email" name="email">
    </div>
    <div class="g-recaptcha" style="margin-top:15px" id="captchaPassword">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-1f9i83x8j65e" 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=6LeCRxkUAAAAAJ5R_8Xyga67n6jGHqPUTQhXlx-7&amp;co=aHR0cHM6Ly9zYW5kYm94LWNpcjIua2FpbmV4dXMuY29tOjQ0Mw..&amp;hl=de&amp;v=V6_85qpc2Xf2sbe3xTnRte7m&amp;size=normal&amp;cb=6ekcm19z8wd"></iframe>
        </div><textarea id="g-recaptcha-response-3" 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>
    <input type="hidden" class="hiddenRecaptcha required" name="hiddenRecaptcha">
    <div>
      <button class="btn btn-primary" type="submit">Reset Password</button>
      <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
    </div>
  </div>
</form>

POST /help/accountSupport

<form id="accountSupport" action="/help/accountSupport" method="post" accept-charset="utf-8" role="form" novalidate="novalidate"><input type="hidden" name="_csrf" value="f9c38a36-5821-476a-a947-a3294d69d324">
  <div class="modal-header">
    <h4 class="modal-title" id="helpModalLabel">Account Support</h4>
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
  </div>
  <div class="modal-body">
    <div class="help-block">If you do not know your username or password, please fill in the form below with as many details as possible to assist in looking up your account. The request will be sent to your organization's support team.</div>
    <div class="row">
      <div class="col-md-4">
        <div class="form-group">
          <label for="firstName" class="control-label">First Name</label>
          <input type="text" class="form-control" id="firstName" required="true" name="firstName" placeholder="Required">
        </div>
      </div>
      <div class="col-md-4">
        <div class="form-group">
          <label for="lastName" class="control-label">Last Name</label>
          <input type="text" class="form-control" id="lastName" required="true" name="lastName" placeholder="Required">
        </div>
      </div>
      <div class="col-md-4">
        <div class="form-group">
          <label for="role" class="control-label">Role/Title</label>
          <input type="text" class="form-control" id="role" name="role">
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-md-7">
        <div class="form-group">
          <label for="username" class="control-label">Username (If Known)</label>
          <input type="username" class="form-control" id="username" name="username" autofocus="true" spellcheck="false">
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-md-7">
        <div class="form-group">
          <label for="email" class="control-label">Email Address</label>
          <input type="email" class="form-control" id="email" name="email" autofocus="true" spellcheck="false">
        </div>
      </div>
      <div class="col-md-5">
        <div class="form-group">
          <label for="phoneNumber" class="control-label">Phone Number</label>
          <input type="text" class="form-control" id="phoneNumber" name="phoneNumber">
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-md-12">
        <div class="form-group">
          <label for="dept" class="control-label">Location</label>
          <input type="text" class="form-control" id="dept" name="department">
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-md-12">
        <div class="form-group">
          <label for="comments" class="control-label">Comments</label>
          <textarea class="form-control" id="comments" name="comments"></textarea>
        </div>
      </div>
    </div>
    <div class="g-recaptcha" id="captchaSupport">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-y2jq1gi10u5c" 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=6LeCRxkUAAAAAJ5R_8Xyga67n6jGHqPUTQhXlx-7&amp;co=aHR0cHM6Ly9zYW5kYm94LWNpcjIua2FpbmV4dXMuY29tOjQ0Mw..&amp;hl=de&amp;v=V6_85qpc2Xf2sbe3xTnRte7m&amp;size=normal&amp;cb=5w1ni4a83g05"></iframe>
        </div><textarea id="g-recaptcha-response-1" 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>
    </div>
    <input type="hidden" class="hiddenRecaptcha required" name="hiddenRecaptcha">
    <div>
      <button class="btn btn-primary" type="submit" value="Submit">Submit</button>
      <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
    </div>
  </div>
</form>

Text Content

Sign in to your account Sign In Stay signed in
Can't access your account?
If you do not know your Org Code then you are most likely accessing KaiNexus
from the wrong address. Please contact your System Administrator to obtain the
correct web address for your Organization.
For security reasons, do not select 'Stay signed in' if this device is shared
with other users.
Copyright © 2024. All Rights Reserved.

HELP

×
 * Don't have an account? Request Account
 * First time signing in? Activate Account via Email
 * Forgot password? Reset Password via Email
 * Still can't sign in? Contact Account Support Or Contact KaiNexus
 * Anything else? Visit Help Center

REQUEST ACCOUNT

×
If your organization is using KaiNexus but you aren't in the system, fill in the
form below to request an account. The request will be sent to your
organization's support team.
First Name
Last Name
Role/Title
Email Address
Phone Number
Location
Comments

Request Account Cancel

ACTIVATE ACCOUNT

×
Please enter your username below. If you do not know your username, enter your
email address and we will attempt to lookup your account. Account activation
instructions will be sent to you.
Username

OR

Email Address

Activate Account Cancel

RESET PASSWORD

×
Please enter your username below. If you do not know your username, enter your
email address and we will attempt to lookup your account. Password reset
instructions will be sent to you.
Username

OR

Email Address

Reset Password Cancel

ACCOUNT SUPPORT

×
If you do not know your username or password, please fill in the form below with
as many details as possible to assist in looking up your account. The request
will be sent to your organization's support team.
First Name
Last Name
Role/Title
Username (If Known)
Email Address
Phone Number
Location
Comments

Submit Cancel