qa-rnb.projects.aveosoft.site Open in urlscan Pro
103.154.233.194  Public Scan

Submitted URL: http://qa-rnb.projects.aveosoft.site/
Effective URL: https://qa-rnb.projects.aveosoft.site/public/login
Submission: On December 25 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

POST https://qa-rnb.projects.aveosoft.site/public/postlogin

<form class="auth-login-form mb-2 mt-2" action="https://qa-rnb.projects.aveosoft.site/public/postlogin" method="POST" novalidate="novalidate">
  <input type="hidden" name="_token" value="uf48hSPEDDL2KT640Uc3yk4UKkxLgmDixu9UKZe2">
  <div class="form-group">
    <label for="login-email" class="form-label">User Name</label>
    <input type="text" class="form-control" id="username" name="username" placeholder="john@example.com" aria-describedby="login-email" tabindex="1" autofocus="">
  </div>
  <div class="form-group">
    <div class="d-flex justify-content-between password-box">
      <label for="login-password">Password</label>
    </div>
    <div class="input-group input-group-merge form-password-toggle">
      <input type="password" class="form-control form-control-merge" id="password" name="password" tabindex="2" aria-describedby="login-password">
      <div class="input-group-append">
        <span class="input-group-text cursor-pointer" onclick="password_show_hide()">
          <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-eye fas fa-eye" id="show_eye">
            <path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
            <circle cx="12" cy="12" r="3"></circle>
          </svg>
          <i class="fas fa-eye-slash d-none" id="hide_eye"></i>
        </span>
      </div>
    </div>
  </div>
  <div class="d-flex form-group justify-content-between">
    <div class="custom-control custom-checkbox">
      <input class="custom-control-input" type="checkbox" name="remember_me" id="remember-me" tabindex="3">
      <label class="custom-control-label" for="remember-me"> Remember Me </label>
    </div>
    <a href="javascript:void(0);" class="forgot-text" data-repeater-create="" data-toggle="modal" data-backdrop="false" data-target="#forgotpassword" style="display:none;">
                                            Forgot Password?
                                        </a>
  </div>
  <button class="btn btn-primary btn-block btn-login waves-effect waves-float waves-light" tabindex="4">Login</button>
</form>

<form id="forgotPasswordForm" novalidate="novalidate">
  <input type="hidden" name="_token" value="uf48hSPEDDL2KT640Uc3yk4UKkxLgmDixu9UKZe2">
  <div class="modal-body">
    <div class="row">
      <div class="col-md-12" bis_skin_checked="1">
        <label>Email</label>
        <div class="form-group" bis_skin_checked="1">
          <input type="text" id="email" name="email" placeholder="Enter your email id" class="form-control">
          <span id="errorEmail" style="color: red"></span>
        </div>
      </div>
    </div>
  </div>
  <div class="modal-footer">
    <button type="button" class="btn btn-outline-dark waves-effect" data-dismiss="modal">Cancel</button>
    <button type="button" class="btn btn-primary waves-effect waves-float waves-light" id="create_forgotPassword">Submit</button>
  </div>
</form>

<form class="forgotpasswordOTP" id="forgotpasswordOTPForm">
  <h6>Type your 6 digit security code</h6>
  <div class="auth-input-wrapper d-flex align-items-center justify-content-between">
    <input type="text" class="form-control auth-input height-50 text-center numeral-mask mx-25 mb-1" maxlength="1" autofocus="" name="o_one" id="one">
    <input type="text" class="form-control auth-input height-50 text-center numeral-mask mx-25 mb-1" maxlength="1" name="o_two" id="two">
    <input type="text" class="form-control auth-input height-50 text-center numeral-mask mx-25 mb-1" maxlength="1" name="o_three" id="three">
    <input type="text" class="form-control auth-input height-50 text-center numeral-mask mx-25 mb-1" maxlength="1" name="o_four" id="four">
    <input type="text" class="form-control auth-input height-50 text-center numeral-mask mx-25 mb-1" maxlength="1" name="o_five" id="five">
    <input type="text" class="form-control auth-input height-50 text-center numeral-mask mx-25 mb-1" maxlength="1" name="o_six" id="six">
  </div>
  <span id="errorOtp" style="color: red"></span>
  <button type="button" class="btn btn-primary w-100 waves-effect waves-float waves-light" tabindex="4" id="sendOtp">Submit</button>
</form>

<form class="auth-reset-password-form mt-25" id="resetPasswordForm">
  <div class="modal-body">
    <div class="row">
      <div class="col-md-12" bis_skin_checked="1">
        <span id="successMsg" style="color: green" class="fw-bolder text-center d-block font-medium-2 mb-75"></span>
        <div class="form-group">
          <div class="d-flex justify-content-between">
            <label for="reset-password-new">New Password</label>
          </div>
          <div class="input-group input-group-merge form-password-toggle">
            <input type="password" class="form-control form-control-merge" id="newPassword" name="new_password" placeholder="············" aria-describedby="reset-password-new" tabindex="1" autofocus="">
            <div class="input-group-append">
              <span class="input-group-text cursor-pointer"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
                  class="feather feather-eye">
                  <path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
                  <circle cx="12" cy="12" r="3"></circle>
                </svg></span>
            </div>
          </div>
        </div>
        <div class="form-group">
          <div class="d-flex justify-content-between">
            <label for="reset-password-confirm">Confirm Password</label>
          </div>
          <div class="input-group input-group-merge form-password-toggle">
            <input type="password" class="form-control form-control-merge" id="confirmPassword" name="confirm_password" placeholder="············" aria-describedby="reset-password-confirm" tabindex="2">
            <div class="input-group-append">
              <span class="input-group-text cursor-pointer"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
                  class="feather feather-eye">
                  <path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
                  <circle cx="12" cy="12" r="3"></circle>
                </svg></span>
            </div>
          </div>
        </div>
        <span id="errorPassword" style="color: red"></span>
      </div>
    </div>
  </div>
  <div class="modal-footer">
    <button type="button" class="btn btn-primary waves-effect waves-float waves-light" id="resetPassword">Submit</button>
  </div>
</form>

Text Content

--------------------------------------------------------------------------------

WELCOME

Please sign-in to your account

User Name
Password

Remember Me
Forgot Password?
Login

FORGOT PASSWORD?

×
Email

Cancel Submit

OTP

×

TYPE YOUR 6 DIGIT SECURITY CODE


Submit

Didn’t get the code? Resend

NEW PASSWORD

×
New Password

Confirm Password

Submit