app.accountablehq.com Open in urlscan Pro
52.20.78.240  Public Scan

Submitted URL: http://app.accountablehq.com/
Effective URL: https://app.accountablehq.com/login
Submission: On May 17 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST /login

<form id="sign-in-form" class="mt-8" action="/login" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="KQcFK50j67qsZwRBNDK6Pp5GQsEFK7Ebyc6WnAh6LyoxMjtcHBXctBO67N9Q6tKenST-aGjFaU_OruxKVphFlA"
    autocomplete="off">
  <label for="amex" class="hidden"><input name="amex" hidden="hidden" id="amex" class="hidden"></label>
  <fieldset>
    <label class="text-sm font-normal leading-5 text-gray-500" for="user_email">Email</label>
    <div class="relative mt-3 rounded-xl h-[52px]">
      <input class="pr-10 h-[52px] max-h-[52px] mt-3 rounded-xl placeholder-gray-500 text-sm border-zinc-200 focus:border-blue-600 w-full border flex pl-10 peer input-error" placeholder="john@example.com" type="email" value="" name="user[email]"
        id="user_email">
      <div class="absolute inset-y-0 left-0 flex items-center pl-3 text-gray-500 pointer-events-none peer-focus:text-gray-900">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-5 h-5">
          <path stroke-linecap="round" stroke-linejoin="round"
            d="M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75">
          </path>
        </svg>
      </div>
    </div>
    <div class="h-auto min-h-6">
    </div>
  </fieldset>
  <fieldset data-controller="password">
    <label class="text-sm font-normal leading-5 text-gray-500" for="user_password">Password</label>
    <div class="relative mt-3 rounded-xl h-[52px]">
      <input class="px-10 h-[52px] mt-3 rounded-xl placeholder-gray-500 text-sm border-zinc-200 w-full focus:border-blue-600 input-error border flex peer" data-password-target="passwordField" placeholder="password" invalid="true" type="password"
        name="user[password]" id="user_password">
      <div class="absolute inset-y-0 left-0 flex items-center pl-3 text-gray-500 pointer-events-none peer-focus:text-gray-900">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z"></path>
        </svg>
      </div>
      <div class="absolute top-0 right-0 z-50 flex items-center h-full pr-3 hover:cursor-pointer" data-action="click->password#toggleVisible">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-4 h-4 text-gray-500 hover:text-gray-800">
          <path stroke-linecap="round" stroke-linejoin="round"
            d="M3.98 8.223A10.477 10.477 0 001.934 12C3.226 16.338 7.244 19.5 12 19.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.45 10.45 0 0112 4.5c4.756 0 8.773 3.162 10.065 7.498a10.523 10.523 0 01-4.293 5.774M6.228 6.228L3 3m3.228 3.228l3.65 3.65m7.894 7.894L21 21m-3.228-3.228l-3.65-3.65m0 0a3 3 0 10-4.243-4.243m4.242 4.242L9.88 9.88">
          </path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-4 h-4 text-gray-500 hover:text-gray-800 hidden">
          <path stroke-linecap="round" stroke-linejoin="round" d="M2.036 12.322a1.012 1.012 0 010-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178z">
          </path>
          <path stroke-linecap="round" stroke-linejoin="round" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path>
        </svg>
      </div>
    </div>
  </fieldset>
  <fieldset class="flex justify-between mt-3">
    <div class="flex items-center">
      <input name="user[remember_me]" type="hidden" value="0" autocomplete="off"><input class="w-4 h-4 border-gray-300 rounded" type="checkbox" value="1" checked="checked" name="user[remember_me]" id="user_remember_me">
      <label class="text-sm text-gray-500 font-normal ml-2" for="user_remember_me">Remember me</label>
    </div>
    <a class="text-black text-xs underline" href="/password/new">Forgot password?</a>
  </fieldset>
  <div class="nfeclrbqgvwzykxij_1715907950">
    <style media="screen">
      .nfeclrbqgvwzykxij_1715907950 {
        display: none;
      }
    </style><label for="nfeclrbqgvwzykxij">Humans, ignore this field</label><input type="text" name="nfeclrbqgvwzykxij" id="nfeclrbqgvwzykxij" autocomplete="off" tabindex="-1"><input type="hidden" name="spinner"
      value="d6b34e38e94b6e3bd2f366d62c8078e2" autocomplete="off">
  </div>
  <fieldset class="mt-8">
    <input type="submit" name="commit" value="Sign in" class="btn-dark-gray bg-gray-900 h-10 w-full" data-disable-with="Sign in">
  </fieldset>
