osem.net.hilan.co.il Open in urlscan Pro
147.234.21.24  Public Scan

Submitted URL: http://osem.net.hilan.co.il/
Effective URL: https://osem.net.hilan.co.il/login
Submission: On December 04 via manual from MX — Scanned from DE

Form analysis 1 forms found in the DOM

POST ./login.aspx

<form method="post" action="./login.aspx" id="mainForm" autocomplete="off" formactionconnected="true">
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="vhKyn5Wflt3GXYhvwZBJoOkhFS2X2DqRTcbxHA2v69xx0qkUWiiw3Ry6G3cucAveDOB8aqk4aGnYy1rmdpok2f6eAmQT+N102ADSFUVfAE0=">
  </div>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="37A21CBF">
  </div>
  <div id="mainViewPlaceholder">
    <div class="card card-shadow form-container">
      <div class="card-body">
        <div class="org-logo text-center">
          <img src="/HilanCenter/Public/Resources/images/Login/Logos/7634.png">
        </div>
        <div class="h-pageTitle text-center pb-3"> כניסה לחילנט </div>
        <div class="h-centered-field">
          <div class="form-group">
            <input tabindex="1" onkeyup="vm.filterStrings(this);" class="h-input-username form-control form-control-lg" placeholder="מספר העובד" title="מספר העובד" value="" type="text" id="user_nm" maxlength="40" autocomplete="username"
              inputmode="numeric">
          </div>
        </div>
        <div class="h-centered-field">
          <div class="form-group mb-0">
            <input tabindex="1" class="h-input-password form-control form-control-lg" placeholder="סיסמה" title="סיסמה" value="" type="password" id="password_nm" autocomplete="current-password">
          </div>
        </div>
        <div class="h-centered-field text-right mt-1">
          <a tabindex="2" class="hbutton2 link" href="javascript:vm.forgotPasswordClicked();">שכחת סיסמה?</a>
        </div>
        <div class="h-centered-field mt">
          <button class="hbutton2 hbutton2-lg primary fw mb" tabindex="1" type="submit" formaction="javascript:vm.submit();"> כניסה </button>
        </div>
        <hr>
        <div class="h-footer">
          <div class="figure-caption">
            <div class="text-left"><b>משתמשים יקרים,</b>
              <div>לתמיכה בנושא סיסמאות ובכל שאלה או תקלה,</div>
              <div>אנא פנו לגורם האחראי בארגונכם על תחום השכר / נוכחות / משאבי האנוש</div>
            </div>
          </div>
        </div>
        <div class="text-right mt-3">
          <a class="hbutton2 link" href="javascript:vm.openSecurityDisclaimer()">אבטחת מידע ופרטיות</a>
        </div>
      </div>
    </div>
  </div>
  <script type="text/javascript">
    //<![CDATA[
    $h.initController(JSON.parse(
      '{\"isAngular\":false,\"typeName\":\"Hilan.LoginManager\",\"servicePath\":\"Public/api/LoginApi\",\"vmName\":\"vm\",\"placeHolderId\":null,\"templateUrl\":null,\"template\":\"\u003cdiv class=\\\"card card-shadow form-container\\\"\u003e\\r\\n  \u003cdiv class=\\\"card-body\\\"\u003e\\r\\n    {{#if model.NeedToRedirect}}\\r\\n    \u003cdiv style=\\\"min-height: 150px\\\" class=\\\"d-flex justify-content-center align-items-center flex-column\\\"\u003e\\r\\n      \u003cdiv class=\\\"h-pageTitle text-center mb\\\"\u003e\\r\\n        {{model.Texts.YouAreBeingRedirected}}\\r\\n      \u003c/div\u003e\\r\\n      \u003cdiv class=\\\"h-pageSubTitle mb\\\"\u003e\\r\\n        \u003ca class=\\\"hbutton2 link\\\" href=\\\"{{model.RedirectAddress}}\\\"\u003e{{{model.RedirectAddressForView}}}\u003c/a\u003e\\r\\n      \u003c/div\u003e\\r\\n      \u003cdiv class=\\\"h-pageSubSubTitle mt\\\"\u003e\\r\\n        {{model.Texts.AutoRedirect}} \u003cspan id=\\\"timer\\\" style=\\\"width: 30px; color: forestgreen\\\"\u003e{{model.InitialTime}}\u003c/span\u003e {{model.Texts.Seconds}}\\r\\n      \u003c/div\u003e\\r\\n    \u003c/div\u003e\\r\\n    {{else}}\\r\\n    {{#ifEq model.State StateEnum.OrganizationSelection}}\\r\\n    \u003cdiv class=\\\"org-logo text-center\\\"\u003e\\r\\n  \u003cimg src=\\\"{{__rootPath}}Public/Resources/images/Login/logo_hilan.png\\\" /\u003e\\r\\n\u003c/div\u003e\\r\\n\u003cdiv class=\\\"h-pageTitle text-center pt-3 pb-3\\\"\u003e\\r\\n  {{model.Texts.Welcome}}\\r\\n\u003c/div\u003e\\r\\n\u003cdiv class=\\\"h-centered-field form-group\\\"\u003e\\r\\n  \u003cdiv class=\\\"mb-2\\\"\u003e{{model.Texts.EnterOrgId}}\u003c/div\u003e\\r\\n  \u003cinput type=\\\"text\\\" class=\\\"form-control form-control-lg\\\" id=\\\"orgId\\\" maxlength=\\\"10\\\" inputmode=\\\"numeric\\\"\u003e\\r\\n\u003c/div\u003e\\r\\n{{#if model.ErrorMessage}}\\r\\n\u003cdiv class=\\\"h-centered-field error\\\"\u003e\\r\\n  {{model.ErrorMessage}}\\r\\n\u003c/div\u003e\\r\\n{{/if}}\\r\\n\u003cdiv class=\\\"h-centered-field mt\\\"\u003e\\r\\n  \u003cbutton type=\\\"submit\\\" class=\\\"hbutton2 primary hbutton2-lg fw mb\\\" formaction=\\\"javascript:vm.selectOrg();\\\"\u003e\\r\\n    {{model.Texts.Continue}}\\r\\n  \u003c/button\u003e\\r\\n\u003c/div\u003e\\r\\n\u003cdiv class=\\\"text-right mt-3\\\"\u003e\\r\\n  \u003ca class=\\\"hbutton2 link\\\" href=\\\"javascript:vm.openSecurityDisclaimer()\\\"\u003e{{model.Texts.SecurityLink}}\u003c/a\u003e\\r\\n\u003c/div\u003e\\r\\n    {{else}}\\r\\n    {{#ifEq model.State StateEnum.FillUserDetails}}\\r\\n    {{#if model.IsShowOrgLogo}}\\r\\n\u003cdiv class=\\\"org-logo text-center\\\"\u003e\\r\\n  \u003cimg src=\\\"{{__rootPath}}Public/Resources/images/Login/Logos/{{model.OrgId}}.png\\\" /\u003e\\r\\n\u003c/div\u003e\\r\\n{{/if}}\\r\\n\u003cdiv class=\\\"h-pageTitle text-center pb-3\\\"\u003e\\r\\n  {{model.LoginToAccountText}}\\r\\n  {{#ifNot model.IsShowOrgLogo}}{{#if model.OrgName}}\u003cdiv class=\\\"small\\\"\u003e{{model.OrgName}}\u003c/div\u003e{{/if}}{{/ifNot}}\\r\\n\u003c/div\u003e\\r\\n{{#ifNot model.IsDisableLoginForm}}\\r\\n\u003cdiv class=\\\"h-centered-field\\\"\u003e\\r\\n    \u003cdiv class=\\\"form-group\\\"\u003e\\r\\n        {{#if model.IsUserEmployeeId}}\\r\\n        \u003cinput tabindex=\\\"1\\\" onkeyup=\\\"vm.filterStrings(this);\\\" class=\\\"h-input-username form-control form-control-lg\\\" placeholder=\\\"{{model.EmployeeIdText}}\\\" title=\\\"{{model.EmployeeIdText}}\\\" value=\\\"{{model.Username}}\\\" type=\\\"text\\\" id=\\\"user_nm\\\" maxlength=\\\"40\\\" autocomplete=\\\"username\\\" inputmode=\\\"numeric\\\"\u003e\\r\\n        {{else}}\\r\\n        \u003cinput tabindex=\\\"1\\\" class=\\\"h-input-username form-control form-control-lg\\\" placeholder=\\\"{{model.Texts.Username}}\\\" title=\\\"{{model.Texts.Username}}\\\" value=\\\"{{model.Username}}\\\" type=\\\"text\\\" id=\\\"user_nm\\\" maxlength=\\\"40\\\" autocomplete=\\\"username\\\"\u003e\\r\\n        {{/if}}\\r\\n    \u003c/div\u003e\\r\\n\u003c/div\u003e\\r\\n{{#if model.IsShowId}}\\r\\n\u003cdiv class=\\\"h-centered-field\\\"\u003e\\r\\n    \u003cdiv class=\\\"form-group\\\"\u003e\\r\\n        \u003cinput tabindex=\\\"1\\\" onkeyup=\\\"vm.filterStrings(this)\\\" class=\\\"h-input-identification form-control form-control-lg\\\" placeholder=\\\"{{model.Texts.Id}}\\\" title=\\\"{{model.Texts.Id}}\\\" value=\\\"{{model.Id}}\\\" type=\\\"text\\\" id=\\\"identification\\\" inputmode=\\\"numeric\\\"\u003e\\r\\n    \u003c/div\u003e\\r\\n\u003c/div\u003e\\r\\n{{/if}}\\r\\n\u003cdiv class=\\\"h-centered-field\\\"\u003e\\r\\n    \u003cdiv class=\\\"form-group mb-0\\\"\u003e\\r\\n        \u003cinput tabindex=\\\"1\\\" class=\\\"h-input-password form-control form-control-lg\\\" placeholder=\\\"{{model.Texts.Password}}\\\" title=\\\"{{model.Texts.Password}}\\\" value=\\\"{{model.Password}}\\\" type=\\\"password\\\" id=\\\"password_nm\\\" autocomplete=\\\"current-password\\\"\u003e\\r\\n    \u003c/div\u003e\\r\\n\u003c/div\u003e\\r\\n{{#if model.IsShowCaptcha}}\\r\\n\u003cdiv class=\\\"h-centered-field mt\\\"\u003e\\r\\n    \u003cdiv class=\\\"h-label\\\"\u003e\\r\\n        {{model.Texts.CaptchaMessage}}\\r\\n    \u003c/div\u003e\\r\\n\u003c/div\u003e\\r\\n\u003cdiv class=\\\"row no-gutters h-centered-field captcha-row\\\"\u003e\\r\\n    \u003cdiv class=\\\"col-7\\\"\u003e\\r\\n        \u003cdiv class=\\\"form-group\\\"\u003e\\r\\n            \u003cinput tabindex=\\\"1\\\" class=\\\"form-control form-control-lg\\\" type=\\\"text\\\" name=\\\"eCaptchaCode\\\" id=\\\"eCaptchaCode\\\" inputmode=\\\"numeric\\\" /\u003e\\r\\n        \u003c/div\u003e\\r\\n    \u003c/div\u003e\\r\\n    \u003cdiv class=\\\"col-5 captcha-cell\\\"\u003e\\r\\n        \u003ciframe id=\\\"captchaIframe\\\" name=\\\"captchaIframe\\\" src=\\\"{{__rootPath}}Public/CaptchaHandler.aspx\\\"\u003e\u003c/iframe\u003e\\r\\n    \u003c/div\u003e\\r\\n\u003c/div\u003e\\r\\n{{/if}}\\r\\n{{#if model.IsShowForgotPassword}}\\r\\n\u003cdiv class=\\\"h-centered-field text-right mt-1\\\"\u003e\\r\\n    \u003ca tabindex=\\\"2\\\" class=\\\"hbutton2 link\\\" href=\\\"javascript:vm.forgotPasswordClicked();\\\"\u003e{{model.Texts.ForgotPassword}}\u003c/a\u003e\\r\\n\u003c/div\u003e\\r\\n{{/if}}\\r\\n{{#if model.IsShowPasswordLockWarning}}\\r\\n\u003cdiv class=\\\"h-centered-field error\\\"\u003e\\r\\n    {{model.Texts.PasswordLockWarning}}\\r\\n\u003c/div\u003e\\r\\n{{/if}}\\r\\n{{#if model.ErrorMessage}}\\r\\n\u003cdiv class=\\\"h-centered-field error\\\"\u003e\\r\\n  {{model.ErrorMessage}}\\r\\n\u003c/div\u003e\\r\\n{{/if}}\\r\\n\u003cdiv class=\\\"h-centered-field mt\\\"\u003e\\r\\n  \u003cbutton class=\\\"hbutton2 hbutton2-lg primary fw mb\\\" tabindex=\\\"1\\\" type=\\\"submit\\\" formaction=\\\"javascript:vm.submit();\\\"\u003e\\r\\n    {{model.Texts.Login}}\\r\\n  \u003c/button\u003e\\r\\n\u003c/div\u003e\\r\\n{{#if model.IsShowOneTimePasswordLogin}}\\r\\n\u003cdiv class=\\\"h-centered-field row mt mb no-gutters\\\"\u003e\\r\\n    \u003cdiv class=\\\"col-5\\\"\u003e\\r\\n        \u003chr /\u003e\\r\\n    \u003c/div\u003e\\r\\n    \u003cdiv class=\\\"col-2\\\"\u003e\\r\\n        \u003cdiv class=\\\"text-nowrap text-center\\\"\u003e\\r\\n            {{model.Texts.Or}}\\r\\n        \u003c/div\u003e\\r\\n    \u003c/div\u003e\\r\\n    \u003cdiv class=\\\"col-5\\\"\u003e\\r\\n        \u003chr /\u003e\\r\\n    \u003c/div\u003e\\r\\n\u003c/div\u003e\\r\\n{{/if}}\\r\\n{{/ifNot}}\\r\\n{{#if model.IsShowOneTimePasswordLogin}}\\r\\n\u003cdiv class=\\\"h-centered-field text-center mb-4\\\"\u003e\\r\\n    \u003cbutton type=\\\"button\\\" class=\\\"h-blue-button\\\" onclick=\\\"vm.oneTimePasswordLoginClicked();\\\"\u003e\\r\\n        \u003cimg src=\\\"{{__rootPath}}Public/Resources/images/Login/mobile.png\\\" /\u003e\\r\\n        {{model.Texts.OneTimePasswordLogin}}\\r\\n    \u003c/button\u003e\\r\\n\u003c/div\u003e\\r\\n{{/if}}\\r\\n{{#if model.IsUserEmployeeId}}\\r\\n{{#ifNot model.IsShowOrganizationSelection}}\\r\\n{{#if model.Texts.Footer}}\\r\\n\u003chr /\u003e\\r\\n\u003cdiv class=\\\"h-footer\\\"\u003e\\r\\n    \u003cdiv class=\\\"figure-caption\\\"\u003e\\r\\n        \u003cdiv class=\\\"text-left\\\"\u003e{{{model.Texts.Footer}}}\u003c/div\u003e\\r\\n    \u003c/div\u003e\\r\\n\u003c/div\u003e\\r\\n{{/if}}\\r\\n{{/ifNot}}\\r\\n{{/if}}\\r\\n\u003cdiv class=\\\"text-right mt-3\\\"\u003e\\r\\n    \u003ca class=\\\"hbutton2 link\\\" href=\\\"javascript:vm.openSecurityDisclaimer()\\\"\u003e{{model.Texts.SecurityLink}}\u003c/a\u003e\\r\\n\u003c/div\u003e\\r\\n    {{else ifEq model.State StateEnum.EnterVerificationCode}}\\r\\n    \u003cdiv class=\\\"h-pageTitle text-center mb\\\"\u003e\\r\\n  {{model.Texts.VerificationCodeTitle}}\\r\\n\u003c/div\u003e\\r\\n\u003cdiv class=\\\"h-centered-field\\\"\u003e\\r\\n  {{#if model.IsShowSmsLogin}}\\r\\n  \u003cdiv class=\\\"d-flex align-items-center\\\"\u003e\\r\\n    \u003cimg style=\\\"width: 3rem;\\\" class=\\\"mr-sm\\\" src=\\\"{{__rootPath}}Public/Resources/images/Login/mobile.png\\\" /\u003e\\r\\n    \u003cdiv\u003e\\r\\n      {{model.VerificationCodeSentText}}\\r\\n      \u003cdiv class=\\\"ltr-important d-inline-flex\\\"\u003e{{model.CellPhone}}\u003c/div\u003e\\r\\n    \u003c/div\u003e\\r\\n  \u003c/div\u003e\\r\\n  \\r\\n  {{else}}\\r\\n  \u003cdiv class=\\\"d-flex align-items-center\\\"\u003e\\r\\n    \u003cimg style=\\\"width: 5rem;\\\" class=\\\"mr-sm\\\" src=\\\"{{__rootPath}}Public/Resources/HilanCenter/images/code-required.svg\\\" /\u003e\\r\\n    {{model.Texts.AuthenticatorTitle}}\\r\\n  \u003c/div\u003e\\r\\n  {{/if}}\\r\\n\u003c/div\u003e\\r\\n\u003cdiv class=\\\"h-centered-field mt\\\"\u003e\\r\\n    \u003cdiv class=\\\"form-group\\\"\u003e\\r\\n        \u003cinput tabindex=\\\"1\\\" class=\\\"form-control form-control-lg\\\" placeholder=\\\"{{model.Texts.PleaseEnterVerificationCode}}\\\" title=\\\"{{model.Texts.PleaseEnterVerificationCode}}\\\" value=\\\"{{model.VerificationCode}}\\\" type=\\\"text\\\" id=\\\"verificationCode\\\"\u003e\\r\\n    \u003c/div\u003e\\r\\n\u003c/div\u003e\\r\\n\u003cdiv class=\\\"h-centered-field mb-lg\\\"\u003e\\r\\n    \u003cinput type=\\\"checkbox\\\" id=\\\"chkSaveBrowser\\\" {{#if model.SaveBrowser}}checked{{/if}} /\u003e {{model.SaveBrowserText}}\\r\\n\u003c/div\u003e\\r\\n{{#if model.ErrorMessage}}\\r\\n\u003cdiv class=\\\"h-centered-field error\\\"\u003e\\r\\n    {{model.ErrorMessage}}\\r\\n\u003c/div\u003e\\r\\n{{/if}}\\r\\n\u003cdiv class=\\\"h-centered-field mt\\\"\u003e\\r\\n    \u003cdiv class=\\\"d-flex\\\"\u003e\\r\\n        \u003cbutton class=\\\"hbutton2 cancel\\\" type=\\\"button\\\" onclick=\\\"vm.exit();\\\"\u003e\\r\\n            {{model.Texts.Cancel}}\\r\\n        \u003c/button\u003e\\r\\n        \u003cdiv class=\\\"flex-fill\\\"\u003e\u003c/div\u003e\\r\\n        \u003cbutton class=\\\"hbutton2 primary\\\" type=\\\"submit\\\" formaction=\\\"javascript:vm.submit();\\\"\u003e\\r\\n            {{model.Texts.Continue}}\\r\\n        \u003c/button\u003e\\r\\n    \u003c/div\u003e\\r\\n\u003c/div\u003e\\r\\n\u003cdiv class=\\\"h-centered-field text-right mt\\\"\u003e\\r\\n    {{#if model.IsAllowSmsResend}}\\r\\n    {{model.Texts.VerificationCodeNotReceived}} \u003ca tabindex=\\\"2\\\" class=\\\"hbutton2 link\\\" href=\\\"javascript:vm.resendSms();\\\"\u003e{{model.Texts.ResendSms}}\u003c/a\u003e\\r\\n    {{/if}}\\r\\n\u003c/div\u003e\\r\\n\\r\\n    {{else ifEq model.State StateEnum.EnterNewPassword}}\\r\\n    \u003cdiv class=\\\"h-pageTitle text-center mb\\\"\u003e\\r\\n  {{model.Texts.PasswordExpiredTitle}}\\r\\n\u003c/div\u003e\\r\\n\u003cdiv class=\\\"h-centered-field\\\"\u003e\\r\\n  \u003cdiv class=\\\"form-group mb-0\\\"\u003e\\r\\n    \u003cinput tabindex=\\\"1\\\" class=\\\"h-input-password form-control form-control-lg\\\" disabled placeholder=\\\"{{model.Texts.Password}}\\\" title=\\\"{{model.Texts.Password}}\\\" value=\\\"{{model.Password}}\\\" type=\\\"password\\\" id=\\\"password_nm\\\" autocomplete=\\\"current-password\\\"\u003e\\r\\n  \u003c/div\u003e\\r\\n\u003c/div\u003e\\r\\n\u003cdiv class=\\\"h-pageSubTitle text-center mb\\\"\u003e\\r\\n    {{model.Texts.Title}}\\r\\n\u003c/div\u003e\\r\\n\u003cdiv class=\\\"h-centered-field form-group\\\"\u003e\\r\\n  \u003cdiv class=\\\"h-label\\\"\u003e{{model.Texts.NewPassword}}\u003c/div\u003e\\r\\n  \u003cinput class=\\\"h-input-newPassword form-control form-control-lg\\\" title=\\\"{{model.Texts.NewPassword}}\\\" value=\\\"{{model.NewPassword}}\\\" type=\\\"password\\\" id=\\\"new_password_nm\\\" autocomplete=\\\"new-password\\\"\u003e\\r\\n\u003c/div\u003e\\r\\n\u003cdiv class=\\\"h-centered-field form-group\\\"\u003e\\r\\n  \u003cdiv class=\\\"h-label\\\"\u003e{{model.Texts.NewPasswordConfirmation}}\u003c/div\u003e\\r\\n  \u003cinput class=\\\"h-input-newPassword-confirmation form-control form-control-lg\\\" title=\\\"{{model.Texts.NewPasswordConfirmation}}\\\" value=\\\"{{model.NewPasswordConfirmation}}\\\" type=\\\"password\\\" id=\\\"new_password_confirmation_nm\\\" autocomplete=\\\"new-password\\\"\u003e\\r\\n\u003c/div\u003e\\r\\n{{#if model.ErrorMessage}}\\r\\n\u003cdiv class=\\\"h-centered-field error\\\"\u003e\\r\\n    {{model.ErrorMessage}}\\r\\n\u003c/div\u003e\\r\\n{{/if}}\\r\\n\u003cdiv class=\\\"h-centered-field mt\\\"\u003e\\r\\n    \u003cdiv class=\\\"d-flex\\\"\u003e\\r\\n        \u003cbutton class=\\\"hbutton2 cancel\\\" type=\\\"button\\\" onclick=\\\"vm.exit();\\\"\u003e\\r\\n            {{model.Texts.Cancel}}\\r\\n        \u003c/button\u003e\\r\\n        \u003cdiv class=\\\"flex-fill\\\"\u003e\u003c/div\u003e\\r\\n        \u003cbutton class=\\\"hbutton2 primary\\\" type=\\\"submit\\\" formaction=\\\"javascript:vm.submit();\\\"\u003e\\r\\n            {{model.Texts.Continue}}\\r\\n        \u003c/button\u003e\\r\\n    \u003c/div\u003e\\r\\n\u003c/div\u003e\\r\\n\u003cdiv class=\\\"h-centered-field mt-4 mb\\\"\u003e\\r\\n    \u003chr /\u003e\\r\\n\u003c/div\u003e\\r\\n\u003cdiv class=\\\"h-centered-field mt\\\"\u003e\\r\\n    \u003cdiv class=\\\"h-passwordRules\\\"\u003e\\r\\n        \u003cdiv class=\\\"h-passwordRules-title\\\"\u003e{{model.Texts.PasswordRules}}\u003c/div\u003e\\r\\n        \u003cdiv class=\\\"h-passwordRules-body {{#if model.IsShowBrokenRules}}h-passwordRules-showBroken{{/if}}\\\"\u003e\\r\\n            \u003cul\u003e\\r\\n                {{#if model.PasswordRules.MinLengthText}}\\r\\n                \u003cli class=\\\"{{#if model.PasswordRules.MinLengthError}}h-passwordRules-broken{{/if}}\\\"\u003e{{model.PasswordRules.MinLengthText}}\u003c/li\u003e\\r\\n                {{/if}}\\r\\n                {{#if model.PasswordRules.CharGroups.length}}\\r\\n                \u003cli class=\\\"{{#if model.PasswordRules.NumberOfRequiredCharGroupsError}}h-passwordRules-broken{{/if}}\\\"\u003e\\r\\n                    {{model.PasswordRules.NumberOfRequiredCharGroupsText}}\\r\\n                    \u003cul\u003e\\r\\n                        {{#each model.PasswordRules.CharGroups}}                                \\r\\n                        \u003cli class=\\\"h-passwordRules-group {{#if IsMatch}}h-passwordRules-match{{/if}}\\\"\u003e{{Text}}\u003c/li\u003e\\r\\n                        {{/each}}\\r\\n                    \u003c/ul\u003e\\r\\n                \u003c/li\u003e\\r\\n                {{/if}}\\r\\n                {{#if model.PasswordRules.CannotContainUsernameText}}\\r\\n                \u003cli class=\\\"{{#if model.PasswordRules.CannotContainUsernameError}}h-passwordRules-broken{{/if}}\\\"\u003e{{model.PasswordRules.CannotContainUsernameText}}\u003c/li\u003e\\r\\n                {{/if}}\\r\\n                {{#if model.PasswordRules.NumberOfDistinctCharsText}}\\r\\n                \u003cli class=\\\"{{#if model.PasswordRules.NumberOfDistinctCharsError}}h-passwordRules-broken{{/if}}\\\"\u003e{{model.PasswordRules.NumberOfDistinctCharsText}}\u003c/li\u003e\\r\\n                {{/if}}\\r\\n                {{#if model.PasswordRules.NumberOfNewCharsText}}\\r\\n                \u003cli class=\\\"{{#if model.PasswordRules.NumberOfNewCharsError}}h-passwordRules-broken{{/if}}\\\"\u003e{{model.PasswordRules.NumberOfNewCharsText}}\u003c/li\u003e\\r\\n                {{/if}}\\r\\n                {{#if model.PasswordRules.MinPasswordAgeText}}\\r\\n                \u003cli class=\\\"{{#if model.PasswordRules.MinPasswordAgeError}}h-passwordRules-broken{{/if}}\\\"\u003e{{model.PasswordRules.MinPasswordAgeText}}\u003c/li\u003e\\r\\n                {{/if}}\\r\\n                {{#if model.PasswordRules.PasswordHistoryText}}\\r\\n                \u003cli class=\\\"{{#if model.PasswordRules.PasswordHistoryError}}h-passwordRules-broken{{/if}}\\\"\u003e{{model.PasswordRules.PasswordHistoryText}}\u003c/li\u003e\\r\\n                {{/if}}\\r\\n            \u003c/ul\u003e\\r\\n        \u003c/div\u003e\\r\\n    \u003c/div\u003e\\r\\n\u003c/div\u003e\\r\\n\\r\\n    {{/ifEq}}\\r\\n    {{/ifEq}}\\r\\n    {{/if}}\\r\\n  \u003c/div\u003e\\r\\n\u003c/div\u003e\\r\\n{{#ifNot model.IsBrowserSupported}}\\r\\n\u003cdiv class=\\\"browser-not-supported\\\"\u003e\\r\\n  {{{model.Texts.BrowserNotSupported}}}\\r\\n\u003c/div\u003e\\r\\n{{/ifNot}}\\r\\n\\r\\n\",\"templateId\":null,\"initialData\":{\"IsMobileApp\":false,\"State\":2,\"OrgId\":\"7634\",\"IsShowOrganizationSelection\":false,\"IsShowId\":false,\"IsShowOrgLogo\":true,\"IsShowForgotPassword\":true,\"OrgName\":\"אסם השקעות בע\\\"מ\",\"Culture\":\"he-IL\",\"SiteType\":1,\"Code\":0,\"ErrorMessage\":null,\"IsUseIdAsEmployeeId\":false,\"ThemeId\":null,\"IsShowOneTimePasswordLogin\":false,\"IsShowFingerprintAuthentication\":true,\"IsUseSmartClockAuthentication\":true,\"IsDisableLoginForm\":false,\"AuthImageUrl\":null,\"IsBrowserSupported\":true,\"IsBlocked\":false,\"VmName\":null,\"Title\":null}}'
      ));
    //]]>
  </script>
</form>

Text Content

חילנט

עברית English
כניסה לחילנט


שכחת סיסמה?
כניסה

--------------------------------------------------------------------------------

משתמשים יקרים,
לתמיכה בנושא סיסמאות ובכל שאלה או תקלה,
אנא פנו לגורם האחראי בארגונכם על תחום השכר / נוכחות / משאבי האנוש
אבטחת מידע ופרטיות