staccfleettest.bytetest.dk Open in urlscan Pro
130.185.131.232  Public Scan

Submitted URL: https://cc.red.car-demo.stacc.dev/
Effective URL: https://staccfleettest.bytetest.dk/Login.aspx?ReturnUrl=%2F
Submission: On April 12 via api from US — Scanned from NL

Form analysis 1 forms found in the DOM

POST ./Login.aspx?ReturnUrl=%2f

<form method="post" action="./Login.aspx?ReturnUrl=%2f" id="form1">
  <div class="aspNetHidden">
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="2ATOqLx1gNQw8G6xCJKTL+oxfh8L8TECIr+coYfmezFqltwMb4OOh6pmoEpwdfyib9ju67fY4G4b4Xxsp5u8VfxW65PQPrmHdYkTOz9s1OM=">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['form1'];
    if (!theForm) {
      theForm = document.form1;
    }

    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
      }
    }
    //]]>
  </script>
  <script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZGq268CymleRrRLuFplPiMWot9-4T44Z0eVdeIG821vDleRMqENWePJOyPBliIoDgQ2&amp;t=638393285798026697" type="text/javascript"></script>
  <script src="/ScriptResource.axd?d=D9drwtSJ4hBA6O8UhT6CQrwppxEwQLjWa27gip_rQDtDa7zC53GNO3spWZSD9Uh9hZCyIB0gmJd52URJUeUn_aK5Op-_S_CkLElM5k5bRvlUTS-H9TtzZoJC1HpKO5JY7fvz9qtfrBH7ugnbQptLr2QEvSc8BRXFaT8_9-iu7fQ1&amp;t=511fa37d" type="text/javascript">
  </script>
  <script type="text/javascript">
    //<![CDATA[
    if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
    //]]>
  </script>
  <script src="/ScriptResource.axd?d=JnUc-DEDOM5KzzVKtsL1tXKrEUfUmkGLg1h-SVvvY29yiZEyzons_xjLBnYH8yRy_yP8nqxaRvBZGcMOZRDNySLOPy3UmxC09xpjmi1CI0uUxU-DB-PtStO_JaBRpnBlTBQb0cDTL1BpvCiVlRe2XowkN1zQXyaxiczUPwcRSa2eejRaXW-llvJwgudgNz4A0&amp;t=511fa37d"
    type="text/javascript"></script>
  <script type="text/javascript">
    //<![CDATA[
    var PageMethods = function() {
      PageMethods.initializeBase(this);
      this._timeout = 0;
      this._userContext = null;
      this._succeeded = null;
      this._failed = null;
    }
    PageMethods.prototype = {
      _get_path: function() {
        var p = this.get_path();
        if (p) return p;
        else return PageMethods._staticInstance.get_path();
      },
      GetImpersonationList: function(succeededCallback, failedCallback, userContext) {
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'GetImpersonationList', false, {}, succeededCallback, failedCallback, userContext);
      },
      StartImpersonation: function(id, succeededCallback, failedCallback, userContext) {
        /// <param name="id" type="Number">System.Int32</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'StartImpersonation', false, {
          id: id
        }, succeededCallback, failedCallback, userContext);
      },
      EndImpersonation: function(succeededCallback, failedCallback, userContext) {
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'EndImpersonation', false, {}, succeededCallback, failedCallback, userContext);
      },
      ChangeLanguage: function(languageId, succeededCallback, failedCallback, userContext) {
        /// <param name="languageId" type="Number">System.Int32</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'ChangeLanguage', false, {
          languageId: languageId
        }, succeededCallback, failedCallback, userContext);
      },
      ChangeShowLangyageKeys: function(showKeys, succeededCallback, failedCallback, userContext) {
        /// <param name="showKeys" type="Boolean">System.Boolean</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'ChangeShowLangyageKeys', false, {
          showKeys: showKeys
        }, succeededCallback, failedCallback, userContext);
      },
      ChangeSalesChannel: function(salesChannelId, succeededCallback, failedCallback, userContext) {
        /// <param name="salesChannelId" type="String">System.Guid</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'ChangeSalesChannel', false, {
          salesChannelId: salesChannelId
        }, succeededCallback, failedCallback, userContext);
      },
      SaveUserCpr: function(cpr, succeededCallback, failedCallback, userContext) {
        /// <param name="cpr" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'SaveUserCpr', false, {
          cpr: cpr
        }, succeededCallback, failedCallback, userContext);
      },
      Ping: function(succeededCallback, failedCallback, userContext) {
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'Ping', false, {}, succeededCallback, failedCallback, userContext);
      },
      KeepAlive: function(succeededCallback, failedCallback, userContext) {
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'KeepAlive', false, {}, succeededCallback, failedCallback, userContext);
      },
      ChangePassword: function(currentPassword, newPassword, repeatPassword, succeededCallback, failedCallback, userContext) {
        /// <param name="currentPassword" type="String">System.String</param>
        /// <param name="newPassword" type="String">System.String</param>
        /// <param name="repeatPassword" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'ChangePassword', false, {
          currentPassword: currentPassword,
          newPassword: newPassword,
          repeatPassword: repeatPassword
        }, succeededCallback, failedCallback, userContext);
      },
      ResetPassword: function(resetToken, newPassword, repeatPassword, succeededCallback, failedCallback, userContext) {
        /// <param name="resetToken" type="String">System.String</param>
        /// <param name="newPassword" type="String">System.String</param>
        /// <param name="repeatPassword" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'ResetPassword', false, {
          resetToken: resetToken,
          newPassword: newPassword,
          repeatPassword: repeatPassword
        }, succeededCallback, failedCallback, userContext);
      },
      Login: function(userName, password, rememberMe, succeededCallback, failedCallback, userContext) {
        /// <param name="userName" type="String">System.String</param>
        /// <param name="password" type="String">System.String</param>
        /// <param name="rememberMe" type="Boolean">System.Boolean</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'Login', false, {
          userName: userName,
          password: password,
          rememberMe: rememberMe
        }, succeededCallback, failedCallback, userContext);
      },
      ValidateSecurityToken: function(userName, password, rememberMe, securityToken, succeededCallback, failedCallback, userContext) {
        /// <param name="userName" type="String">System.String</param>
        /// <param name="password" type="String">System.String</param>
        /// <param name="rememberMe" type="Boolean">System.Boolean</param>
        /// <param name="securityToken" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'ValidateSecurityToken', false, {
          userName: userName,
          password: password,
          rememberMe: rememberMe,
          securityToken: securityToken
        }, succeededCallback, failedCallback, userContext);
      },
      NewPassword: function(userName, succeededCallback, failedCallback, userContext) {
        /// <param name="userName" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'NewPassword', false, {
          userName: userName
        }, succeededCallback, failedCallback, userContext);
      }
    }
    PageMethods.registerClass('PageMethods', Sys.Net.WebServiceProxy);
    PageMethods._staticInstance = new PageMethods();
    PageMethods.set_path = function(value) {
      PageMethods._staticInstance.set_path(value);
    }
    PageMethods.get_path = function() {
      /// <value type="String" mayBeNull="true">The service url.</value>
      return PageMethods._staticInstance.get_path();
    }
    PageMethods.set_timeout = function(value) {
      PageMethods._staticInstance.set_timeout(value);
    }
    PageMethods.get_timeout = function() {
      /// <value type="Number">The service timeout.</value>
      return PageMethods._staticInstance.get_timeout();
    }
    PageMethods.set_defaultUserContext = function(value) {
      PageMethods._staticInstance.set_defaultUserContext(value);
    }
    PageMethods.get_defaultUserContext = function() {
      /// <value mayBeNull="true">The service default user context.</value>
      return PageMethods._staticInstance.get_defaultUserContext();
    }
    PageMethods.set_defaultSucceededCallback = function(value) {
      PageMethods._staticInstance.set_defaultSucceededCallback(value);
    }
    PageMethods.get_defaultSucceededCallback = function() {
      /// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
      return PageMethods._staticInstance.get_defaultSucceededCallback();
    }
    PageMethods.set_defaultFailedCallback = function(value) {
      PageMethods._staticInstance.set_defaultFailedCallback(value);
    }
    PageMethods.get_defaultFailedCallback = function() {
      /// <value type="Function" mayBeNull="true">The service default failed callback.</value>
      return PageMethods._staticInstance.get_defaultFailedCallback();
    }
    PageMethods.set_enableJsonp = function(value) {
      PageMethods._staticInstance.set_enableJsonp(value);
    }
    PageMethods.get_enableJsonp = function() {
      /// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
      return PageMethods._staticInstance.get_enableJsonp();
    }
    PageMethods.set_jsonpCallbackParameter = function(value) {
      PageMethods._staticInstance.set_jsonpCallbackParameter(value);
    }
    PageMethods.get_jsonpCallbackParameter = function() {
      /// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
      return PageMethods._staticInstance.get_jsonpCallbackParameter();
    }
    PageMethods.set_path("Login.aspx");
    PageMethods.GetImpersonationList = function(onSuccess, onFailed, userContext) {
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.GetImpersonationList(onSuccess, onFailed, userContext);
    }
    PageMethods.StartImpersonation = function(id, onSuccess, onFailed, userContext) {
      /// <param name="id" type="Number">System.Int32</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.StartImpersonation(id, onSuccess, onFailed, userContext);
    }
    PageMethods.EndImpersonation = function(onSuccess, onFailed, userContext) {
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.EndImpersonation(onSuccess, onFailed, userContext);
    }
    PageMethods.ChangeLanguage = function(languageId, onSuccess, onFailed, userContext) {
      /// <param name="languageId" type="Number">System.Int32</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.ChangeLanguage(languageId, onSuccess, onFailed, userContext);
    }
    PageMethods.ChangeShowLangyageKeys = function(showKeys, onSuccess, onFailed, userContext) {
      /// <param name="showKeys" type="Boolean">System.Boolean</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.ChangeShowLangyageKeys(showKeys, onSuccess, onFailed, userContext);
    }
    PageMethods.ChangeSalesChannel = function(salesChannelId, onSuccess, onFailed, userContext) {
      /// <param name="salesChannelId" type="String">System.Guid</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.ChangeSalesChannel(salesChannelId, onSuccess, onFailed, userContext);
    }
    PageMethods.SaveUserCpr = function(cpr, onSuccess, onFailed, userContext) {
      /// <param name="cpr" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.SaveUserCpr(cpr, onSuccess, onFailed, userContext);
    }
    PageMethods.Ping = function(onSuccess, onFailed, userContext) {
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.Ping(onSuccess, onFailed, userContext);
    }
    PageMethods.KeepAlive = function(onSuccess, onFailed, userContext) {
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.KeepAlive(onSuccess, onFailed, userContext);
    }
    PageMethods.ChangePassword = function(currentPassword, newPassword, repeatPassword, onSuccess, onFailed, userContext) {
      /// <param name="currentPassword" type="String">System.String</param>
      /// <param name="newPassword" type="String">System.String</param>
      /// <param name="repeatPassword" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.ChangePassword(currentPassword, newPassword, repeatPassword, onSuccess, onFailed, userContext);
    }
    PageMethods.ResetPassword = function(resetToken, newPassword, repeatPassword, onSuccess, onFailed, userContext) {
      /// <param name="resetToken" type="String">System.String</param>
      /// <param name="newPassword" type="String">System.String</param>
      /// <param name="repeatPassword" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.ResetPassword(resetToken, newPassword, repeatPassword, onSuccess, onFailed, userContext);
    }
    PageMethods.Login = function(userName, password, rememberMe, onSuccess, onFailed, userContext) {
      /// <param name="userName" type="String">System.String</param>
      /// <param name="password" type="String">System.String</param>
      /// <param name="rememberMe" type="Boolean">System.Boolean</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.Login(userName, password, rememberMe, onSuccess, onFailed, userContext);
    }
    PageMethods.ValidateSecurityToken = function(userName, password, rememberMe, securityToken, onSuccess, onFailed, userContext) {
      /// <param name="userName" type="String">System.String</param>
      /// <param name="password" type="String">System.String</param>
      /// <param name="rememberMe" type="Boolean">System.Boolean</param>
      /// <param name="securityToken" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.ValidateSecurityToken(userName, password, rememberMe, securityToken, onSuccess, onFailed, userContext);
    }
    PageMethods.NewPassword = function(userName, onSuccess, onFailed, userContext) {
      /// <param name="userName" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.NewPassword(userName, onSuccess, onFailed, userContext);
    }
    var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
    Type.registerNamespace('LeasingSystem.Controllers.Users.BasePage.DTO');
    if (typeof(LeasingSystem.Controllers.Users.BasePage.DTO.OrganisationDTO) === 'undefined') {
      LeasingSystem.Controllers.Users.BasePage.DTO.OrganisationDTO = gtc("LeasingSystem.Controllers.Users.BasePage.DTO.OrganisationDTO");
      LeasingSystem.Controllers.Users.BasePage.DTO.OrganisationDTO.registerClass('LeasingSystem.Controllers.Users.BasePage.DTO.OrganisationDTO');
    }
    Type.registerNamespace('FinancingSystemBusinessLayer.Controllers');
    if (typeof(FinancingSystemBusinessLayer.Controllers.SaveResult) === 'undefined') {
      FinancingSystemBusinessLayer.Controllers.SaveResult = gtc("FinancingSystemBusinessLayer.Controllers.SaveResult");
      FinancingSystemBusinessLayer.Controllers.SaveResult.registerClass('FinancingSystemBusinessLayer.Controllers.SaveResult');
    }
    Type.registerNamespace('LeasingSystem');
    if (typeof(LeasingSystem.PageMethodResult) === 'undefined') {
      LeasingSystem.PageMethodResult = gtc("LeasingSystem.PageMethodResult");
      LeasingSystem.PageMethodResult.registerClass('LeasingSystem.PageMethodResult');
    }
    //]]>
  </script>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="C2EE9ABB">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    Sys.WebForms.PageRequestManager._initialize('scriptManages_main', 'form1', [], [], [], 90, '');
    //]]>
  </script>
  <div class="login-box-wrapper" id="loginbox">
    <div class="login-box">
      <div class="logo"></div>
      <h1>Login</h1>
      <div class="input-item">
        <div class="input-wrapper">
          <div class="input-required" id="textbox_userName_parent"></div>
          <input type="text" class="p-l-10" id="textbox_userName" placeholder="User name">
        </div>
      </div>
      <div class="input-item">
        <div class="input-wrapper">
          <div class="input-required" id="textbox_password_parent"></div>
          <input type="password" class="p-l-20" id="textbox_password" placeholder="Password">
        </div>
      </div>
      <div class="input-wrapper-checkbox">
        <input type="checkbox" id="cb_rememberLogin"><label for="cb_rememberLogin">Remember to login</label>
      </div>
      <div class="button" id="button_login" onclick="systemLogin(event)">
        <div class="button-text">Login</div>
        <div class="button-loader">
          <div class="button-loader-inner">
            <label>●</label>
            <label>●</label>
            <label>●</label>
            <label>●</label>
            <label>●</label>
            <label>●</label>
          </div>
        </div>
      </div>
      <button type="button" id="button_newPassword" onclick="changePassword(event)" style="display: none;">Forgot password?</button>
      <label id="label_message"></label>
      <input id="label_message_text" type="hidden" value="Error in login.">
      <input id="validation_message" type="hidden" value="Your new password is not valid">
    </div>
  </div>
  <div id="dialog_enterSecurityCode" class="changepassword_panel" title="Indtast venligst din sikkerhedskode" style="display: none">
    <div class="padding">
      <div class="expandableArea show">
        <div class="padding-off" style="width:100%">
          <h1>Sikkerhedskode</h1>
          <div class="fieldDIV">
            <div class="input-item"> Sikkerhedskode <div class="input-wrapper t-10">
                <div class="input-required" id="textbox_fieldValue_securitycode_parent"></div>
                <input type="text" class="p-l-10" id="textbox_fieldValue_securitycode">
              </div>
            </div>
            <!--<div class="input-label">
            Sikkerhedskode
            <div id="image_validationError_currentPassword" class="fieldValidationImage"></div>
        </div>-->
            <!--<input type="text" id="textbox_fieldValue_securitycode" class="js-securitycode" style="width: 100%;" />-->
          </div>
          <div>
            <div class="button b-20" id="button_validate_securitycode" onclick="validateSecurityCode(event)">
              <div class="button-text">Login</div>
              <div class="button-loader">
                <div class="button-loader-inner">
                  <label>●</label>
                  <label>●</label>
                  <label>●</label>
                  <label>●</label>
                </div>
              </div>
            </div>
          </div>
          <div>
            <label id="label_message_securitycode">Sikkerhedskoden er sendt til din mail</label>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

LOGIN



Remember to login
Login
● ● ● ● ● ●
Forgot password?


SIKKERHEDSKODE

Sikkerhedskode

Login
● ● ● ●
Sikkerhedskoden er sendt til din mail
Skift venligst dit passwordclose


LOGIN

Current password:

New password:


Repeat password:



Save Hide... Your password has now been changed


PASSWORD REQUIREMENT

Your password must contain a minimum of 8 characters Your new password must
contain characters from at least three of the following four groups: uppercase
letters, lowercase letters, numbers and symbols Your new password must not be
too similar to your previous one. The two passwords must not have a substring
greater than 2 in common Your new password must not have a substring greater
than 4 in common with your username Your new password must not contain your
first name Your new password must not contain your surname Your new password
must not contain the name of the company you are associated with

Your password has now been changed, log on to the system with the new password