aim.applyists.net Open in urlscan Pro
68.71.108.137  Public Scan

Submitted URL: https://t.e2ma.net/click/wbb6gf/w73d3l3/gvngrv
Effective URL: https://aim.applyists.net/Account/LogOn?ReturnUrl=%2f
Submission: On February 25 via manual from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST /account/Logon

<form action="/account/Logon" class="form-horizontal" method="post"><input name="__RequestVerificationToken" type="hidden" value="rV6fPmj4ANxMfoG3P677L3plUtS-SOCzxhuiU71pz8Vf92ptZySXOZcSFwxlV07jvMJKZivLnbSxEYlglTRKrfdmKEE1">
  <div id="errorContainer" class="col-sm-12">
    <div class="validation-summary-valid" data-valmsg-summary="true">
      <ul>
        <li style="display:none"></li>
      </ul>
    </div>
  </div>
  <div class="form-group">
    <label for="inputEmail3" class="col-sm-3 control-label">E-Mail</label>
    <div class="col-sm-9">
      <input type="email" class="form-control" placeholder="E-Mail" name="username" id="username">
    </div>
  </div>
  <div class="form-group">
    <label for="password" class="col-sm-3 control-label">Passwort</label>
    <div class="col-sm-9">
      <input id="password" name="password" type="password" class="form-control" placeholder="Passwort">
    </div>
  </div>
  <div class="form-group">
    <div class="col-sm-12">
      <a onclick="return beginForgotPassword();" class="forgot-password-link" data-toggle="modal">Ich habe mein Passwort vergessen</a>
    </div>
    <div class="col-sm-9">
      <div class="checkbox">
        <label>
          <input type="checkbox" value="true" id="rememberMe" name="rememberMe">
          <input name="rememberMe" type="hidden" value="false">
        </label>
        <label for="rememberMe">Anmeldung speichern?</label>
      </div>
    </div>
    <div class="col-sm-3">
      <a href="#" class="more-info-link" data-toggle="modal" data-target="#whatsThisRMDialog">Was ist das?</a>
    </div>
  </div>
  <button type="submit" class="btn btn-lg btn-primary btn-block logonbutton" id="loginbutton"> Anmelden </button>
  <input type="hidden" name="returnUrl" value="/">
  <a href="#" data-toggle="modal" data-target="#signup-box" class="other-link user-signup-link">Konto erstellen</a>
  <!--//Note the don't have an account is only translated in english. The other translations were copied from Create an Account. Cant just replace as is used in title header. -->
</form>

POST /Account/ResetPassword

<form class="form-horizontal" action="/Account/ResetPassword" id="uxChangePasswordForm" method="post">
  <input name="__RequestVerificationToken" type="hidden" value="rV6fPmj4ANxMfoG3P677L3plUtS-SOCzxhuiU71pz8Vf92ptZySXOZcSFwxlV07jvMJKZivLnbSxEYlglTRKrfdmKEE1">
  <div class="form-group">
    <div class="col-sm-9">
      <input type="email" class="form-control" name="emailAddress" id="uxEmailAddress" placeholder="E-Mail-Adresse:">
    </div>
    <div class="col-sm-3">
      <a href="#" class="btn btn-primary btn-block reset-pw-btn" onclick="return doForgotPassword( $('#uxEmailAddress').val() );">&nbsp;Ok&nbsp;</a>
    </div>
  </div>
</form>

Name: registerFormPOST /account/Register

