recruitingbypaycor.com Open in urlscan Pro
34.237.65.186  Public Scan

Submitted URL: https://recruitingbypaycor.com/candidate/8a7883bf821e19ef01825aba58f73473
Effective URL: https://recruitingbypaycor.com/login?redirect=%2Fcandidate%2F8a7883bf821e19ef01825aba58f73473
Submission Tags: falconsandbox
Submission: On August 02 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: loginForm

<form name="loginForm" class="login-box ng-pristine ng-valid-email ng-invalid ng-invalid-required" onsubmit="return false" novalidate="">
  <div class="login-form">
    <div class="newton-title">Sign in to Paycor Recruiting</div>
    <div class="newton-details">Enter your details below.</div>
    <div layout="row" class="username-div tfa-hide layout-row">
      <label for="username" class="username-label">Email Address</label>
    </div>
    <input type="password" name="hidepwd" style="display:none" autocomplete="off">
    <div layout="row" class="tfa-hide layout-row">
      <input id="username" type="email" name="username" class="input ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" ng-model="ctrl.loginForm.username" required="" ng-disabled="ctrl.error.privateBrowsing"
        aria-invalid="true">
    </div>
    <div layout="row" class="username-div tfa-hide layout-row">
      <div class="login-tip-message">Using Single Sign-On? No password is required. </div>
    </div>
    <div layout="row" class="password-div tfa-hide layout-row">
      <label for="password" class="label">Password</label>
    </div>
    <div layout="row" class="tfa-hide layout-row">
      <input id="password" type="password" name="password" class="input ng-pristine ng-untouched ng-valid ng-empty" ng-model="ctrl.loginForm.password" detect-caps="" ng-keypress="ctrl.detectCaps($event)" ng-keydown="ctrl.password_keydown($event)"
        ng-disabled="ctrl.error.privateBrowsing" disableautocomplete="" autocomplete="off" aria-invalid="false">
    </div>
    <div layout="row" class="remember-me-checkbox tfa-hide layout-row">
      <input type="checkbox" id="remember-me" name="isRememberMe" ng-model="ctrl.loginForm.isRememberMe" class="ng-pristine ng-untouched ng-valid ng-empty" aria-invalid="false">
      <!-- ngIf: !ctrl.error.privateBrowsing --><label ng-if="!ctrl.error.privateBrowsing" for="remember-me" ns-qa="rememberMeCheckbox" class="ng-scope">Remember me</label><!-- end ngIf: !ctrl.error.privateBrowsing -->
      <span flex="" class="flex"></span>
      <!-- ngIf: !ctrl.error.privateBrowsing --><span ng-if="!ctrl.error.privateBrowsing" ng-click="ctrl.toggleResetPwdWindow()" class="ng-scope" role="button"
        tabindex="0"><a class="forget-pwd">Forgot password?</a></span><!-- end ngIf: !ctrl.error.privateBrowsing -->
    </div>
    <div layout="row" class="qrCode-div tfa-show layout-row">
      <div class="qr-code-description"> Scan the QR code shown here using the Google Authenticator app on your phone. </div>
    </div>
    <div layout="row" class="tfaCode-div tfa-show layout-row">
      <div class="qr-image-div"></div>
      <div flex="" layout="column" layout-align="start start" class="tfaCode-label-div layout-align-start-start layout-column flex">
        <label for="tfaCode" class="tfaCode-label">Enter the code generated</label>
        <input id="tfaCode" type="text" name="tfaCode" placeholder="TFA Code" class="input ng-pristine ng-untouched ng-valid ng-empty" ng-model="ctrl.loginForm.tfaCode" aria-invalid="false">
      </div>
    </div>
    <div layout="row" layout-align="center center" class="sign-in-newton-button layout-align-center-center layout-row">
      <button type="submit" id="sign-in-button" class="sign-btn" ng-click="ctrl.login()" ng-disabled="ctrl.error.privateBrowsing || ctrl.inProgress">
        <div layout="row" layout-align="center center" class="layout-align-center-center layout-row">
          <!-- ngIf: !ctrl.inProgress --><span class="sign-in-text ng-scope" ng-if="!ctrl.inProgress">Sign In</span><!-- end ngIf: !ctrl.inProgress -->
          <!-- ngIf: ctrl.inProgress -->
        </div>
      </button>
    </div>
    <div>
      <div layout="row" class="login-error-div layout-row">
        <div flex="" class="login-error-message yellow layout-align-start-center layout-row flex ng-hide" ng-show="ctrl.error.isError" layout="row" layout-align="start center"
          ng-class="{'black' : ctrl.error.fourthTime, 'red': ctrl.error.locked || ctrl.error.inactive || ctrl.error.privateBrowsing || ctrl.error.resetExpired || ctrl.error.expiredRememberMe || ctrl.error.agencyLocked}" aria-hidden="true">
          <i class="material-icons login-error">error</i>
          <div class="error-message-div">
            <span ng-show="ctrl.error.noEmail" aria-hidden="true" class="ng-hide">Email is required.</span>
            <span ng-show="ctrl.error.caps" aria-hidden="true" class="ng-hide">Caps lock is on.</span>
            <span ng-show="ctrl.error.incorrect" aria-hidden="true" class="ng-hide"> Sorry - That email/password does not match our records. If you have forgotten your password, please <span ng-click="ctrl.toggleResetPwdWindow()"
                class="reset-pwd-click-here" role="button" tabindex="0">click here</span>. </span>
            <span ng-show="ctrl.error.fourthTime" aria-hidden="true" class="ng-hide">Warning - That password is invalid. One more login attempt remaining before your account is locked.</span>
            <span ng-show="ctrl.error.locked" aria-hidden="true" class="ng-hide">Your account has been locked out. Please contact your HR Team for assistance.</span>
            <span ng-show="ctrl.error.agencyLocked" aria-hidden="true" class="ng-hide">You've entered an incorrect password 5 times - your account will be locked for 15 minutes. If necessary, please use the "Forgot Password" link above to reset your
              password after this time. </span>
            <span ng-show="ctrl.error.inactive" aria-hidden="true" class="ng-hide">Your account is inactive. Please contact your HR Team for reset assistance.</span>
            <span ng-show="ctrl.error.privateBrowsing" aria-hidden="true" class="ng-hide">Private browsing mode does not work with Paycor Recruiting. Please turn off Safari’s private browsing in order to login.</span>
            <span ng-show="ctrl.error.expiredRememberMe" aria-hidden="true" class="ng-hide">Your "Remember me" session token has expired. Please enter your password.</span>
            <span ng-show="ctrl.error.resetEmailSent" aria-hidden="true" class="ng-hide">An email has been sent to you with reset instructions. If you don't get an email soon, please check your spam.</span>
            <span ng-show="ctrl.error.resetExpired" aria-hidden="true" class="ng-hide">The link you just used has expired.<br>Please request another reset link by <span ng-click="ctrl.toggleResetPwdWindow()" class="reset-pwd-click-here" role="button"
                tabindex="0">clicking here.</span>
            </span>
            <span ng-show="ctrl.error.resetByAdmin" aria-hidden="true" class="ng-hide">Your password has been reset. To complete the password process, please <span ng-click="ctrl.toggleResetPwdWindow()" class="reset-pwd-click-here" role="button"
                tabindex="0">click here.</span></span>
            <span ng-show="ctrl.error.tfaCodeIncorrect" aria-hidden="true" class="ng-hide">TFA code is incorrect.</span>
            <span ng-show="ctrl.error.tfaCodeRequired" aria-hidden="true" class="ng-hide">TFA code is required.</span>
            <span ng-show="ctrl.error.samlRequired" aria-hidden="true" class="ng-hide">Sorry - logins using your Paycor Recruiting password have been disabled. Please login using single sign-on instead.</span>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

