client.smartclinic.com Open in urlscan Pro
217.14.177.40  Public Scan

Submitted URL: https://www.client.aplhealth.com/
Effective URL: https://client.smartclinic.com/
Submission: On July 27 via automatic, source certstream-suspicious — Scanned from GB

Form analysis 2 forms found in the DOM

POST https://client.smartclinic.com/auth/login

<form method="POST" action="https://client.smartclinic.com/auth/login" id="login_form">
  <div id="login-steps">
    <!-- Enter Email -->
    <section class="login-step" data-step="1" id="step-1" style="display: block;">
      <h5>Email Address</h5>
      <div class="row collapse">
        <div class="small-3 large-2 columns">
          <span class="prefix">
            <i class="fa fa-envelope"></i>
          </span>
        </div>
        <div class="small-7 large-8 columns">
          <input type="email" name="email" placeholder="Email Address" id="input-email">
        </div>
        <div class="small-2 large-2 columns">
          <button type="button" class="login-next button postfix" disabled="">
            <i class="fa fa-arrow-circle-right"></i>
          </button>
        </div>
      </div>
      <script>
        $('#input-email').on('input paste change keyup blur', function() {
          var disabled = true;
          if ($(this).val().trim() != "") {
            var disabled = false;
          }
          $(this).closest('.login-step').find('.login-next').attr('disabled', disabled);
        });
      </script>
    </section>
    <!-- Enter Password -->
    <section class="login-step" data-step="2" id="step-2" style="display: none;">
      <div class="row">
        <div class="small-9 columns">
          <h5 class="nomargin"> Password <small><i>(<span class="email-display"></span>)</i></small>
          </h5>
        </div>
        <div class="small-3 columns">
          <a class="button tiny" href="https://client.smartclinic.com/">
									Restart <i class="fa fa-undo"></i>
								</a>
        </div>
      </div>
      <div class="row collapse">
        <div class="small-3 large-2 columns">
          <span class="prefix">
            <i class="fa fa-lock"></i>
          </span>
        </div>
        <div class="small-7 large-8 columns">
          <input type="password" name="password" placeholder="Please confirm your password" id="password">
        </div>
        <div class="small-2 large-2 columns">
          <button type="submit" class="button postfix nomargin" disabled="">
            <i class="fa fa-arrow-circle-right"></i>
          </button>
        </div>
      </div>
      <a class="button tiny" id="forgotten-password">
							I forgot my password
						</a>
      <script>
        $('#forgotten-password').on('click', function() {
          $(this).closest('.login-step').hide("slide", {
            direction: "left"
          }, 250, function() {
            // Show PIN or new password generation?
            // Validate Email + Decide What to Do
            $.ajax({
              type: 'post',
              url: "https://client.smartclinic.com/welcome/ajax_check_email",
              data: {
                'email': $('#input-email').val().trim()
              },
              dataType: 'json',
              success: function(data) {
                if (data.password_request) {
                  pin_id = data.password_request;
                  $('#step-5').show("slide", {
                    direction: "right"
                  }, 250);
                } else {
                  $('#step-3').show("slide", {
                    direction: "right"
                  }, 250);
                }
              }
            });
          });
        });
      </script>
    </section>
    <script>
      $('#password').on('input paste change keyup blur', function() {
        var disabled = true;
        if ($(this).val().trim() != "") {
          disabled = false;
        }
        $(this).closest('.login-step').find('button').attr('disabled', disabled);
      });
    </script>
    <!-- Select Password -->
    <section class="login-step" data-step="3" id="step-3" style="display: none;">
      <div class="row">
        <div class="small-9 columns">
          <h5 class="nomargin"> Password Selection <small><i>(<span class="email-display"></span>)</i></small>
          </h5>
        </div>
        <div class="small-3 columns">
          <a class="button tiny" href="https://client.smartclinic.com/">
									Restart <i class="fa fa-undo"></i>
								</a>
        </div>
      </div>
      <p class="small">Hey there. It looks like this is your first time logging in to our client area. Please create a password to continue.</p>
      <div class="row collapse">
        <div class="small-3 large-2 columns">
          <span class="prefix">
            <i class="fa fa-lock"></i>
          </span>
        </div>
        <div class="small-7 large-8 columns">
          <input class="nomargin new-password" type="password" name="password-select" placeholder="New password" id="input-new-password">
        </div>
        <div class="small-2 large-2 columns">
          <button type="button" class="login-next button postfix nomargin" disabled="">
            <i class="fa fa-arrow-circle-right"></i>
          </button>
        </div>
      </div>
      <div class="password-meter" id="password-strength-meter"></div>
      <p class="password-text" id="password-strength-text"></p>
    </section>
    <!-- Confirm password Selection -->
    <section class="login-step" data-step="4" id="step-4" style="display: none;">
      <p class="small">Now please confirm your selection by writing the password again</p>
      <div class="row collapse">
        <div class="small-3 large-2 columns">
          <span class="prefix">
            <i class="fa fa-lock"></i>
          </span>
        </div>
        <div class="small-7 large-8 columns">
          <input class="nomargin new-password" type="password" name="password-confirm" placeholder="Confirm password" id="confirm-new-password">
        </div>
        <div class="small-2 large-2 columns">
          <button type="button" class="login-next button postfix nomargin" disabled="">
            <i class="fa fa-arrow-circle-right"></i>
          </button>
        </div>
      </div>
      <div class="password-meter" id="password-strength-meter"></div>
      <p class="password-text" id="password-strength-text"></p>
    </section>
    <!-- PIN Confirmation -->
    <section class="login-step" data-step="5" id="step-5" style="display: none;">
      <h5> PIN Confirmation <i>(<span class="email-display"></span>)</i>
      </h5>
      <p class="small">We've sent a PIN number to your email address, please enter it here to activate your account</p>
      <div class="row collapse">
        <div class="small-3 large-2 columns">
          <span class="prefix">
            <i class="fa fa-asterisk"></i>
          </span>
        </div>
        <div class="small-7 large-8 columns">
          <input class="nomargin pin-entry text-center" type="password" name="pin" placeholder="Your PIN" maxlength="4">
        </div>
        <div class="small-2 large-2 columns">
          <button type="submit" class="button postfix nomargin" disabled="" id="submit-pin">
            <i class="fa fa-arrow-circle-right"></i>
          </button>
        </div>
      </div>
      <br>
      <p>
        <b>Didn't get our email?</b>
        <br> Check your junk folder, or click <a id="resend-pin">here</a> to resend.
      </p>
      <p>
        <b>Can't remember the password you chose?</b>
        <br> That's alright, click <a id="retry-password">here</a> to choose again.
      </p>
      <script>
        $('.pin-entry').on('input paste change keyup blur', function(e) {
          $(this).val($(this).val().trim().replace(/\D/g, ''));
          var submit = true;
          if ($('.pin-entry').length == 1) {
            if ($(this).val().trim().length < $(this).attr('maxlength')) {
              submit = false;
            }
          } else {
            $('.pin-entry').each(function() {
              if ($(this).val().trim().replace(/\D/g, '') == "") {
                submit = false;
              }
            });
          }
          if (submit) {
            // Enable button
            $('#submit-pin').attr('disabled', false);
          } else {
            $('#submit-pin').attr('disabled', true);
          }
        });
        $('#submit-pin').on('click', function(e) {
          e.preventDefault();
          $(this).attr('disabled', true);
          var submit = true;
          $('.pin-entry').each(function() {
            if ($(this).val().trim() == "") {
              submit = false;
            }
          });
          if (submit) {
            $('#login_form').submit();
          } else {
            $(this).attr('disabled', false);
          }
        });
        $('#resend-pin').on('click', function() {
          var resend_btn = $(this);
          resend_btn.attr('disabled', true);
          resend_btn.html('<i class="fa fa-fw fa-spin fa-spinner"></i>');
          // Validate Email + Decide What to Do
          $.ajax({
            type: 'post',
            url: "https://client.smartclinic.com/welcome/ajax_resend_pin",
            data: {
              'email': $('#input-email').val().trim()
            },
            dataType: 'json',
            success: function(data) {
              resend_btn.html('here');
              resend_btn.attr('disabled', false);
            }
          });
        });
        $('#retry-password').on('click', function() {
          $(this).closest('.login-step').hide("slide", {
            direction: "left"
          }, 250, function() {
            $('#step-3').show("slide", {
              direction: "right"
            }, 250);
          });
        });
      </script>
    </section>
  </div>
