stratton.verimoto.com Open in urlscan Pro
104.210.117.43  Public Scan

Submitted URL: https://bnc.lt/YJah/2v7JwiTkCjb
Effective URL: https://stratton.verimoto.com/?_branch_match_id=967289907518103423
Submission: On September 17 via manual from AU — Scanned from DE

Form analysis 3 forms found in the DOM

Name: form

<form class="login-form col-md-12 col-sm-12 col-xs-12 clearfix ng-pristine ng-valid-email ng-invalid ng-invalid-required" name="form" ng-submit="login.login()" autocomplete="off">
  <h3 class="form-title text-center">Sign In</h3>
  <div class="form-group clearfix">
    <p style="color:gray;margin-top:15px;margin-bottom:5px">Hey, it’s good to see you again</p>
    <label class="control-label visible-ie8 visible-ie9">Email</label>
    <input autofocus="autofocus" type="email" class="form-control placeholder-no-fix ng-pristine ng-untouched ng-valid ng-not-empty ng-valid-email ng-valid-required" autocomplete="off" placeholder="Email" ng-model="loginModel.Email" required="">
  </div>
  <div class="form-group clearfix">
    <label class="control-label visible-ie8 visible-ie9">Password</label>
    <input type="password" class="form-control placeholder-no-fix ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="Password" autocomplete="new-password" ng-model="loginModel.Password" required="">
  </div>
  <div class="form-group clearfix" style="margin-bottom:10px">
    <button style="margin-bottom:0" type="submit" class="btn btn-lightblue btn-lg col-md-12 col-sm-12 col-xs-12" ng-click="loginFunction()" ng-disabled="buttonDisabled ||
                            loginModel.Password == '' || loginModel.Password == null || loginModel.Password == undefined ||
                            loginModel.Email == '' || loginModel.Email == null || loginModel.Email == undefined" disabled="disabled"> Sign In </button>
  </div>
  <!-- ngIf: googleLogin -->
  <div ng-if="googleLogin" class="col-md-12 col-sm-12 col-xs-12 clearfix text-center ng-scope" style="padding:0">
    <button class="btn btn-default googlePlus" type="button" ng-click="googlePlusLogin($event)">
      <!-- ngIf: isIe -->
      <!-- ngIf: !isIe --><img ng-if="!isIe" src="assets/res/img/google_login.png" srcset="assets/res/img/google_login@1x.png, assets/res/img/google_login@2x.png 2x" class="ng-scope"><!-- end ngIf: !isIe -->
    </button>
  </div><!-- end ngIf: googleLogin -->
  <div class="forget-password text-right clearfix">
    <a data-ui-sref="forgotPassword({role: 'Collector'})" href="#/forgot-password?role=Collector">Forgot password?</a>
  </div>
  <div class="form-group cleartfix" style="margin-bottom:0">
    <p>Don't have an account? <a data-ui-sref="registration" href="#/registration">Sign Up</a></p>
    <!-- ngIf: privacyPolicy != null || importantInfo != null -->
  </div>
</form>

Name: twoFactorForm

<form class="login-form col-md-12 col-sm-12 col-xs-12 clearfix ng-pristine ng-valid" name="twoFactorForm" style="padding:0">
  <div class="modal-body clearfix" style="padding-left:20px;padding-right:20px">
    <p style="font-size:15px"> Enter a verification code <br>
      <small style="font-size:75%">A verification code has been sent to you</small>
    </p>
    <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="twoFactorCode" placeholder="Enter the 5-digit code">
    <!-- ngIf: errorMessage.length > 0 -->
    <div class="send_code__box col-md-12 col-sm-12 col-xs-12 clearfix" style="display:none;padding-left:0;padding-right:0">
      <p style="margin-top:5px">If you haven't received the code yet, press the button below to resend. <a href="javascript:void(0);" ng-click="requestNewCode()">Resend Code</a></p>
    </div>
  </div>
  <div class="modal-footer clearfix col-md-12 col-sm-12 col-xs-12" style="padding-left:20px;padding-right:20px;padding-top:5px">
    <button style="width:100%!important" class="btn btn-default btn-lightblue" ng-click="loginFunction()" ng-disabled="twoFactorCode == null || twoFactorCode == undefined || twoFactorCode == '' ||
                                buttonDisabled" disabled="disabled">Verify</button>
  </div>
</form>

Name: loginFormSession

<form name="loginFormSession" ng-submit="lmctrl.doLogin()" autocomplete="off" class="ng-pristine ng-invalid ng-invalid-required">
  <div class="modal-body">
    <!-- ngIf: lmctrl.errorMessage.length == null -->
    <p ng-if="lmctrl.errorMessage.length == null" class="alert alert-info text-center ng-scope" style="margin-top: 15px;">Your session has expired. Please log in again.</p><!-- end ngIf: lmctrl.errorMessage.length == null -->
    <!-- ngIf: lmctrl.errorMessage.length > 0 -->
    <div class="profile-image text-center">
      <img style="border-radius:50%;">
    </div>
    <!-- ngIf: lmctrl.showEmail -->
    <div class="form-group col-md-8 col-md-offset-2" ng-show="lmctrl.twoFactorToken == null">
      <label>Password: </label>
      <input type="password" ng-model="lmctrl.password" autocomplete="abcdefg" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-required="lmctrl.twoFactorToken == null" required="required">
    </div>
    <span ng-show="lmctrl.twoFactorToken != null" class="ng-hide">
      <p style="font-size: 15px; margin-top: 15px"> Enter a verification code <br>
        <small style="font-size: 75%">A verification code has been sent to you</small>
      </p>
      <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-required" placeholder="Enter the 5-digit code" ng-required="lmctrl.twoFactorToken != null" ng-model="lmctrl.twoFactorCode">
      <div class="send_code__box col-md-12 col-sm-12 col-xs-12 clearfix" style="display: none; padding-left: 0px; padding-right: 0px">
        <p style="margin-top: 5px"> If you haven't received the code yet, press the button below to resend. <a href="javascript:void(0);" ng-click="lmctrl.requestNewCode()">Resend Code</a>
        </p>
      </div>
    </span>
  </div>
  <div class="modal-footer">
    <button type="button" class="btn btn-default" ng-click="lmctrl.exit()">Logout</button>
    <button type="submit" class="btn btn-primary ng-binding" ng-disabled="loginFormSession.$invalid" disabled="disabled"> Login</button>
  </div>
</form>

Text Content

SIGN IN

Hey, it’s good to see you again

Email
Password
Sign In

Forgot password?

Don't have an account? Sign Up


×

2-STEP VERIFICATION

Enter a verification code
A verification code has been sent to you

If you haven't received the code yet, press the button below to resend. Resend
Code

Verify

Your session has expired. Please log in again.


Password:

Enter a verification code
A verification code has been sent to you

If you haven't received the code yet, press the button below to resend. Resend
Code

Logout Login