app.reputation.com Open in urlscan Pro
2600:1901:0:84f::  Public Scan

Submitted URL: http://app.reputation.com/
Effective URL: https://app.reputation.com/auth
Submission: On September 20 via manual from IN — Scanned from DE

Form analysis 1 forms found in the DOM

Name: form

<form r4e-form="" name="form" ng-submit="auth.login(auth.credentials)" novalidate="" ng-if="auth.state === auth.States.Login" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email">
  <div class="login-wrapper" r4e-overlay="auth.persistentLoginError" style="position: static;">
    <div class="r4e-overlay spinner-mode ng-hide" ng-show="isWorking() || hasFailed()"><span class="h4 text-danger ng-hide" role="alert" ng-show="hasFailed()" title=""
        ng-bind="errorMessage | translate"></span><i ng-show="hasFailed() === false" class="spinner icon-spinner animate-spin"></i></div>
    <div class="row">
      <div class="col-xs-12">
        <div class="alert alert-danger ng-hide" ng-show="auth.errorMessage !== ''">
          <div ng-bind="auth.errorMessage | translate"></div>
        </div>
        <div class="alert alert-danger ng-hide" ng-show="!auth.errorMessage.length &amp;&amp; ((!form.email.$pristine &amp;&amp; form.email.$invalid) || (!form.password.$pristine &amp;&amp; form.password.$invalid))">
          <div ng-bind="'INVALID_CREDENTIALS' | translate">Invalid Email and/or Password. Please retry.</div>
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-xs-12">
        <div class="form-group">
          <label for="email" ng-bind="'EMAIL_ADDRESS' | translate">Email Address</label>
          <input type="email" name="email" class="form-control static ng-pristine ng-invalid ng-invalid-required ng-valid-email ng-touched" ng-required="true" r4e-focus="" ng-model="auth.credentials.email"
            ng-model-options="{debounce: {'default': 300, 'blur': 0}}" required="required" style="">
        </div>
      </div>
      <div class="col-xs-12">
        <div class="form-group">
          <label for="password" ng-bind="'PASSWORD' | translate">Password</label>
          <input type="password" name="password" class="form-control static ng-pristine ng-untouched ng-invalid ng-invalid-required" ng-required="true" ng-model="auth.credentials.password" ng-model-options="{debounce: {'default': 300, 'blur': 0}}"
            required="required">
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-xs-12">
        <div class="form-group">
          <input type="hidden" name="_csrf" value="">
          <button class="btn btn-lg btn-primary btn-block" type="submit" ng-bind="'LOGIN' | translate">Log In</button>
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-xs-12">
        <input type="checkbox" ng-model="auth.credentials.persist" class="ng-pristine ng-untouched ng-valid">&nbsp;<span ng-bind="'REMEMBER_ME' | translate">Remember me for 30 days</span>
        <hr>
        <a class="btn-link pull-left" ng-bind="'FORGOT_PASSWORD' | translate" ng-click="auth.goToState('forgot-password')">Forgot your password?</a>
        <a class="btn-link pull-left sso-link" ng-bind="'SSO_AUTHENTICATION' | translate" ng-click="auth.goToState('sso-issuer')">Single Sign-On Authentication</a>
      </div>
    </div>
  </div>
</form>

Text Content

× Close

Invalid Email and/or Password. Please retry.
Email Address
Password
Log In
 Remember me for 30 days

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

Forgot your password? Single Sign-On Authentication
Copyright © 2023 Reputation.com, Inc. | Privacy Notice | Terms of use