</form>

POST https://client.smartclinic.com/auth/reset-password-request

<form action="https://client.smartclinic.com/auth/reset-password-request" method="POST">
  <div class="row">
    <div class="small-6 columns">
    </div>
    <div class="small-6 columns"> Email </div>
    <div class="small-6 columns"><input type="email" name="forgotten-email" placeholder="Email"></div>
    <div class="small-6 columns">New Password</div>
    <div class="small-6 columns">
      <input type="password" name="password_1" id="password_forgotten" class="mb-0" placeholder="Password">
      <div class="password-meter" id="password-strength-meter2"></div>
      <p id="password-strength-text2"></p>
    </div>
    <div class="small-6 columns">Retype Password</div>
    <div class="small-6 columns"><input type="password" name="password_2" id="password_forgotten_2" placeholder="Retype Password"></div>
    <div class="large-12 columns">
      <input type="submit" name="forgotten-password" id="forgotten-password-btn" value="Reset" class="button expand small">
    </div>
  </div>
</form>

Text Content

CLIENT AREA | LOG IN


HOW TO LOG IN

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



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



EMAIL ADDRESS



PASSWORD ()

Restart

I forgot my password

PASSWORD SELECTION ()

Restart

Hey there. It looks like this is your first time logging in to our client area.
Please create a password to continue.






Now please confirm your selection by writing the password again






PIN CONFIRMATION ()

We've sent a PIN number to your email address, please enter it here to activate
your account




Didn't get our email?
Check your junk folder, or click here to resend.

Can't remember the password you chose?
That's alright, click here to choose again.

Terms and Conditions
×


DATA POLICY

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

By logging in to this site you are agreeing to our cookie policy. It is expected
that you are an authorised user. If you are not please leave this page
immediately. Any unauthorised log in attempts are monitored. All successful log
in attempts are recorded. If you are logging in to this service outside of the
office it will be recorded as such. If you have forgotten your log in details
please contact your supervisor. This System was designed and developed by
Impactus Data Solutions. If you have any issues viewing this page please contact
a system administrator.

Read our full data policy


FORGOTTEN YOUR PASSWORD?

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



×

Don't worry, enter your details below and we'll send out the details on how to
update it

Email

New Password



Retype Password


×