mcg.mediastore.dev Open in urlscan Pro
108.138.36.33  Public Scan

Submitted URL: https://mcg.mediastore.dev/
Effective URL: https://mcg.mediastore.dev/login
Submission: On July 11 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST

<form ng-if="!signedIn" method="post" class="login-form ng-pristine ng-valid ng-scope" novalidate="novalidate" ng-submit="login()">
  <h3 class="form-title">Login to your Account</h3>
  <div class="form-group" catch-model-field-errors="true" model="user" field="email">
    <!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
    <label class="control-label visible-ie8 visible-ie9">Username</label>
    <div class="input-icon">
      <i class="fa fa-user"></i>
      <input class="form-control placeholder-no-fix ng-pristine ng-untouched ng-valid ng-empty" type="text" ng-model="user.email" placeholder="Email" model="user" field="email" autocomplete="off" validate="true" focus-input="true"
        validate-presence="true" validate-email="true">
    </div>
    <span class="help-block hidden-by-default"></span>
  </div>
  <div class="form-group" catch-model-field-errors="true" model="user" field="password">
    <label class="control-label visible-ie8 visible-ie9">Password</label>
    <div class="input-icon">
      <i class="fa fa-lock"></i>
      <input type="password" ng-model="user.password" placeholder="Password" model="user" field="password" autocomplete="off" class="form-control placeholder-no-fix ng-pristine ng-untouched ng-valid ng-empty" validate="true" validate-length="true"
        validate-length-minimum="5">
    </div>
    <span class="help-block hidden-by-default"></span>
  </div>
  <input type="hidden" ng-model="user.affiliation_id" name="affiliation_id" class="ng-pristine ng-untouched ng-valid ng-empty">
  <div class="form-actions">
    <button class="btn btn-success uppercase" type="submit" ng-disabled="$tracker.isLocked()">Login</button>
    <a ui-sref="signedOut.um.passwordsNew" id="forget-password" class="forget-password" href="/um/passwords/new">Recover Password</a>
  </div>
  <!-- ngIf: ssoLink -->
  <div class="create-account">
    <p>
      <a ui-sref="blank.wide.um.registrationsNew" id="register-btn" class="uppercase" href="/um/registrations/new">Create an account</a>
    </p>
  </div>
</form>

Text Content

LOGIN TO YOUR ACCOUNT

Username

Password

Login Recover Password

Create an account