bancorpsouth.login-us.mimecast.com
Open in
urlscan Pro
205.139.110.112
Public Scan
Submitted URL: https://protect-us.mimecast.com/s/MyS7Cwp8mOsG9lnXt9dtDr
Effective URL: https://bancorpsouth.login-us.mimecast.com/u/login/?gta=secure&tkn=3._fXCGeUTw0hjfZNFL-gSY_mDT_VPbN5whVTNf_moqFnru7SrR_3IB0-fYJWbuZPuXFol3G...
Submission: On September 08 via api from US — Scanned from DE
Effective URL: https://bancorpsouth.login-us.mimecast.com/u/login/?gta=secure&tkn=3._fXCGeUTw0hjfZNFL-gSY_mDT_VPbN5whVTNf_moqFnru7SrR_3IB0-fYJWbuZPuXFol3G...
Submission: On September 08 via api from US — Scanned from DE
Form analysis
1 forms found in the DOMName: credentials —
<form name="credentials" ng-if="!changePasswordController.isDoing && !changePasswordController.linkError" class="ng-pristine ng-scope ng-invalid ng-invalid-required">
<div class="form-group input-group-md">
<!-- ngIf: changePasswordController.isOld -->
<input type="password" class="form-control ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required" id="password" ng-model="changePasswordController.password" ng-keypress="changePasswordController.cleanErrorDelayed()"
name="password" mc-focus="true" required="" placeholder="Neues Passwort" autocomplete="off">
<!--<p class="help-block small">-->
<!--</p>-->
</div>
<div class="form-group input-group-md">
<!-- ngIf: changePasswordController.isOld -->
<input type="password" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" id="repeatPassword" ng-model="changePasswordController.repeatPassword" ng-keypress="changePasswordController.cleanErrorDelayed()"
name="repeatPassword" required="" placeholder="Passwort bestätigen" autocomplete="off">
<p class="help-block small no-margin-bottom">
</p>
<div class="change-password ng-isolate-scope panel panel-default no-margin no-border" ng-class="isInline ? '' : 'panel panel-default no-margin no-border'" rules="changePasswordController.passwordRules"
confirmation-password="changePasswordController.repeatPassword" new-password="changePasswordController.password" is-allowed="changePasswordController.isPasswordOk" is-inline="false" match="changePasswordController.match">
<div class="panel-body panel-half-padding no-padding" ng-class="isInline ? '' : 'panel-body panel-half-padding no-padding'">
<ul class="no-margin list-unstyled" ng-class="isInline ? 'list-inline' : 'list-unstyled'">
<!--list-unstyled list-inline-->
<li><i class="fa text-muted fa-circle"></i> <span><span translate="PWD_RULES_CHECKER_MIN_CHR_BEFORE" class="ng-scope">Mindestens</span> <span ng-bind="::rules.minPasswordLength" class="ng-binding">8</span> <span
translate="PWD_RULES_CHECKER_MIN_CHR_AFTER" class="ng-scope">Zeichen</span></span></li>
<!-- ngIf: rules.passwordLowerChar || rules.lowercaseRequired -->
<li ng-if="rules.passwordLowerChar || rules.lowercaseRequired" class="ng-scope" style=""><i class=" fa fa-circle text-muted"></i> <span translate="PWD_RULES_CHECKER_LOWER_CASE" class="ng-scope">Muss mindestens einen Kleinbuchstaben (a-z)
enthalten</span></li><!-- end ngIf: rules.passwordLowerChar || rules.lowercaseRequired -->
<!-- ngIf: rules.passwordUpperChar || rules.uppercaseRequired -->
<li ng-if="rules.passwordUpperChar || rules.uppercaseRequired" class="ng-scope"><i class=" fa fa-circle text-muted"></i> <span translate="PWD_RULES_CHECKER_UPPER_CASE" class="ng-scope">Muss mindestens einen Großbuchstaben (A-Z)
enthalten</span></li><!-- end ngIf: rules.passwordUpperChar || rules.uppercaseRequired -->
<!-- ngIf: rules.passwordNumericChar || rules.numericCharRequired -->
<li ng-if="rules.passwordNumericChar || rules.numericCharRequired" class="ng-scope"><i class=" fa fa-circle text-muted"></i> <span translate="PWD_RULES_CHECKER_NUMBER" class="ng-scope">Muss mindestens eine Ziffer (0-9) enthalten</span></li>
<!-- end ngIf: rules.passwordNumericChar || rules.numericCharRequired -->
<!-- ngIf: rules.passwordSpecialChar || rules.specialCharRequired -->
<li ng-if="rules.passwordSpecialChar || rules.specialCharRequired" class="ng-scope"><i class=" fa fa-circle text-muted"></i> <span translate="PWD_RULES_CHECKER_SPECIAL_CHAR" class="ng-scope">Muss mindestens ein Sonderzeichen (! @# $.)
entalten</span></li><!-- end ngIf: rules.passwordSpecialChar || rules.specialCharRequired -->
<!--<li ng-if="passwordMatchShow"><i class=" fa fa-times text-danger"></i> <span translate="PWD_RULES_CHECKER_PASSWORDS_DONT_MATCH"></span></li>-->
<!-- ngIf: !passwordMatchCurrentWithNew -->
</ul>
</div>
</div>
<div class="change-password ng-isolate-scope panel panel-default no-margin no-border" ng-class="isInline ? '' : 'panel panel-default no-margin no-border'" match="changePasswordController.match">
<div class="panel-body panel-half-padding no-padding" ng-class="isInline ? '' : 'panel-body panel-half-padding no-padding'">
<ul class="no-margin list-unstyled" ng-class="isInline ? 'list-inline' : 'list-unstyled'">
<li><i class="fa fa-circle text-danger" ng-class="match ? ' fa-check text-success ' : ' fa-circle text-danger '"></i> <span translate="PWD_RULES_CHECKER_PASSWORDS_MATCH" class="ng-scope">Das neue Passwort und das bestätigte Passwort müssen
übereinstimmen</span></li>
</ul>
</div>
</div>
<p></p>
</div>
<!-- ngIf: changePasswordController.errors -->
<!-- ngIf: !changePasswordController.nextStep --><button type="submit" ng-click="changePasswordController.changePassword()" ng-disabled="!changePasswordController.isPasswordOk" class="btn btn-primary btn-md hidden-xs ng-scope"
translate="CHANGE_PASSWORD_BTN" ng-if="!changePasswordController.nextStep" disabled="disabled">Bestätigen</button><!-- end ngIf: !changePasswordController.nextStep -->
<!-- ngIf: !changePasswordController.nextStep --><button type="submit" ng-click="changePasswordController.changePassword()" ng-disabled="!changePasswordController.isPasswordOk" class="btn btn-primary btn-md btn-block visible-xs ng-scope"
translate="CHANGE_PASSWORD_BTN" ng-if="!changePasswordController.nextStep" disabled="disabled">Bestätigen</button><!-- end ngIf: !changePasswordController.nextStep -->
<!--<div class="form-group input-group-md">-->
<!--<br/>-->
<!--<h5 class="no-margin header-menu-text-colour-sub text-thin">The password must be a minimum of 8 characters, contain a mix of uppercase and lowercase letters, numbers and at least one special character such as: @#$%</h5>-->
<!--</div>-->
</form>
Text Content
PASSWORT ERSTELLEN * Mindestens 8 Zeichen * Muss mindestens einen Kleinbuchstaben (a-z) enthalten * Muss mindestens einen Großbuchstaben (A-Z) enthalten * Muss mindestens eine Ziffer (0-9) enthalten * Muss mindestens ein Sonderzeichen (! @# $.) entalten * Das neue Passwort und das bestätigte Passwort müssen übereinstimmen Bestätigen Bestätigen * Start * Probleme bei der Anmeldung? * Wissensdatenbank * Kundenservice kontaktieren * ©2021 Mimecast v1.5.15-20210813-1515 * Powered by Mimecast * Privacy