lifecarediagnostics.lk Open in urlscan Pro
66.29.140.48  Public Scan

Submitted URL: http://lifecarediagnostics.lk/
Effective URL: https://lifecarediagnostics.lk/auth/login
Submission: On July 25 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST auth/login

<form class="form-signin" method="post" action="auth/login">
  <img class="img-fluid" alt="LifeCare Diagnostics" src="uploads/Logo.png">
  <h2 class="login form-signin-heading">Login to view/ download reports</h2>
  <div id="infoMessage"></div>
  <div class="login-wrap">
    <input type="text" class="form-control" name="identity" placeholder="User Email" autofocus="">
    <input type="password" class="form-control" name="password" placeholder="Password">
    <div class="d-flex justify-content-between align-items-center">
      <!-- Checkbox -->
      <div class="form-check mb-0">
        <input class="form-check-input me-2" type="checkbox" value="" id="form2Example3">
        <label class="form-check-label" for="form2Example3">Remember me</label>
      </div>
      <a href="#myModal" class="text-body text-" data-toggle="modal">Forgot password?</a>
    </div>
    <div class="mt-2">
      <button class="btn btn-primary btn-block" type="submit">Sign in</button>
    </div>
  </div>
</form>

POST auth/forgot_password

<form method="post" action="auth/forgot_password">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
    <h4 class="modal-title">Forgot Password ?</h4>
  </div>
  <div class="modal-body">
    <p>Enter your e-mail address below to reset your password.</p>
    <input type="text" name="email" placeholder="Email" autocomplete="off" class="form-control placeholder-no-fix">
  </div>
  <div class="modal-footer">
    <button data-dismiss="modal" class="btn btn-primary" type="button">Cancel</button>
    <input class="btn btn-primary" type="submit" name="submit" value="submit">
  </div>
</form>

Text Content

LOGIN TO VIEW/ DOWNLOAD REPORTS


Remember me
Forgot password?
Sign in
×

FORGOT PASSWORD ?

Enter your e-mail address below to reset your password.

Cancel