app.lightpost.app Open in urlscan Pro
45.33.14.30  Public Scan

Submitted URL: https://app.lightpost.app/
Effective URL: https://app.lightpost.app/login
Submission: On August 24 via automatic, source certstream-suspicious

Form analysis 2 forms found in the DOM

POST https://app.lightpost.app/login

<form x-show="!showForgotPasswordForm" action="https://app.lightpost.app/login" class="space-y-6" method="post">
  <div>
    <label for="email" class="block text-sm font-medium text-gray-700"> Email </label>
    <div class="mt-1">
      <input x-model="email_field" autofocus="" id="email" name="user_name" type="text" autocomplete="email" required=""
        class="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
    </div>
  </div>
  <div>
    <label for="password" class="block text-sm font-medium text-gray-700"> Password </label>
    <div class="mt-1">
      <input id="password" name="password" type="password" autocomplete="current-password" required=""
        class="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
    </div>
  </div>
  <div class="flex items-center justify-between">
    <div class="flex items-center">
      <input id="remember_me" name="remember_me" type="checkbox" class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded">
      <label for="remember_me" class="ml-2 block text-sm text-gray-900"> Remember me </label>
    </div>
    <div class="text-sm">
      <a @click="showForgotPasswordForm = !showForgotPasswordForm" class="font-medium text-blue-600 hover:text-blue-500 cursor-pointer">
                            Forgot your password?
                        </a>
    </div>
  </div>
  <div>
    <button type="submit" class="w-full flex justify-center py-2 px-4 border border-transparent rounded-md shadow-sm font-medium text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"> Sign
      in </button>
  </div>
  <input type="hidden" name="_token" value="dc2gMTNAEKP7PKUmBfW28yIiwvgquRdhLisnnDbA">
</form>

POST https://app.lightpost.app/password/email

<form x-show="showForgotPasswordForm" action="https://app.lightpost.app/password/email" class="space-y-6" method="post" style="display:none;" id="password-reset-form">
  <div>
    <label for="email_for_password_reset" class="block text-sm font-medium text-gray-700"> Email </label>
    <div class="mt-1">
      <input x-model="email_field" id="email_for_password_reset" name="email" type="text" autocomplete="email" required=""
        class="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
    </div>
  </div>
  <div>
    <button type="submit" class="w-full flex justify-center py-2 px-4 border border-transparent rounded-md shadow-sm font-medium text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"> Send
      Password Reset Link </button>
  </div>
  <div class="flex items-center justify-between">
    <div class="text-sm">
      <a @click="showForgotPasswordForm = !showForgotPasswordForm" class="font-medium text-blue-600 hover:text-blue-500 cursor-pointer">
                            ← Go Back to Login
                        </a>
    </div>
  </div>
  <input type="hidden" name="_token" value="dc2gMTNAEKP7PKUmBfW28yIiwvgquRdhLisnnDbA">
</form>

Text Content

Email

Password

Remember me
Forgot your password?
Sign in
Email

Send Password Reset Link
← Go Back to Login

© 2021 Lightpost - Tiny Bit Farm LLC