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

Submitted URL: http://email.accurate.com/ls/click?upn=xAKlPrNtOgPc-2B7EhpeTq3rbBMRer7Vtq1R6SZGKsJMR2mVWCbsCdrayk4lx7Vr5ePJvM2BrDMq8GWtmDq...
Effective URL: https://myportal.accurate.com/
Submission: On April 02 via manual 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"> Heather, 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 ng-show="showSocialmedia">
    <div class="form-group text-center">
      <div id="gSignInWrapper">
        <div id="googleButton" class="customSocialButton text-left" ng-click="hideLDAPErrors()">
          <span class="icon googleIcon"></span>
          <span class="socialButtonText">Sign in with Google</span>
        </div>
      </div>
    </div>
    <div class="form-group text-center">
      <div id="fbSignInWrapper">
        <div id="facebookButton" class="customSocialButton text-left" ng-click="hideLDAPErrors(); facebookCallback()">
          <span class="icon facebookIcon"></span>
          <span class="socialButtonText">Sign in with Facebook</span>
        </div>
      </div>
      <!-- <div id="facebookButton" ng-click="hideLDAPErrors(); facebookCallback()"></div> -->
    </div>
    <div class="form-group text-center">
      <div id="linkedinButton" class="customSocialButton text-left" ng-click="hideLDAPErrors()">
        <span class="icon linkedInIcon"></span>
        <span class="socialButtonText">Sign in with LinkedIn</span>
      </div>
    </div>
    <div class="social-login-hr-container">
      <hr class="social-login-hr-text" data-content="OR">
    </div>
  </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" 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">
      </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>
          </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>
          </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>
          </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>
          </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>
          </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>At least one special character (^ $ * . [ ] { } ( ) ? - " ! @ # % &amp; / \ , &gt; &lt; ' : ; | _ ~ `)</label><br>
          </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>
          </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">
      </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>
          </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>
          </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>
          </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>
          </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>
          </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>
          </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>At least one special character (^ $ * . [ ] { } ( ) ? - " ! @ # % &amp; / \ , &gt; &lt; ' : ; | _ ~ `)</label><br>
          </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>
          </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>
          </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> 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()">
			    	<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">Next</button>
  </div>
</form>

Text Content

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.

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

Username already exists

Username need less than 50 characters

Sign in with Google
Sign in with Facebook
Sign in with LinkedIn

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

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

LOADING...


 

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