mira.promotelogin.com Open in urlscan Pro
85.90.244.206  Public Scan

Submitted URL: https://mira.promotelogin.com/
Effective URL: https://mira.promotelogin.com/users/sign_in
Submission: On July 14 via api from US — Scanned from CA

Form analysis 1 forms found in the DOM

POST /users/sign_in

<form id="login-form" class="w-300 " data-controller="form-errors" action="/users/sign_in" accept-charset="UTF-8" method="post" novalidate="true"><input name="utf8" type="hidden" value="✓" autocomplete="off"><input type="hidden"
    name="authenticity_token" value="xQW2Lu44m7UvjpzdOcaYrK20jOviwP16a569nqwbxUQLzcdc0X_jWJHJSCNTwWXlDjfxSGq_4C8rzxB99lSyaw" autocomplete="off">
  <div class="mb-4">
    <div class="flex justify-between mb-1" data-test-input-label="">
      <div class="flex font-bold text-gray-900">
        <label for="login"> Email or username </label>
      </div>
    </div>
    <div class="input-form relative default">
      <input id="login" autocomplete="username" autocorrect="off" autocapitalize="none" required="required" placeholder="Email or username"
        class="input-field w-full text-base rounded-md border-1.5 disabled:cursor-not-allowed border-gray-600 placeholder-gray-800 focus:placeholder-gray-500 text-gray-900 disabled:bg-gray-300 error:border-red-400 warning:border-yellow-500 success:border-green-500 h-10 px-3"
        type="text" name="user[login]">
      <div class="hidden relative max-w-full rounded mt-2 error:block warning:block success:block self-start mr-2" data-form-errors-target="" data-form-reset-target="inlineMessage">
        <div class="flex items-center">
          <span class="flex mr-1">
            <span class="block shrink-0 pointer-events-none h-5 w-5 primary-stroke-red-600 -mt-2px" data-test-icon="exclamation-circle">
              <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path d="M12 8V12M12 16H12.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" class="primary" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
              </svg>
            </span>
          </span>
          <div class="form-error text-red-600 max-w-full leading-4 text-sm"> Something went wrong </div>
        </div>
      </div>
    </div>
  </div>
  <div class="flex justify-between mb-1" data-test-input-label="">
    <div class="flex font-bold text-gray-900">
      <label for="password"> Password </label>
    </div>
  </div>
  <div class="input-form relative default">
    <input id="password" autocomplete="current-password" autocorrect="off" autocapitalize="none" required="required" placeholder="Password"
      class="input-field w-full text-base rounded-md border-1.5 disabled:cursor-not-allowed border-gray-600 placeholder-gray-800 focus:placeholder-gray-500 text-gray-900 disabled:bg-gray-300 error:border-red-400 warning:border-yellow-500 success:border-green-500 h-10 px-3"
      type="password" name="user[password]">
    <div class="hidden relative max-w-full rounded mt-2 error:block warning:block success:block self-start mr-2" data-form-errors-target="" data-form-reset-target="inlineMessage">
      <div class="flex items-center">
        <span class="flex mr-1">
          <span class="block shrink-0 pointer-events-none h-5 w-5 primary-stroke-red-600 -mt-2px" data-test-icon="exclamation-circle">
            <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
              <path d="M12 8V12M12 16H12.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" class="primary" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg>
          </span>
        </span>
        <div class="form-error text-red-600 max-w-full leading-4 text-sm"> Something went wrong </div>
      </div>
    </div>
  </div>
  <div class="">
    <div class="mb-4">
      <div class="hidden relative max-w-full rounded mt-2 base-error:block self-start mr-2" data-form-errors-target="" data-form-reset-target="inlineMessage">
        <div class="flex items-center">
          <span class="flex mr-1">
            <span class="block shrink-0 pointer-events-none h-5 w-5 primary-stroke-red-600 -mt-2px" data-test-icon="exclamation-circle">
              <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path d="M12 8V12M12 16H12.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" class="primary" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
              </svg>
            </span>
          </span>
          <div class="form-error text-red-600 max-w-full leading-4 text-sm"> Something went wrong </div>
        </div>
      </div>
    </div>
  </div>
  <div class="mt-7">
    <button name="button" type="submit"
      class="flex text-base font-bold leading-3 cursor-pointer items-center justify-center focus:outline-none disabled:cursor-not-allowed disabled:shadow-none gradient-button gradient-text shadow-button hover:shadow-button-hover-sm primary-button-icon h-10 rounded-20 px-6 min-w-90 w-full "
      data-disable-with="Loading..." id="form-submit" data-test-primary-button="">
      <div class="">
        <span>Sign in</span>
      </div>
    </button>
    <div class="flex justify-between mt-3">
      <a class="flex items-center justify-center text-base text-gray-800 hover:font-bold hover:text-gray-900 tracking-wide hover:tracking-normal link-button-icon disabled:text-gray-500 disabled:cursor-not-allowed disabled:font-normal " href="/access_configuration/new">

      <div class="link-button-decoration ">
        <span>Can't sign in?</span>
      </div>
</a>
    </div>
  </div>
</form>

Text Content

Internet Explorer 11 is outdated and no longer supported. Please switch to
Microsoft Edge.

Promote offers limited functionality in your current browser. We only support
recent versions of major browsers like Chrome, Firefox, Safari, and Edge.

Welcome!
Email or username
Something went wrong
Password
Something went wrong
Something went wrong
Sign in
Can't sign in?

POWERED BY PROMOTE