secure.saashr.com Open in urlscan Pro
130.211.27.100  Public Scan

Submitted URL: https://u15677197.ct.sendgrid.net/ls/click?upn=Z45l2PPN3rZE9U9L-2B7vlePaTuUWVLvJ-2F5rusVpL6XoNi2BMPyYIu5YrvNdzBxILo-2BOsrg-2B3PsEd...
Effective URL: https://secure.saashr.com/ta/L036.login?TargetUrl=hr%2Fforms%2FeditCustom%3FVIEW%3DCOMPANY%26Id%3D1611003444%26AccountId%3...
Submission: On September 06 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: TheFormPOST /ta/L036.login?rnd=CTI

<form autocomplete="off" method="POST" name="TheForm" action="/ta/L036.login?rnd=CTI"><input type="hidden" name="s" value="1"><input type="hidden" name="GoToTop" value="0">
  <div id="PAGE_CONFIRM_GRAY" class="pageConfirmGray"></div>
  <div id="PAGE_GRAY" class="pageGray"></div>
  <div id="PAGE_POPUP_MAXIMIZE_MINIMIZE">
    <div id="PAGE_POPUP_MINIMIZE"><img onclick="minMaxPopUp()" src="/images/custom/popup_restore_down.png"></div>
    <div id="PAGE_POPUP_MAXIMIZE"><img onclick="minMaxPopUp()" src="/images/custom/popup_maximize.png"></div>
  </div>
  <div id="PAGE_POPUP" onselectstart="return false;" onmousedown="return false;">
    <div class="popUp"><span id="PAGE_POPUP_CLOSE" class="popupClose"><img onclick="hidePopUp()" src="/images/custom/popup_close.png"></span>
      <div id="PAGE_POPUP_TITLE">
        <div id="PAGE_POPUP_TITLE_BODY"></div>
      </div>
      <div id="PAGE_POPUP_BODY"></div>
    </div>
  </div><input type="hidden" name="$action"><input type="hidden" name="$actionPrm"><input type="hidden" name="u" value="PMIXGCHTIRWDQAS"><input type="hidden" name="XTimeStamp" value="1694032763621"><input type="hidden" name="XServerId"
    value="w01p01wf05-ap01"><input type="hidden" name="oauth_authorization_code__callback_uri"><input type="hidden" name="oauth_grant_type"><input type="hidden" name="oauth_authorization_code__state"><input type="hidden"
    name="oauth_authorization_code__client_id"><input type="hidden" name="oauth_authorization_code__code_challenge"><input type="hidden" name="oauth_authorization_code__code_challenge_method">
  <div id="ToolTipDiv" class="toolTip" style="z-index: 1000;"></div>
  <header class="header for-theme right-title">
    <div class="company-logo"><img src="/ta/images/uploaded/81861/image001__004__VCTP_600_131.jpg?checkLogoImgNewUI=1" alt="Palm Beach Zoo &amp; Conservation Society"></div>
    <div class="company-description">Palm Beach Zoo &amp; Conservation Society</div>
  </header>
  <article role="main">
    <section></section>
    <section class="extra-title for-theme">
      <h1>Log in</h1><span id="HeadJSClock" class="head-clock">4:39 PM [ EDT ]</span>
    </section>
    <section class="login has-aside ">
      <div class="inputForm">
        <div class="inputFormWr">
          <link async="" rel="stylesheet" type="text/css" href="/ta/css/splash-spinner.css">
          <input type="hidden" name="Password"><input type="hidden" name="AttestCategory">
          <div id="messagesContainer" aria-hidden="true" role="alert"></div><input type="hidden" name="Latitude"><input type="hidden" name="Longitude">
          <fieldset class="login-fieldset">
            <legend>Log in</legend>
            <div class="loginPageInput"><label aria-label="Username">
                <div class="label for-theme mark-required" id="Username_label">Username</div>
                <div class="fld" id="FldUsername"><input type="text" class="editFormText" style="width:100%;" size="100" maxlength="75" name="Username" value="" aria-required="true" aria-label="Username"></div>
              </label><span class="ico"><i class="icon-Login"><!-- --></i></span></div>
            <div class="loginPageInput"><label aria-label="Password">
                <div class="label for-theme mark-required" id="PasswordView_label">Password</div>
                <div class="fld" id="FldPasswordView"><input type="password" class="editFormText" style="width:100%;" size="100" name="PasswordView" value="" aria-required="true" aria-label="Password"></div>
              </label><span class="ico"><i class="icon-Lock"><!-- --></i></span></div>
            <div><label class="login-checkbox"><input type="checkbox" id="RemLogin" name="RemLogin" value="1"><b aria-hidden="true"></b><span class="login-checkbox-label">Remember Username</span></label></div>
            <div class="loginPageButton"><button type="submit" class="primaryButton" name="LoginButton" onclick="return formSubmit()">Login</button></div>
          </fieldset>
          <p class="form-text" align="center">
            <a href="/ta/L036.login?rnd=GTC&amp;%24LoginAction=ProblemWithLogin&amp;TargetUrl=hr%2Fforms%2FeditCustom%3FVIEW%3DCOMPANY%26Id%3D1611003444%26AccountId%3D4382981500%26id%3D1611003444">Forgot your password?</a></p>
          <div id="other-login-opts-separator" style="display:none" class="separator for-theme"><span>or</span></div>
          <div class="loginButtonsPane">
            <fieldset id="other-login-opts-fieldset" class="login-fieldset" style="display:none">
              <legend>Other Login Options</legend>
            </fieldset>
          </div>
          <script>
            function formSubmitTimeout() {
              var theForm = document.TheForm;
              theForm.isSubmitted = false;
              theForm.LoginButton.disabled = false;
              theForm.LoginButton.innerHTML = 'Login';
            }

            function formSubmit() {
              var theForm = document.TheForm;
              if (theForm.isSubmitted) {
                theForm.LoginButton.disabled = true;
                return false;
              }
              theForm.Password.value = theForm.PasswordView.value;
              theForm.PasswordView.value = '';
              theForm.LoginButton.innerHTML = 'Logging in ...';
              theForm.isSubmitted = true;
              window.setTimeout("formSubmitTimeout()", 15000);
              return true;
            }
          </script>
          <script>
            function setFocusToErrorField() {
              var firstErrorInput = $('input[aria-invalid="true"]:first');
              if (firstErrorInput != null && firstErrorInput.length) {
                firstErrorInput.focus();
              }
            }

            function setAlertMessages() {
              var messagesContainer = $('#messagesContainer');
              messagesContainer.attr('aria-hidden', 'false');
              messagesContainer.attr('role', 'alert');
              setTimeout(function() {
                messagesContainer.attr('aria-hidden', 'true');
              }, 200);
            }
            addOnLoad(function() {
              setFocusToErrorField();
              setTimeout(setAlertMessages, 200)
            });
          </script>
          <script async="" src="/ta/js/HM_Loader3.js?&amp;RND=v88&amp;CId=81861"></script>
        </div>
      </div>
    </section>
    <aside>
      <div class="companyLoginDesc">
        <div id="login-msg" class="lm">
          <p style="text-align:center">&nbsp;</p>
          <p style="text-align:center">Prefer a language other than English? Try&nbsp;<a title="Google Translate" href="https://translate.google.com/" target="_blank" rel="nofollow noopener noreferrer">Google Translate</a>.</p>
          <p style="text-align:center">&nbsp;</p>
          <p>Are you having problems accessing your company’s employee portal? Don’t worry! PayMaster is here to help.</p>
          <p>&nbsp;</p>
          <p><strong>Do you know your username?</strong> If you don’t, search all of your email (e.g., both personal and business email accounts) for messages from our domain, paymaster.net.</p>
          <p>&nbsp;</p>
          <p><strong>Do you know your password?</strong> If not, you should consider using the ‘Forgot your password?’ link on this page. It’ll walk you through a process in which you can reset your password.</p>
          <p>&nbsp;</p>
          <p><strong>Is your account locked?</strong>&nbsp;Accounts can be locked for a variety of reasons in an effort to keep your information secure. You can get help with a locked account by reaching out to your payroll/HR department or by
            <a title="Get help from PayMaster!" href="https://paymaster.com/ticket" target="_blank" rel="nofollow noopener noreferrer">creating a ticket</a> with PayMaster’s Employee Support Team.</p>
          <p>&nbsp;</p>
          <p><strong>Still having trouble?</strong> Reach out to your payroll/HR department or <a title="Get help from PayMaster!" href="https://paymaster.com/ticket" target="_blank" rel="nofollow noopener noreferrer">create a ticket</a> with
            PayMaster’s Employee Support Team. Either way, the vast majority of company portal issues can be resolved within 24 hours.</p>
        </div>
        <div class="bottomIncludeBlock"></div>
      </div>
    </aside>
  </article><input type="hidden" name="TargetUrl" value="hr/forms/editCustom?VIEW=COMPANY&amp;Id=1611003444&amp;AccountId=4382981500&amp;id=1611003444"><input type="hidden" name="NoRedirect" value="1">
</form>

Text Content

Palm Beach Zoo & Conservation Society


LOG IN

4:39 PM [ EDT ]

Log in
Username

Password

Remember Username
Login

Forgot your password?

or
Other Login Options

 

Prefer a language other than English? Try Google Translate.

 

Are you having problems accessing your company’s employee portal? Don’t worry!
PayMaster is here to help.

 

Do you know your username? If you don’t, search all of your email (e.g., both
personal and business email accounts) for messages from our domain,
paymaster.net.

 

Do you know your password? If not, you should consider using the ‘Forgot your
password?’ link on this page. It’ll walk you through a process in which you can
reset your password.

 

Is your account locked? Accounts can be locked for a variety of reasons in an
effort to keep your information secure. You can get help with a locked account
by reaching out to your payroll/HR department or by creating a ticket with
PayMaster’s Employee Support Team.

 

Still having trouble? Reach out to your payroll/HR department or create a ticket
with PayMaster’s Employee Support Team. Either way, the vast majority of company
portal issues can be resolved within 24 hours.


Copyright © 2023 All Rights Reserved. v88 Artifact: r88.61.43e38b30371
US-5-PROD