Sign in to Paycor Recruiting
Enter your details below.
Email Address

Using Single Sign-On? No password is required.
Password

Remember me Forgot password?
Scan the QR code shown here using the Google Authenticator app on your phone.
Enter the code generated
Sign In
error
Email is required. Caps lock is on. Sorry - That email/password does not match
our records. If you have forgotten your password, please click here. Warning -
That password is invalid. One more login attempt remaining before your account
is locked. Your account has been locked out. Please contact your HR Team for
assistance. You've entered an incorrect password 5 times - your account will be
locked for 15 minutes. If necessary, please use the "Forgot Password" link above
to reset your password after this time. Your account is inactive. Please contact
your HR Team for reset assistance. Private browsing mode does not work with
Paycor Recruiting. Please turn off Safari’s private browsing in order to login.
Your "Remember me" session token has expired. Please enter your password. An
email has been sent to you with reset instructions. If you don't get an email
soon, please check your spam. The link you just used has expired.
Please request another reset link by clicking here. Your password has been
reset. To complete the password process, please click here. TFA code is
incorrect. TFA code is required. Sorry - logins using your Paycor Recruiting
password have been disabled. Please login using single sign-on instead.
Contact our Support Team from 9 AM to 6 PM Eastern if you still have questions
or need assistance. They respond to most tickets within just a few hours.
© 2022 Paycor, Inc | Privacy Policies