<form action="/account/Register" class="form-horizontal" id="registerForm" method="post" name="registerForm">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
    <h1 class="modal-title">Konto erstellen</h1>
    <div class="clearfix"></div>
  </div>
  <div class="modal-body">
    <p>Wenn Sie bei unserer Website neu sind, müssen Sie unten ein Konto erstellen.</p>
    <input name="__RequestVerificationToken" type="hidden" value="rV6fPmj4ANxMfoG3P677L3plUtS-SOCzxhuiU71pz8Vf92ptZySXOZcSFwxlV07jvMJKZivLnbSxEYlglTRKrfdmKEE1">
    <div id="registerErrorContainer" class="col-sm-12">
    </div>
    <div class="form-group">
      <label for="email" class="col-sm-3 control-label">E-Mail</label>
      <div class="col-sm-9">
        <input autocomplete="off" class="form-control" id="email" name="email" placeholder="E-Mail" type="email" value="">
      </div>
    </div>
    <div class="form-group">
      <label for="confirmEmail" class="col-sm-3 control-label">E-Mail bestätigen</label>
      <div class="col-sm-9">
        <input name="confirmEmail" type="email" class="form-control" placeholder="E-Mail bestätigen">
      </div>
    </div>
    <div class="form-group">
      <label for="createpassword" class="col-sm-3 control-label">Passwort</label>
      <div class="col-sm-9">
        <input autocomplete="off" class="form-control" id="createpassword" name="createpassword" placeholder="Passwort" type="password" value="" title=""
          data-original-title="<ul style='text-align: left;'><li>Das Passwort muss mindestens 8 Zeichen lang sein.</li><li>Das Passwort muss mindestens 1 Gro&amp;#223;buchstaben enthalten.</li><li>Das Passwort muss mindestens 1 Kleinbuchstaben enthalten.</li><li>Das Passwort muss mindestens 1 Ziffer enthalten. </li><li>Das Passwort muss mindestens 1 Sonderzeichen enthalten. </li></ul>">
      </div>
    </div>
    <div class="form-group">
      <label for="confirmPassword" class="col-sm-3 control-label">Passwort bestätigen</label>
      <div class="col-sm-9">
        <input autocomplete="off" class="form-control" id="confirmPassword" name="confirmPassword" placeholder="Passwort bestätigen" type="password" value="">
      </div>
    </div>
    <div class="form-group">
      <label for="birthDate" class="col-sm-3 control-label">Geburtsdatum</label>
      <div class="col-sm-6">
        <!--onkeyup attribute and event added by Luke on 06/26/2018 to add slashes to date mask on birthdays-->
        <input autocomplete="off" class="form-control" id="birthDate" name="birthDate" onkeyup="this.value = fixDatePattern(this.value)" placeholder="TT/MM/JJJJ" type="text" value="">
      </div>
      <a class="col-sm-3" id="birthdayWhyHelp" data-toggle="popover" title="" data-content="Wir benötigen das Geburtsdatum von allen Benutzern, um deren Identität zu gewährleisten und Regelungen bzgl. der Erfassung von personenbezogenen Daten über Minderjährige einzuhalten." data-placement="auto" data-original-title="Warum?">Warum?</a>
    </div>
    <input type="hidden" name="parentEmail" id="parentEmail">
    <input type="hidden" name="parentName" id="parentName">
    <input type="hidden" name="parentPhone" id="parentPhone">
    <input type="hidden" name="returnUrl" value="/">
  </div>
  <div class="modal-footer">
    <div class="col-sm-12">
      <p class="text-center"><small>By clicking REGISTER, you’re confirming that you’ve read and agree to our <a href="/Account/PrivacyPolicy" target="istshometarget">Privacy Policy</a> and consent to receive all required notifications at your
          account email address.</small></p>
      <button type="submit" id="registerSubmit" class="btn btn-lg btn-primary btn-block">Registrieren</button>
    </div>
  </div>
</form>

Text Content

Skip to main content


KONTOANMELDUNG

 * 

E-Mail

Passwort

Ich habe mein Passwort vergessen
Anmeldung speichern?
Was ist das?
Anmelden Konto erstellen
×


PASSWORT VERGESSEN



Wenn Sie Ihr Passwort zurücksetzen möchten, geben Sie unten Ihre E-Mail-Adresse
ein:

 Ok 

Wir werden Ihnen sofort eine E-Mail mit Anweisungen zum Zurücksetzen Ihres
Passworts senden.

Haben Sie Ihre E-Mail-Adresse vergessen oder nicht mehr Zugriff auf diese?
Klicken Sie hier, um Program Support zu kontaktieren.

×


KONTO ERSTELLEN



Wenn Sie bei unserer Website neu sind, müssen Sie unten ein Konto erstellen.


E-Mail

E-Mail bestätigen

Passwort

Passwort bestätigen

Geburtsdatum

Warum?

By clicking REGISTER, you’re confirming that you’ve read and agree to our
Privacy Policy and consent to receive all required notifications at your account
email address.

Registrieren
×Close

WIR BENÖTIGEN DAS GEBURTSDATUM VON ALLEN BENUTZERN, UM DEREN IDENTITÄT ZU
GEWÄHRLEISTEN UND REGELUNGEN BZGL. DER ERFASSUNG VON PERSONENBEZOGENEN DATEN
ÜBER MINDERJÄHRIGE EINZUHALTEN.

Wir benötigen das Geburtsdatum von allen Benutzern, um deren Identität zu
gewährleisten und Regelungen bzgl. der Erfassung von personenbezogenen Daten
über Minderjährige einzuhalten.
×Close

ANMELDUNG SPEICHERN?


Aktivieren Sie das Kontrollkästchen "Anmeldung speichern", um automatisch
angemeldet zu werden, wenn Sie diese Website in Zukunft aufrufen.

Deaktivieren Sie dieses Kontrollkästchen, wenn Sie Ihr Konto von einem
öffentlichen oder gemeinsam genutzten Computer aus aufrufen.


PARENTAL CONSENT

Since you are under 13, your parent/guardian must read and give consent before
you can create an account:




PARENT/GUARDIAN INFORMATION:

I give my permission for my child to apply for an account and submit personal
information to ISTS.

View our Privacy Policy.


Name:

Email:

Phone Number:


Help
FAQs
Datenschutzerklärung
;