connect.focus360.com Open in urlscan Pro
70.165.51.205  Public Scan

Submitted URL: https://connect.focus360.com/
Effective URL: https://connect.focus360.com/WebInterface/login.html
Submission: On June 21 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

Name: loginFormPOST /

<form id="loginForm" name="loginForm" method="post" action="/">
  <div id="userLoggedIn" class="is-hidden">
    <div class="mb-4 has-text-centered">
      <a href="/#/" class="text-accentMain">Continue as
                      <span id="currentUserName" class="is-capitalized"></span>...</a> | <a href="javascript:void(0);" id="logout" class="text-accentMain">Logout</a>
    </div>
    <div class="continue-label is-relative is-flex mb-4">
      <div class="content-line mr-3"></div>
      <p class="text-sm text-primaryMain" data-i18n-key="notMe"> Not me... </p>
      <div class="content-line ml-3"></div>
    </div>
  </div>
  <div class="mb-5" id="usernameRow">
    <label for="username" data-i18n-key="username">Username</label>
    <p class="control has-icons-left mt-1">
      <input id="username" class="input" type="text" value="" name="username" placeholder="Username">
      <span class="icon is-small is-left">
        <i class="icon-user"></i>
      </span>
    </p>
  </div>
  <div class="mb-5" id="passwordRow">
    <label for="password" data-i18n-key="password">Password</label>
    <p class="control has-icons-left mt-1">
      <input id="password" class="input" name="password" value="" type="password" placeholder="Password">
      <span class="icon is-small is-left">
        <i class="icon-lock"></i>
      </span>
    </p>
    <div class="content-line ml-3"></div>
  </div>
  <div class="is-flex is-align-items-center is-justify-content-space-between mb-5">
    <div id="rememberPanel" class="is-flex is-align-items-center">
      <input id="remember" type="checkbox" name="remember">
      <label for="remember" class="text-sm text-primaryMain is-cursor-pointer remember-me" data-i18n-key="rememberMe">Remember me</label>
    </div>
    <p class="lostpassword" id="forgotPasswordRow">
    </p>
  </div>
  <div id="recaptcha_div" class="my-2"></div>
  <div id="submitButtonRow">
    <button type="submit" id="sign-in-button" class="primary-button w-full" data-i18n-key="signIn" aria-label="sign-in-btn">Sign in</button>
  </div>
  <input type="hidden" name="command" value="login">
  <input type="hidden" name="skip_login" value="true">
  <input type="hidden" name="encoded" value="false">
</form>

POST #

<form id="passwordRequestForm" action="#" method="POST">
  <div class="mb-5">
    <label for="reset-username" class="input-label" data-i18n-key="username">Username</label>
    <p class="control has-icons-left mt-1">
      <input id="reset-username" class="input" type="text" value="" name="username" placeholder="username">
      <span class="icon is-small is-left">
        <i class="icon-user"></i>
      </span>
    </p>
  </div>
  <div class="is-flex is-align-items-center is-justify-content-space-between">
    <div class="text-sm">
      <button id="backToLogin" class="primary-button is-bg-none back-to-login-label" data-i18n-key="backToLogin" type="button">Back to login</button>
    </div>
    <button class="primary-button" data-i18n-key="resetPassword">Reset Password</button>
  </div>
</form>

POST #

<form id="changePasswordForm" action="#" method="POST">
  <div class="mb-5">
    <label for="change-password-current-password" class="input-label" data-i18n-key="currentPassword">Current Password</label>
    <p class="control has-icons-left mt-1">
      <input id="change-password-current-password" class="input" type="password" value="" name="current_password" placeholder="Current Password">
      <span class="icon is-small is-left">
        <i class="icon-user"></i>
      </span>
    </p>
  </div>
  <div class="mb-5">
    <label for="change-password-new-password" class="input-label" data-i18n-key="newPassword">New Password</label>
    <p class="control has-icons-left mt-1">
      <input id="change-password-new-password" class="input" type="password" value="" name="new_password" placeholder="New Password">
      <span class="icon is-small is-left">
        <i class="icon-user"></i>
      </span>
    </p>
  </div>
  <div class="mb-5">
    <label for="change-password-confirm-password" class="input-label" data-i18n-key="confirmPassword">Confirm Password</label>
    <p class="control has-icons-left mt-1">
      <input id="change-password-confirm-password" class="input" type="password" value="" name="confirm_password" placeholder="Confirm Password">
      <span class="icon is-small is-left">
        <i class="icon-user"></i>
      </span>
    </p>
  </div>
  <div class="is-flex is-align-items-center is-justify-content-space-between mb-5">
    <div class="text-sm">
      <button id="cancelChangePassword" class="primary-button back-to-login-label is-bg-none p-0" data-i18n-key="cancel" type="button">Cancel</button>
    </div>
    <button class="primary-button" data-i18n-key="changePassword">Change Password</button>
  </div>
  <div class="resetPanel is-flex is-flex-direction-column gap-3 is-align-items-flex-start">
    <button data-i18n-key="generatePassword" type="button" class="primary-button is-bordered" id="btnGeneratePassword">Generate Password</button>
    <div id="generatePasswordPanel" class="is-flex gap-3 is-hidden">
      <input id="generated_password" class="input" type="text" value="">
      <button data-i18n-key="useThis" type="button" class="primary-button is-bg-none p-0" id="usePassword">Use This</button>
      <button data-i18n-key="cancel" type="button" class="primary-button is-bg-none p-0" id="cancelPassword">Cancel</button>
    </div>
  </div>
</form>

Text Content

Continue as ... | Logout

Not me...


Username



Password




Remember me




Sign in

Or continue with


Amazon
Microsoft
MS B2C



FORGOT PASSWORD?

You can request your password here.

Username



Back to login
Reset Password


CHANGE YOUR PASSWORD

You must change your password to continue.

Current Password



New Password



Confirm Password



Cancel
Change Password
Generate Password
Use This Cancel