Paycor Recruiting Streamline and optimize your recruiting process so that
candidates have a great experience and you can quickly and effectively fill open
positions.

Paycor Recruiting streamlines and optimizes every aspect of your recruiting
process with a best-in-class, highly rated ATS.



Our solution enables HR leaders to streamline the process for identifying new
hires:

 * Create Branded Career Pages
 * Source Great Candidates
 * Customize Online Job Applications
 * Search and Parse Resumes
 * Integrate with Calendars for Easy Scheduling
 * Evaluate Candidates with Interview Scorecards
 * Electronically Sign Offer Letters
 * Seamlessly Create New Employee Records

Questions? We're here to help.

Access the Knowledge Base, complete with articles, training videos, and
screenshots.


Call Recruiting Support at 415-593-1189 for assistance, or email the team at
recruitingsupport@paycor.com.


Password Update

If you've forgotten your password, or you have never created one, enter your
email into the field below and Paycor Recruiting will send you a password reset
link.
Email

SEND PASSWORD LINK


Account Temporarily Locked
close
warning
The password for this account cannot be reset at this time as this account has
been temporarily locked for 15 minutes.
When the temporary lock period has expired, the account will automatically be
unlocked and you will be able to reset the password for this account.
GOT IT


PRIVACY PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer. More information
Allow All


MANAGE COOKIE PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms.    You can set your browser to
block or alert you about these cookies, but some parts of the site will not then
work. These cookies do not store any personally identifiable information.



PERFORMANCE COOKIES

Always Active

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site.    All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.



FUNCTIONAL COOKIES

Always Active

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages.    If you do not allow these cookies then
some or all of these services may not function properly.



TARGETING COOKIES

Always Active

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites.    They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.


Confirm My Choices

Back Button

Back


PERFORMANCE COOKIES

Vendor Search Search Icon Filter Icon


Clear Fliters

Information storage and access
Apply

All Consent Allowed

Select All Vendors
All Consent Allowed


 * 33ACROSS
   
   HOST DESCRIPTION
   
   VIEW COOKIES
   
   
   REPLACE-WITH-DYANMIC-HOST-ID
    * Name
      cookie name
      Host
      cookie host
      Duration
      cookie duration
      Type
      cookie type
      Category
      cookie category
      Description
      cookie category


 * 33ACROSS
   
   View Privacy Notice
   
   3 Purposes
   
   REPLACE-WITH-DYANMIC-VENDOR-ID
   Arrow
   
   Consent Purposes
   
   Location Based Ads
   
   Consent Allowed
   
   Legitimate Interest Purposes
   
   Personalize
   
   Require Opt-Out
   
   Features
   
   Location Based Ads

Confirm My Choices


We use cookies to personalize content and ads, to provide social media features
and to analyze our traffic. We also share information about your use of our site
with our social media, advertising and analytics partners.

Cookies Settings Accept Cookies