myportal.accurate.com Open in urlscan Pro
35.160.237.36  Public Scan

Submitted URL: https://email.accurate.com/ls/click?upn=u001.9RQsiqoMCDBUPJaYdsISGWntJyGrhmzXWtxINgEsJoTLA0GOL3Qy0iBUubQmknWaVru2Bxq2MPPmwe...
Effective URL: https://myportal.accurate.com/security/altRegistration/pfEJ-0eN5Ez5cY40Kifseg
Submission: On May 17 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: altRegistrationForm

<form id="altRegistrationForm" name="altRegistrationForm" novalidate="" focus-first-element=""
  class="ng-pristine ng-valid-email ng-invalid-required ng-valid-maxlength ng-valid-minlength ng-valid-user ng-valid-uppercase ng-valid-lowercase ng-valid-number ng-valid-special ng-valid-repeat ng-valid-confirm ng-invalid ng-valid-unique" style="">
  <div class="form-group ng-hide" ng-show="subjectCancelled &amp;&amp; candidateInfo.firstName">
    <p class="text-center error-text">
      <em class="ng-binding">Your order was cancelled, please reach out to the requesting personnel.</em>
    </p>
  </div>
  <div class="form-group" ng-show="!userNotRegistered &amp;&amp; candidateInfo.firstName" style="">
    <p class="color-blue ng-binding"> Sam, please register with MyPortal so we can communicate with you from this platform </p>
  </div>
  <div class="form-group ng-hide" ng-show="submitted &amp;&amp; (altRegistrationForm.userName.$dirty || altRegistrationForm.userName.$invalid)">
    <p class="text-center error-text ng-hide" ng-show="altRegistrationForm.userName.$error.unique">
      <em>Username already exists</em>
    </p>
    <p class="text-center error-text ng-hide" ng-show="altRegistrationForm.userName.$error.maxlength">
      <em>Username need less than 50 characters</em>
    </p>
  </div>
  <div class="form-group" ng-class="getUserNameErrorClass()">
    <label for="userName" class="ng-binding">Email Address *</label>
    <input type="email" id="userName" name="userName" value="" placeholder="" maxlength="50" trim-spaces="" ng-maxlength="50" ng-model="candidateInfo.userName" ng-required="true" ng-model-options="{ debounce: 500 }" ng-readonly="true"
      unique-username="" class="ng-pristine ng-valid-email ng-valid-maxlength ng-touched ng-not-empty ng-valid-required ng-valid ng-valid-unique" required="required" readonly="readOnly" data-uw-rm-form="nfx" style="">
  </div>
  <div class="form-group">
    <div class="col-12" ng-class="getPasswordErrorClass()">
      <label for="password" class="ng-binding">Create Password *</label>
      <div class="form-icon">
        <i class="icon-lock"></i>
        <input type="password" id="password" name="password" value="" placeholder="" maxlength="50" minlength="8" ng-maxlength="50" ng-minlength="8" ng-model="candidateInfo.password" ng-required="true" prevent-spaces=""
          candidate-password="candidateInfo" ng-focus="showPasswordInfo()" ng-blur="hidePasswordInfo()" exclude-sanitize="true"
          class="ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength ng-valid-user ng-valid-uppercase ng-valid-lowercase ng-valid-number ng-valid-special ng-valid-repeat"
          required="required" data-uw-rm-form="nfx">
      </div>
      <div class="pswd_info ng-hide" ng-show="showLeftInfo &amp;&amp; altRegistrationForm.password.$invalid">
        <label class="header">Password Requirements</label>
        <ul>
          <li
            ng-class="{'pswd_valid' : !altRegistrationForm.password.$error.minlength &amp;&amp; !altRegistrationForm.password.$error.required, 'pswd_invalid' : altRegistrationForm.password.$error.minlength || altRegistrationForm.password.$error.required}"
            class="pswd_invalid">
            <div class="bullet"></div>
            <label>At least 8 characters</label><br role="presentation" data-uw-rm-sr="">
          </li>
          <li ng-class="{'pswd_valid' : !altRegistrationForm.password.$error.user &amp;&amp; !altRegistrationForm.password.$error.required, 'pswd_invalid' : altRegistrationForm.password.$error.user || altRegistrationForm.password.$error.required}"
            class="pswd_invalid">
            <div class="bullet"></div>
            <label>Cannot be your full username or email address</label><br role="presentation" data-uw-rm-sr="">
          </li>
          <li
            ng-class="{'pswd_valid' : !altRegistrationForm.password.$error.uppercase &amp;&amp; !altRegistrationForm.password.$error.required, 'pswd_invalid' : altRegistrationForm.password.$error.uppercase || altRegistrationForm.password.$error.required}"
            class="pswd_invalid">
            <div class="bullet"></div>
            <label>At least 1 uppercase letter</label><br role="presentation" data-uw-rm-sr="">
          </li>
          <li
            ng-class="{'pswd_valid' : !altRegistrationForm.password.$error.lowercase &amp;&amp; !altRegistrationForm.password.$error.required, 'pswd_invalid' : altRegistrationForm.password.$error.lowercase || altRegistrationForm.password.$error.required}"
            class="pswd_invalid">
            <div class="bullet"></div>
            <label>At least 1 lowercase letter</label><br role="presentation" data-uw-rm-sr="">
          </li>
          <li
            ng-class="{'pswd_valid' : !altRegistrationForm.password.$error.number &amp;&amp; !altRegistrationForm.password.$error.required, 'pswd_invalid' : altRegistrationForm.password.$error.number || altRegistrationForm.password.$error.required}"
            class="pswd_invalid">
            <div class="bullet"></div>
            <label>At least 1 number</label><br role="presentation" data-uw-rm-sr="">
          </li>
          <li
            ng-class="{'pswd_valid' : !altRegistrationForm.password.$error.special &amp;&amp; !altRegistrationForm.password.$error.required, 'pswd_invalid' : altRegistrationForm.password.$error.special || altRegistrationForm.password.$error.required}"
            class="pswd_invalid">
            <div class="bullet"></div>
            <label data-uw-rm-sr="">At least one special character (^ $ * . [ ] { } ( ) ? - " ! @ # % &amp; / \ , &gt; &lt; ' : ; | _ ~ `)</label><br role="presentation" data-uw-rm-sr="">
          </li>
          <li
            ng-class="{'pswd_valid' : !altRegistrationForm.password.$error.repeat &amp;&amp; !altRegistrationForm.password.$error.required, 'pswd_invalid' : altRegistrationForm.password.$error.repeat || altRegistrationForm.password.$error.required}"
            class="pswd_invalid">
            <div class="bullet"></div>
            <label>Cannot have more than two consecutive characters repeated</label><br role="presentation" data-uw-rm-sr="">
          </li>
        </ul>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="col-12" ng-class="getConfirmPasswordErrorClass()">
      <label for="confirmPassword" class="ng-binding">Re-Enter Password *</label>
      <div class="form-icon">
        <i class="icon-lock"></i>
        <input type="password" id="confirmPassword" name="confirmPassword" value="" placeholder="" maxlength="50" minlength="8" ng-maxlength="50" ng-minlength="8" ng-model="candidateInfo.confirmPassword" ng-required="true" prevent-spaces=""
          candidate-password="candidateInfo" confirm-password="password" ng-focus="showConfirmPasswordInfo()" ng-blur="hideConfirmPasswordInfo()" exclude-sanitize="true"
          class="ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength ng-valid-confirm ng-valid-user ng-valid-uppercase ng-valid-lowercase ng-valid-number ng-valid-special ng-valid-repeat"
          required="required" data-uw-rm-form="nfx">
      </div>
      <div class="pswd_info ng-hide" ng-show="showRightInfo &amp;&amp; altRegistrationForm.confirmPassword.$invalid">
        <ul>
          <li ng-class="before()" class="pswd_before">
            <label>Password Requirements</label><br role="presentation" data-uw-rm-sr="">
          </li>
          <li
            ng-class="{'pswd_valid' : !altRegistrationForm.confirmPassword.$error.minlength &amp;&amp; !altRegistrationForm.confirmPassword.$error.required, 'pswd_invalid' : altRegistrationForm.confirmPassword.$error.minlength || altRegistrationForm.confirmPassword.$error.required}"
            class="pswd_invalid">
            <label>At least 8 characters</label><br role="presentation" data-uw-rm-sr="">
          </li>
          <li
            ng-class="{'pswd_valid' : !altRegistrationForm.confirmPassword.$error.user &amp;&amp; !altRegistrationForm.confirmPassword.$error.required, 'pswd_invalid' : altRegistrationForm.confirmPassword.$error.user || altRegistrationForm.confirmPassword.$error.required}"
            class="pswd_invalid">
            <label>Cannot be your full username or email address</label><br role="presentation" data-uw-rm-sr="">
          </li>
          <li
            ng-class="{'pswd_valid' : !altRegistrationForm.confirmPassword.$error.uppercase &amp;&amp; !altRegistrationForm.confirmPassword.$error.required, 'pswd_invalid' : altRegistrationForm.confirmPassword.$error.uppercase || altRegistrationForm.confirmPassword.$error.required}"
            class="pswd_invalid">
            <label>At least 1 uppercase letter</label><br role="presentation" data-uw-rm-sr="">
          </li>
          <li
            ng-class="{'pswd_valid' : !altRegistrationForm.confirmPassword.$error.lowercase &amp;&amp; !altRegistrationForm.confirmPassword.$error.required, 'pswd_invalid' : altRegistrationForm.confirmPassword.$error.lowercase || altRegistrationForm.confirmPassword.$error.required}"
            class="pswd_invalid">
            <label>At least 1 lowercase letter</label><br role="presentation" data-uw-rm-sr="">
          </li>
          <li
            ng-class="{'pswd_valid' : !altRegistrationForm.confirmPassword.$error.number &amp;&amp; !altRegistrationForm.confirmPassword.$error.required, 'pswd_invalid' : altRegistrationForm.confirmPassword.$error.number || altRegistrationForm.confirmPassword.$error.required}"
            class="pswd_invalid">
            <label>At least 1 number</label><br role="presentation" data-uw-rm-sr="">
          </li>
          <li
            ng-class="{'pswd_valid' : !altRegistrationForm.confirmPassword.$error.special &amp;&amp; !altRegistrationForm.confirmPassword.$error.required, 'pswd_invalid' : altRegistrationForm.confirmPassword.$error.special || altRegistrationForm.confirmPassword.$error.required}"
            class="pswd_invalid">
            <label data-uw-rm-sr="">At least one special character (^ $ * . [ ] { } ( ) ? - " ! @ # % &amp; / \ , &gt; &lt; ' : ; | _ ~ `)</label><br role="presentation" data-uw-rm-sr="">
          </li>
          <li
            ng-class="{'pswd_valid' : !altRegistrationForm.confirmPassword.$error.repeat &amp;&amp; !altRegistrationForm.confirmPassword.$error.required, 'pswd_invalid' : altRegistrationForm.confirmPassword.$error.repeat || altRegistrationForm.confirmPassword.$error.required}"
            class="pswd_invalid">
            <label>Cannot have more than two consecutive characters repeated</label><br role="presentation" data-uw-rm-sr="">
          </li>
          <li
            ng-class="{'pswd_valid' : !altRegistrationForm.confirmPassword.$error.confirm &amp;&amp; !altRegistrationForm.confirmPassword.$error.required, 'pswd_invalid' : altRegistrationForm.confirmPassword.$error.confirm || altRegistrationForm.confirmPassword.$error.required}"
            class="pswd_invalid">
            <label>"Create Password" matches "Re-Enter Password"</label><br role="presentation" data-uw-rm-sr="">
          </li>
        </ul>
      </div>
    </div>
  </div>
  <div class="form-group">
    <p class="text-center error-text ng-hide" ng-show="registrationError">
      <em class="ng-binding"></em>
    </p>
  </div>
  <div class="form-group ng-hide" ng-show="socialMediaError &amp;&amp; clickedOnSocialMedia">
    <p class="text-center error-text">
      <em>An error has occurred. Please try again later.</em>
    </p>
  </div>
  <div class="form-group ng-hide" ng-show="socialMediaAlreadyExistsError">
    <p class="text-center error-text">
      <em>This account has already been registered.</em>
    </p>
  </div>
  <div class="form-group ng-hide" ng-show="showSocialMediaUnavailable">
    <p class="text-center error-text">
      <em>We're currently having issues with our 3rd-party login systems. Please try again later.</em>
    </p>
  </div>
  <div class="form-group ng-hide" ng-show="showLinkedInUnavailable">
    <p class="text-center error-text">
      <em>We're currently having issues connecting to LinkedIn. Please try again later.</em>
    </p>
  </div>
  <div class="form-group ng-hide" ng-show="showPasswordContainsEmailError">
    <p class="text-center error-text">
      <em>Your password must not contain your email address</em>
    </p>
  </div>
  <div class="text-center top-50 bottom-50 ng-hide" ng-show="showPasswordContainsRepeatedCharsError">
    <p class="error-text">
      <em>Your password cannot have more than two consecutive characters repeated</em>
    </p>
  </div>
  <!-- Display standard error message when locale id is set to null or invalid when language is selected from language drop-down  -->
  <div class="error-text text-center ng-hide" ng-show="invalidLocaleId"> We've encountered an unknown error. <br role="presentation" data-uw-rm-sr=""> Please try again later or contact customer service at 1-800-216-8024 </div>
  <div ng-hide="invalidLocaleId" class="ui-resizable" ce-error-handler="">
    <div class="error-text ng-hide" ng-hide="error === null">
      <div class="top-30 well row col-10 well-new">
        <div class="text-center">
          <p>
            <a ng-click="errorDetails()" aria-label="Open this option" data-uw-rm-empty-ctrl="" data-uw-rm-kbnav="ngclick" role="button" tabindex="0">
			    	<span class="glyphicon glyphicon glyphicon-menu-down" ng-class="getErrorDetailClass()" aria-hidden="true"></span>
				</a>
          </p><!-- ngIf: error.errors -->
          <!-- ngIf: error.errorCode && !error.errors -->
          <!-- ngIf: !error.errorCode && !error.errors -->
          <div ng-if="!error.errorCode &amp;&amp; !error.errors" class="ng-scope"> We've encountered an unknown error. <br> Please try again later or contact customer service at 1-800-216-8024 </div>
          <!-- end ngIf: !error.errorCode && !error.errors -->
          <p></p>
        </div>
      </div>
    </div>
  </div>
  <div class="error-text ng-hide" ng-show="altRegistrationForm.$invalid &amp;&amp; submitted" ce-error-message="">
    <div class="top-10 well row col-10 well-new">
      <div class="text-center">
        <p ng-show="!ukdnaErrors"> Please review all fields </p>
        <div ng-show="ukdnaErrors" class="ng-hide">
          <!-- ngRepeat: error in ukdnaErrors -->
        </div>
      </div>
    </div>
  </div>
  <div class="text-center top-20">
    <button type="submit" id="nextButton" name="nextButton" class="btn btn-lg btn-solid btn-block" ng-click="next()" ng-disabled="isProcessing" data-uw-rm-kbnav="ngclick" role="button" tabindex="0">Next</button>
  </div>
  <div ng-show="showSocialmedia">
    <div class="social-login-hr-container">
      <hr class="social-login-hr-text" data-content="OR" role="presentation" data-uw-rm-sr="">
    </div>
    <h5 class="text-center" data-uw-rm-heading="level" role="heading" aria-level="2">Sign In Using Social Networks</h5>
    <div class="text-center social-icons-container">
      <div id="gSignInWrapper" class="social-icons-item">
        <div id="googleButton" class="customSocialButton" ng-click="hideLDAPErrors()" data-uw-rm-kbnav="ngclick" role="button" tabindex="0">
          <span class="icon googleIcon">
            <img src="https://cdn.accurate.com/imgs/candidate-portal/google_icon_round.png" img-fallback="/images/google_icon_round.png" alt="Google Logo" data-uw-rm-alt-original="Google Logo" data-uw-rm-alt="ALT">
          </span>
        </div>
      </div>
      <div id="fbSignInWrapper" class="social-icons-item">
        <div id="facebookButton" class="customSocialButton" ng-click="hideLDAPErrors(); facebookCallback()" data-uw-rm-kbnav="ngclick" role="button" tabindex="0">
          <span class="icon facebookIcon">
            <img src="https://cdn.accurate.com/imgs/candidate-portal/facebook_icon_round.png" img-fallback="/images/facebook_icon_round.png" alt="Facebook Logo" data-uw-rm-alt-original="Facebook Logo" data-uw-rm-alt="ALT">
          </span>
        </div>
      </div>
      <div class="social-icons-item">
        <div id="linkedinButton" class="customSocialButton" ng-click="hideLDAPErrors()" data-uw-rm-kbnav="ngclick" role="button" tabindex="0">
          <span class="icon linkedInIcon">
            <img src="https://cdn.accurate.com/imgs/candidate-portal/linkedin_icon_round.png" img-fallback="/images/linkedin_icon_round.png" alt="LinkedIn Logo" data-uw-rm-alt-original="LinkedIn Logo" data-uw-rm-alt="ALT">
          </span>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

Skip to main contentEnable accessibility for visually impairedOpen the
accessibility menu Open the Accessible Navigation Menu






English (United States)
 * My Tasks
 * Background Checks
 * Documents
   
 * Logout


CREATE YOUR ACCOUNT

* Indicates required field

Your order was cancelled, please reach out to the requesting personnel.

Sam, please register with MyPortal so we can communicate with you from this
platform

Username already exists

Username need less than 50 characters

Email Address *
Create Password *

Password Requirements
 * 
   At least 8 characters
   
 * 
   Cannot be your full username or email address
   
 * 
   At least 1 uppercase letter
   
 * 
   At least 1 lowercase letter
   
 * 
   At least 1 number
   
 * 
   At least one special character (^ $ * . [ ] { } ( ) ? - " ! @ # % & / \ , > <
   ' : ; | _ ~ `)
   
 * 
   Cannot have more than two consecutive characters repeated
   

Re-Enter Password *

 * Password Requirements
   
 * At least 8 characters
   
 * Cannot be your full username or email address
   
 * At least 1 uppercase letter
   
 * At least 1 lowercase letter
   
 * At least 1 number
   
 * At least one special character (^ $ * . [ ] { } ( ) ? - " ! @ # % & / \ , > <
   ' : ; | _ ~ `)
   
 * Cannot have more than two consecutive characters repeated
   
 * "Create Password" matches "Re-Enter Password"
   



An error has occurred. Please try again later.

This account has already been registered.

We're currently having issues with our 3rd-party login systems. Please try again
later.

We're currently having issues connecting to LinkedIn. Please try again later.

Your password must not contain your email address

Your password cannot have more than two consecutive characters repeated

We've encountered an unknown error.
Please try again later or contact customer service at 1-800-216-8024

We've encountered an unknown error.
Please try again later or contact customer service at 1-800-216-8024



Please review all fields


Next

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

SIGN IN USING SOCIAL NETWORKS



LOADING...


 

© 2024 Accurate Background, LLC. All rights reserved. | Privacy Policy

Please ensure Javascript is enabled for purposes of website accessibility
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1