dashboard.alertmedia.com Open in urlscan Pro
3.214.25.196  Public Scan

Submitted URL: https://link.alertmedia.com/ls/click?upn=-2FduybID-2B3rfPuZYtFzHOsBhL7-2Br6QsZRWDf5NDRadVBoODoo8Y1NbNVNzTvAD757Xjey_bwp0IGwr...
Effective URL: https://dashboard.alertmedia.com/
Submission: On November 22 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

Name: form

<form novalidate="" class="form-vertical login-form ng-pristine ng-invalid ng-invalid-required" name="form" ng-submit="login(user)">
  <div class="top-holder">
    <div class="row text-center"><img src="assets/am_logo.svg" class="am-logo"></div>
    <div class="row">
      <div class="effect-holder"><input type="text" id="inputName" ng-model="user.username" name="username" class="input-text input-effect ng-pristine ng-empty ng-invalid ng-invalid-required ng-touched" placeholder="" autofocus="autofocus"
          required=""><label>Email or Mobile Phone</label></div>
    </div>
    <div class="row">
      <div class="effect-holder"><input id="password" type="password" name="password" class="input-text input-effect ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="" ng-model="user.password" autocomplete="off"
          required=""><label>Password</label></div>
    </div>
    <!-- TO-DO: Validation error not working -->
    <div class="errors ng-binding ng-hide" ng-show="ui.error"></div>
    <div class="row forgot-public">
      <div class="table">
        <div class="table-cell text-left"><a ui-sref="auth.requestPasswordReset({username:user.username,relay_state:$state.params.relay_state})" href="#/login/forgot">Forgot Password</a></div>
        <div class="table-cell text-right">
          <label>
            <input type="checkbox" ng-model="user.public" class="ng-pristine ng-untouched ng-valid ng-empty"> Public Computer? </label>
        </div>
      </div>
    </div>
    <div class="row ng-hide" ng-show="login_customers">
      <label>Choose a customer <select select-as-number="" class="select ng-pristine ng-untouched ng-valid ng-empty" ng-model="user.customer" ng-options="c.id as c.name for c in login_customers">
          <option value="?" selected="selected"></option>
        </select>
      </label>
    </div>
    <div class="row">
      <button type="submit" class="button button-notify ng-scope" analytics-event="SignIn" analytics-category="UserAccount" analytics-label="" analytics-on="click">Sign in</button>
    </div>
    <div class="row text-center login-disclaimer"> You must be part of an organization that uses AlertMedia to be able to activate your account and use this application. By logging in to this application, you are agreeing to the
      <a href="http://www.alertmedia.com/end-user-terms-of-service/" target="_blank">Alert Media Terms of Service</a>
    </div>
  </div>
  <div class="badges-box">
    <div class="row">
      <a class="button button-secondary ng-scope" ui-sref="auth.register" analytics-event="NewUser" analytics-category="UserAccount" analytics-label="Unknown user" analytics-on="click" href="#/login/register/">New user? Activate your account</a>
      <button class="button button-secondary" ng-click="$state.go('auth.sso', $state.params)">Single sign-on (SSO)</button>
    </div>
    <div class="row text-center">
      <a title="Get AlertMedia for iOS" href="https://apps.apple.com/app/alertmedia/id899199006" target="itunes_store">
                    <img height="40" alt="Get AlertMedia for iOS" src="/assets/app-badges/app_store_badge.png">
                </a>
      <a title="Get AlertMedia for Android" href="https://play.google.com/store/apps/details?id=com.alertmedia.android.alertmediapro.app" target="_blank">
                    <img height="40" alt="Get AlertMedia for Android" src="/assets/app-badges/en_generic_rgb_wo_45.png">
                </a>
    </div>
  </div>
</form>

Name: form

<form novalidate="" class="form-vertical login-form ng-pristine ng-valid-min ng-invalid ng-invalid-required" name="form" ng-submit="mfa_login(user)">
  <div class="top-holder">
    <div class="row text-center"><img src="assets/am_logo.png" class="am-logo"></div>
    <h1>2-Step Authentication</h1>
    <div class="row text-center ng-binding"> AlertMedia just sent you a text message with a 6-digit code to your primary mobile phone number (ending in ). Enter the code to log in. </div>
    <div class="row">
      <div class="effect-holder"><input type="number" min="0" id="inputMFACode" ng-model="user.mfa_code" name="mfa_code" class="input-text input-effect ng-pristine ng-untouched ng-empty ng-valid-min ng-invalid ng-invalid-required" placeholder=""
          autofocus="autofocus" required=""><label>6-Digit Code</label></div>
    </div>
    <!-- TO-DO: Validation error not working -->
    <div class="errors ng-binding ng-hide" ng-show="ui.mfa_error"></div>
    <div class="row">
      <button type="submit" class="button button-notify ng-scope" analytics-event="MFASignIn" analytics-category="UserAccount" analytics-label="" analytics-on="click">Sign in</button>
    </div>
    <div class="row text-center">
      <a ng-click="mfa_resend(user)" ng-href="/#/login" href="/#/login">Resend Code</a>
    </div>
  </div>
  <div class="badges-box">
    <div class="row">
      <button type="button" class="button button-secondary" ng-click="reload_page()">Back to Login</button>
    </div>
  </div>
</form>

Text Content

Email or Mobile Phone
Password

Forgot Password
Public Computer?
Choose a customer
Sign in
You must be part of an organization that uses AlertMedia to be able to activate
your account and use this application. By logging in to this application, you
are agreeing to the Alert Media Terms of Service
New user? Activate your account Single sign-on (SSO)



2-STEP AUTHENTICATION

AlertMedia just sent you a text message with a 6-digit code to your primary
mobile phone number (ending in ). Enter the code to log in.
6-Digit Code

Sign in
Resend Code
Back to Login