www.hr-dev.aliansoftware.net Open in urlscan Pro
198.23.58.204  Public Scan

URL: https://www.hr-dev.aliansoftware.net/
Submission: On April 24 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST /

<form action="/" method="POST">
  <!-- Email input -->
  <div class="form-outline mb-4">
    <label class="form-label" for="form3Example3">Enter Your ID</label>
    <input type="text" id="form3Example3" class="form-control form-control-lg" placeholder="Enter an UserID" autocomplete="off" name="email" required="">
  </div>
  <!-- Password input -->
  <div class="form-outline mb-3">
    <label class="form-label" for="form3Example4">Password</label>
    <input type="password" id="form3Example4" class="form-control form-control-lg" placeholder="Enter password" autocomplete="off" name="password" required="">
  </div>
  <label class="text-danger p-2"> </label>
  <div class="d-flex justify-content-between align-items-center">
    <div class="text-center text-lg-start mt-4 pt-2">
      <a href="/dashboard">
                <button type="submit" class="btn btn-primary btn-lg" style="padding-left: 2.5rem; padding-right: 2.5rem;">
                  Login
                </button>
              </a>
    </div>
    <div class="dropdown mt-4">
      <button class="btn btn-secondary border-1 " type="button" data-bs-toggle="modal" data-bs-target="#exampleModal" aria-haspopup="true" aria-expanded="false"> Forgot password? </button>
    </div>
  </div>
</form>

POST /forgot_password

<form action="/forgot_password" method="POST" id="forgot_password">
  <div class="modal-body">
    <label for="email">Enter Email</label>
    <input type="email" name="email" id="email" value="" class="form-control">
  </div>
  <div class="modal-footer">
    <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
    <button type="submit" value="submit" class="btn btn-primary">Send Mail</button>
  </div>
</form>

Text Content

Enter Your ID
Password
Login
Forgot password?

MAIL TO NEW EMPLOYEE CREATE

Enter Email
Close Send Mail