pr-6926-alb.teamengine.co.uk Open in urlscan Pro
52.211.19.156  Public Scan

Submitted URL: https://pr-6926-alb.teamengine.co.uk/
Effective URL: https://pr-6926-alb.teamengine.co.uk/sessions/new
Submission: On May 03 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST /sessions

<form action="/sessions" method="post" id="session-form" class="">
  <input name="_csrf_token" type="hidden" hidden="" value="FXcxAyYWWhEjMkEfMX87VyUxMVkDIw0EDAWaTwwsqYxOc9Y3CYAntnC4">
  <div class="hidden" id="session-form-scroll-hook" phx-hook="ScrollToInvalidField"></div>
  <div class="flex flex-col space-y-6 ">
    <div id="session-form_email-container" phx-feedback-for="session[email]" class="flex flex-col gap-2 col-span-full col-start-1">
      <div class="flex justify-between gap-2 col-span-full ">
        <span class="flex flex-grow gap-2">
          <label for="session-form_email" class="text-gray-900">
            <span class="inline w-full font-medium"> Email </span>
          </label>
          <span class="relative">
            <button type="button" class="flex items-center font-medium no-underline tooltip-new-toggle" aria-describedby="session-form_email-tooltip" id="session-form_email-tooltip-button"
              phx-click="[[&quot;dispatch&quot;,{&quot;to&quot;:&quot;#session-form_email-tooltip&quot;,&quot;event&quot;:&quot;tooltip-show&quot;}]]" tabindex="-1">
              <span class="hero-question-mark-circle-solid w-5 h-5 ml-1"></span>
            </button>
            <div id="session-form_email-tooltip" data-button-id="session-form_email-tooltip-button" role="tooltip" class="tooltip-new" phx-hook="Tooltip" phx-click-away="[[&quot;dispatch&quot;,{&quot;event&quot;:&quot;tooltip-hide&quot;}]]">
              <span class="tooltip-new-content" data-content="The email address of your existing Engine account."></span>
              <button type="button" phx-click="[[&quot;dispatch&quot;,{&quot;event&quot;:&quot;tooltip-hide&quot;}]]" class="absolute top-2 right-2">
                <span class="hero-x-mark w-4 h-4 text-primary-700"></span>
              </button>
            </div>
          </span>
        </span>
      </div>
      <div class="relative">
        <div class="absolute inset-y-0 left-0 flex items-center text-gray-500 pointer-events-none pl-4">
        </div>
        <input type="email" name="session[email]" id="session-form_email"
          class="border bg-white rounded w-full py-3 px-4 resize-vertical focus:outline-none focus:ring-2 focus:border-primary focus:ring-primary-100 disabled:bg-gray-50 disabled:cursor-not-allowed read-only:bg-gray-50 " autocomplete="email">
        <div class="absolute inset-y-0 right-0 flex items-center pr-4 text-gray-500 pointer-events-none">
        </div>
      </div>
    </div>
    <div id="session-form_password-container" phx-feedback-for="session[password]" x-data="{ show: true }" class="flex flex-col gap-2 col-span-full col-start-1">
      <div class="flex justify-between gap-2 col-span-full ">
        <span class="flex flex-grow gap-2">
          <label for="session-form_password" class="text-gray-900">
            <span class="inline w-full font-medium"> Password </span>
          </label>
          <span class="relative">
            <button type="button" class="flex items-center font-medium no-underline tooltip-new-toggle" aria-describedby="session-form_password-tooltip" id="session-form_password-tooltip-button"
              phx-click="[[&quot;dispatch&quot;,{&quot;to&quot;:&quot;#session-form_password-tooltip&quot;,&quot;event&quot;:&quot;tooltip-show&quot;}]]" tabindex="-1">
              <span class="hero-question-mark-circle-solid w-5 h-5 ml-1"></span>
            </button>
            <div id="session-form_password-tooltip" data-button-id="session-form_password-tooltip-button" role="tooltip" class="tooltip-new" phx-hook="Tooltip" phx-click-away="[[&quot;dispatch&quot;,{&quot;event&quot;:&quot;tooltip-hide&quot;}]]">
              <span class="tooltip-new-content" data-content="Reminder: minimum 8 characters, with at least 1 capital letter, 1 number and 1 symbol."></span>
              <button type="button" phx-click="[[&quot;dispatch&quot;,{&quot;event&quot;:&quot;tooltip-hide&quot;}]]" class="absolute top-2 right-2">
                <span class="hero-x-mark w-4 h-4 text-primary-700"></span>
              </button>
            </div>
          </span>
        </span>
        <a @click.prevent="show = !show" class="flex flex-row no-underline cursor-pointer text-primary">
        <span x-show="show">
          <span class="hero-eye-solid flex-shrink-0 w-5 h-5 mr-2"></span>
        </span>
        <span x-show="!show" style="display: none;">
          <span class="hero-eye-slash-solid flex-shrink-0 w-5 h-5 mr-2"></span>
        </span>
        <span class="w-10" x-text=" show ? 'Show' : 'Hide' ">Show</span>
      </a>
      </div>
      <input type="password" name="session[password]" id="session-form_password" x-bind:type="show ? 'password' : 'text'"
        class="border bg-white rounded w-full py-3 px-4 resize-vertical focus:outline-none focus:ring-2 focus:border-primary focus:ring-primary-100 disabled:bg-gray-50 disabled:cursor-not-allowed read-only:bg-gray-50 "
        autocomplete="current-password">
    </div>
    <div class="mb-6">
      <a href="/password/new">
      Forgot password?
    </a>
    </div>
    <button
      class="inline-flex items-center font-semibold no-underline border border-transparent rounded shadow-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary focus-within:outline-none focus-within:ring-2 focus-within:ring-offset-2 focus-within:ring-primary disabled:text-gray-400 disabled:bg-gray-200 disabled:hover:bg-gray-200 disabled:cursor-not-allowed phx-submit-loading:bg-gray-200 phx-submit-loading:hover:bg-gray-200 h-12 px-6 py-2 text-lg text-white bg-primary border-primary hover:bg-primary-700 w-full justify-center"
      type="submit"> Log in </button>
  </div>
</form>

Text Content

You're seeing our new design! (switch to the old design)
Team Engine Logo

 * We lost the internet, reconnecting










LOG IN


Email


Password

Show
Forgot password?
Log in

New to Engine? Create an account

Contact Help Terms Privacy
www.teamengine.co.uk