</form>

POST /auth/google_oauth2

<form class="button_to" method="post" action="/auth/google_oauth2"><button data-turbo="false" class="text-gray-900 border border-zinc-200 rounded-md w-full space-x-2 bg-gray-100 hover:bg-gray-200 py-3 flex items-center justify-center self-stretch"
    type="submit">
    <svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none">
      <g id="google">
        <path id="google_2" fill-rule="evenodd" clip-rule="evenodd"
          d="M16.3299 8.18178C16.3299 7.6145 16.279 7.06905 16.1845 6.54541H8.6499V9.63996H12.9554C12.7699 10.64 12.2063 11.4872 11.359 12.0545V14.0618H13.9445C15.4572 12.6691 16.3299 10.6181 16.3299 8.18178Z" fill="#101827"></path>
        <path id="google_3" fill-rule="evenodd" clip-rule="evenodd"
          d="M8.64959 16C10.8096 16 12.6205 15.2837 13.9442 14.0618L11.3587 12.0546C10.6423 12.5346 9.72596 12.8182 8.64959 12.8182C6.56595 12.8182 4.80231 11.4109 4.17322 9.52002H1.50049V11.5928C2.81685 14.2073 5.52232 16 8.64959 16Z"
          fill="#101827"></path>
        <path id="google_4" fill-rule="evenodd" clip-rule="evenodd"
          d="M4.17355 9.51996C4.01355 9.03996 3.92264 8.52724 3.92264 7.99996C3.92264 7.47269 4.01355 6.95996 4.17355 6.47996V4.40723H1.50081C0.958994 5.48723 0.649902 6.70905 0.649902 7.99996C0.649902 9.29087 0.958994 10.5127 1.50081 11.5927L4.17355 9.51996Z"
          fill="#101827"></path>
        <path id="google_5" fill-rule="evenodd" clip-rule="evenodd"
          d="M8.64959 3.18183C9.82414 3.18183 10.8787 3.58546 11.7078 4.37819L14.0023 2.08364C12.6169 0.792729 10.806 0 8.64959 0C5.52232 0 2.81685 1.79273 1.50049 4.40728L4.17322 6.48001C4.80231 4.5891 6.56595 3.18183 8.64959 3.18183Z"
          fill="#101827"></path>
      </g>
    </svg>
    <span>Sign in with Google</span>
  </button><input type="hidden" name="authenticity_token" value="v5U7-bbdZU2JmWwM_skup1HkyIW4BjBcwHVgPtYdQaF0lVRQGRtLGEW9HLi38HROeHCa29-pyMHdObUPruK12A" autocomplete="off"></form>

POST /auth/microsoft_office365

<form class="button_to" method="post" action="/auth/microsoft_office365"><button data-turbo="false"
    class="text-gray-900 border border-zinc-200 rounded-md w-full hover:bg-gray-200 space-x-2 bg-gray-100 py-3 flex items-center justify-center self-stretch" type="submit">
    <svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none">
      <g id="microsoft-icon 1" clip-path="url(#clip0_1922_16154)">
        <path id="Vector" d="M0.5 0H8.103V7.603H0.5V0Z" fill="#101827"></path>
        <path id="Vector_2" d="M8.89697 0H16.5V7.603H8.89697V0Z" fill="#101827"></path>
        <path id="Vector_3" d="M0.5 8.39697H8.103V16H0.5V8.39697Z" fill="#101827"></path>
        <path id="Vector_4" d="M8.89697 8.39697H16.5V16H8.89697V8.39697Z" fill="#101827"></path>
      </g>
      <defs>
        <clipPath id="clip0_1922_16154">
          <rect width="16" height="16" fill="white" transform="translate(0.5)"></rect>
        </clipPath>
      </defs>
    </svg>
    <span>Sign in with Microsoft</span>
  </button><input type="hidden" name="authenticity_token" value="1acpebqn1TYevYrrPBNi1mU69NmDxwA4awvSuJky-kREkFlkaIftNoVFQgNoBWahzR8q8CdeU3UOkogBt28W1Q" autocomplete="off"></form>

Text Content

You need to sign in or sign up before continuing.

Close


SIGN IN

Email


Password

Remember me
Forgot password?
Humans, ignore this field
or
Sign in with Google
Sign in with Microsoft

Don't have an account? Sign up

word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1