ziraat-bank.kwh.fino.digital Open in urlscan Pro
2a00:da8:fffb:10::a02c:c558  Public Scan

URL: https://ziraat-bank.kwh.fino.digital/
Submission: On March 13 via api from TR — Scanned from DE

Form analysis 1 forms found in the DOM

Name: vm.loginForm

<form name="vm.loginForm" class="login-form ng-pristine ng-valid ng-valid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength" novalidate="" focus-invalid="">
  <div class="container">
    <div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">
      <!-- ngIf: vm.errorMessage -->
      <!-- ngIf: vm.isSSO -->
      <!-- ngIf: !vm.isSSO --><!-- ngInclude: vm.loginFormPartial -->
      <div ng-include="vm.loginFormPartial" ng-if="!vm.isSSO" class="ng-scope"><component-header title="'login.title'" body="'login.description'" class="ng-scope ng-isolate-scope">
          <header class="component-header">
            <h3 translate="login.title" translate-values="" class="ng-scope">Anmelden</h3>
            <p translate="login.description" translate-values="" class="ng-scope"></p>
          </header>
        </component-header> <fd-form-control type="text" model="vm.credentials.username" name="username" form="vm.loginForm" test-id="username" label="app.login.form.username.label" required=""
          messages="{'required':'app.login.form.username.message.required'}" class="ng-scope ng-isolate-scope">
          <div class="ui-form-control form-group has-feedback has-label is-valid" ng-switch="::vm.type" ng-class="{
    'has-error': vm.hasError,
    'has-feedback': vm.icon || vm.iconText || vm.showClearInput,
    'has-focus': vm.hasFocus,
    'has-label': vm.label,
    'is-valid': vm.isValid,
    'required': vm.isRequired,
    'readonly': vm.readonly,
    'disabled': vm.disabled,
    'inline': vm.inline
  }">
            <div class="input-container ng-isolate-scope ui-float-label text-container form-control-name-username" ng-class="::vm.inputContainerClass" fd-float-label="vm.floatLabel">
              <!-- dev label to easy translation -->
              <!-- ngIf: vm.devMode -->
              <!-- ngIf: vm.label --><label class="ui-input-label form-label ng-binding ng-scope ng-isolate-scope" for="" ng-transclude="" ng-if="vm.label" label="app.login.form.username.label"> Benutzername </label><!-- end ngIf: vm.label -->
              <!-- ngSwitchWhen: suggest -->
              <!-- ngSwitchWhen: uploadFile -->
              <!-- ngSwitchWhen: number -->
              <!-- ngSwitchWhen: iban -->
              <!-- ngSwitchWhen: textarea -->
              <!-- ngSwitchWhen: textlist -->
              <!-- ngSwitchWhen: date -->
              <!-- ngSwitchWhen: select -->
              <!-- ngSwitchWhen: toggle -->
              <!-- ngSwitchWhen: checkbox -->
              <!-- ngSwitchWhen: radio -->
              <!-- ngSwitchWhen: currency -->
              <!-- ngSwitchWhen: text -->
              <div ng-switch-when="text" class="ng-scope">
                <!-- NOTE: text results to the inclusion of the default template -->
                <div static-include="" src="templates/formControl.default.html"><input type="text" name="username"
                    class="form-control ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty ng-valid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength" ng-class="vm.className"
                    ng-attr-placeholder="{{ vm.placeholder | translate }}" autocomplete="on" data-testid="username" ng-model="vm.model" ng-model-options="vm.modelOptions || {}" ng-focus="vm.focus({$event:$event})" ng-blur="vm.blur({$event:$event})"
                    ng-click="vm.click({$event:$event})" ng-keypress="vm.keypress({$event:$event})" ng-change="vm.change({$event:$event})" ng-readonly="vm.readonly" ng-required="vm.isRequired" ng-disabled="vm.disabled" validate-rule="vm.validate"
                    min="" max="" set-focus="vm.doFocus" placeholder="Benutzername">
                </div>
              </div><!-- end ngSwitchWhen: -->
              <!-- ngSwitchDefault: -->
              <!-- Feedback icon / text -->
              <!-- ngIf: ::vm.icon -->
              <!-- ngIf: ::vm.iconText -->
              <!-- Clear input icon -->
              <!-- ngIf: vm.showClearInput() -->
            </div><!--/.input-container-->
            <!-- ngIf: vm.hasError -->
          </div><!--/.form-group-->
        </fd-form-control> <fd-form-control type="password" model="vm.credentials.password" name="password" test-id="password" form="vm.loginForm" label="app.login.form.password.label" icon="fa fa-user" required=""
          messages="{'required':'app.login.form.password.message.required'}" class="ng-scope ng-isolate-scope">
          <div class="ui-form-control form-group has-feedback has-label is-valid" ng-switch="::vm.type" ng-class="{
    'has-error': vm.hasError,
    'has-feedback': vm.icon || vm.iconText || vm.showClearInput,
    'has-focus': vm.hasFocus,
    'has-label': vm.label,
    'is-valid': vm.isValid,
    'required': vm.isRequired,
    'readonly': vm.readonly,
    'disabled': vm.disabled,
    'inline': vm.inline
  }">
            <div class="input-container ng-isolate-scope ui-float-label password-container form-control-name-password" ng-class="::vm.inputContainerClass" fd-float-label="vm.floatLabel">
              <!-- dev label to easy translation -->
              <!-- ngIf: vm.devMode -->
              <!-- ngIf: vm.label --><label class="ui-input-label form-label ng-binding ng-scope ng-isolate-scope" for="" ng-transclude="" ng-if="vm.label" label="app.login.form.password.label"> Passwort </label><!-- end ngIf: vm.label -->
              <!-- ngSwitchWhen: suggest -->
              <!-- ngSwitchWhen: uploadFile -->
              <!-- ngSwitchWhen: number -->
              <!-- ngSwitchWhen: iban -->
              <!-- ngSwitchWhen: textarea -->
              <!-- ngSwitchWhen: textlist -->
              <!-- ngSwitchWhen: date -->
              <!-- ngSwitchWhen: select -->
              <!-- ngSwitchWhen: toggle -->
              <!-- ngSwitchWhen: checkbox -->
              <!-- ngSwitchWhen: radio -->
              <!-- ngSwitchWhen: currency -->
              <!-- ngSwitchWhen: text -->
              <!-- ngSwitchDefault: -->
              <div ng-switch-default="" class="ng-scope">
                <div static-include="" src="templates/formControl.default.html"><input type="password" name="password"
                    class="form-control ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty ng-valid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength" ng-class="vm.className"
                    ng-attr-placeholder="{{ vm.placeholder | translate }}" autocomplete="off" data-testid="password" ng-model="vm.model" ng-model-options="vm.modelOptions || {}" ng-focus="vm.focus({$event:$event})" ng-blur="vm.blur({$event:$event})"
                    ng-click="vm.click({$event:$event})" ng-keypress="vm.keypress({$event:$event})" ng-change="vm.change({$event:$event})" ng-readonly="vm.readonly" ng-required="vm.isRequired" ng-disabled="vm.disabled" validate-rule="vm.validate"
                    min="" max="" set-focus="vm.doFocus" placeholder="Passwort">
                </div>
              </div><!-- end ngSwitchWhen: -->
              <!-- Feedback icon / text -->
              <!-- ngIf: ::vm.icon --><span ng-if="::vm.icon" ng-hide="vm.hideIcon" ng-class="::vm.icon" class="form-control-feedback ng-scope fa fa-user">
              </span><!-- end ngIf: ::vm.icon -->
              <!-- ngIf: ::vm.iconText -->
              <!-- Clear input icon -->
              <!-- ngIf: vm.showClearInput() -->
            </div><!--/.input-container-->
            <!-- ngIf: vm.hasError -->
          </div><!--/.form-group-->
        </fd-form-control> <a href="/forgotPassword" translate="app.forgot.password.title" class="ng-scope">Passwort vergessen</a> <!-- ngIf: vm.withBranchId -->
        <div class="form-buttons ng-scope"> <fd-form-button btn-type="submit" btn-primary="true" on-click="vm.submit()" test-id="loginButton" is-busy="vm.isSubmitBusy" label="app.login.form.submit.label" class="ng-isolate-scope"><button
              class="btn ui-form-button ng-isolate-scope btn-primary" ng-attr-type="{{ ::vm.btnType }}" ng-class="::vm.btnClasses" ng-click="vm.onClick({$event:$event})" on-long-press="vm.onLongPress()" data-testid="loginButton"
              ng-disabled="vm.isDisabled || vm.isBusy" v-busy="vm.isBusy" v-pressable="" type="submit">
              <!-- ngIf: ::vm.icon -->
              <!-- ngIf: vm.label --><span ng-if="vm.label" translate="app.login.form.submit.label" translate-values="vm.labelValues" class="ui-form-button-label ng-scope">Anmelden</span><!-- end ngIf: vm.label -->
              <ng-transclude></ng-transclude>
            </button>
          </fd-form-button> <fd-form-button ng-show="vm.isSubmitBusy" on-click="vm.cancelAuthenticate()" label="app.login.form.cancel.label" class="ng-isolate-scope ng-hide"><button class="btn ui-form-button ng-isolate-scope btn-default"
              ng-attr-type="{{ ::vm.btnType }}" ng-class="::vm.btnClasses" ng-click="vm.onClick({$event:$event})" on-long-press="vm.onLongPress()" data-testid="" ng-disabled="vm.isDisabled || vm.isBusy" v-busy="vm.isBusy" v-pressable=""
              type="button">
              <!-- ngIf: ::vm.icon -->
              <!-- ngIf: vm.label --><span ng-if="vm.label" translate="app.login.form.cancel.label" translate-values="vm.labelValues" class="ui-form-button-label ng-scope">Abbrechen</span><!-- end ngIf: vm.label -->
              <ng-transclude></ng-transclude>
            </button>
          </fd-form-button> </div>
      </div><!-- end ngIf: !vm.isSSO -->
    </div>
  </div>
</form>

Text Content

ANMELDEN



Benutzername

Passwort

Passwort vergessen
Anmelden Abbrechen

KEYBOARD SHORTCUTS:

?Show / hide this help menu→Go to next view

×