employer.aspiringminds.com Open in urlscan Pro
18.239.94.93  Public Scan

URL: https://employer.aspiringminds.com/
Submission: On November 21 via api from HK — Scanned from DE

Form analysis 5 forms found in the DOM

<form autocomplete="off" class="ng-pristine ng-valid">
  <div class="input-row">
    <div class="ng-binding">Username</div>
    <input class="text ng-pristine ng-untouched ng-valid ng-empty" style="width: 280px;" ng-model="cmInterviewerUsername" name="username" placeholder="Enter username" aria-invalid="false">
    <div class="clear"></div>
  </div>
  <div class="input-row" style="margin: 0">
    <div class="ng-binding">Password</div>
    <input class="text ng-pristine ng-untouched ng-valid ng-empty" style="width: 280px;" name="password" type="password" ng-model="cmInterviewerPassword" placeholder="Enter password" aria-invalid="false">
    <div class="ng-binding" style="    text-align: right; cursor: pointer;   font-size: 12px;" ng-click="forgotPassOpen()" role="button" tabindex="0">Forgot Password?</div>
    <div class="clear"></div>
  </div>
  <div style="text-align: center;margin: auto;width: 300px;"><span ng-show="failedLoginInt" style="color:red; font-size: 14px;" class="ng-binding ng-hide" aria-hidden="true"></span> </div>
  <div class="button-row">
    <img ng-show="buttonDisabledCodeMeetInt" class="loading-md ng-hide" src="assets/images/loading-1.gif" style="left: 11%;    position: absolute;    -webkit-transform: scale(.5);    transform: scale(.5);    margin-top: -12px;" aria-hidden="true">
    <button ng-click="commonLogin(true,cmInterviewerUsername,cmInterviewerPassword)" class="ng-binding btn btn-primary" ng-disabled="buttonDisabled"
      ng-class="buttonDisabled &amp;&amp; 'btn btn-secondary' || !buttonDisabled &amp;&amp; 'btn btn-primary'" name="login" type="submit" autofocus="">Join</button>
    <div class="clear"></div>
  </div>
</form>

<form autocomplete="off" class="ng-pristine ng-valid">
  <div class="input-row">
    <div class="ng-binding">Name</div>
    <input class="text ng-pristine ng-untouched ng-valid ng-empty" style="width: 280px;" autocomplete="off" ng-model="cmCandidateName" name="name" placeholder="Enter name" aria-invalid="false">
    <div class="clear"></div>
  </div>
  <div class="input-row" style="margin: 0">
    <div class="ng-binding">Email</div>
    <input class="text ng-pristine ng-untouched ng-valid ng-empty" style="width: 280px;" type="" autocomplete="off" name="emailId" ng-model="cmCandidateEmail" placeholder="Enter email" aria-invalid="false">
    <div class="clear"></div>
  </div>
  <div style="position: absolute;    left: 56%;    margin-right: 10px;"><span ng-show="failedLoginCand" style="color:red; font-size: 14px;" class="ng-binding ng-hide" aria-hidden="true"></span> </div>
  <div class="button-row" style="    padding: 55px 0px 10px 0;">
    <img ng-show="buttonDisabledCodeMeet" class="loading-md ng-hide" src="assets/images/loading-1.gif" style="left: 61%;    position: absolute;    -webkit-transform: scale(.5);    transform: scale(.5);    margin-top: -12px;" aria-hidden="true">
    <button ng-click="commonLogin(false,cmCandidateName,cmCandidateEmail)" class="ng-binding btn btn-primary" ng-disabled="buttonDisabled" ng-class="buttonDisabled &amp;&amp; 'btn btn-secondary' || !buttonDisabled &amp;&amp; 'btn btn-primary'"
      name="login" type="submit" autofocus="">Join</button>
    <div class="clear"></div>
  </div>
</form>

<form autocomplete="off" class="login-form ng-pristine ng-valid">
  <div class="block block-1">
    <span class="login-txt-label ng-binding">Username</span>
    <input class="input-field ng-pristine ng-untouched ng-valid ng-empty" id="userName" autocomplete="off" ng-model="username" name="username" placeholder="Enter username" aria-invalid="false">
  </div>
  <div class="block block-2" style="margin-top: 10px;">
    <span class="login-txt-label ng-binding">Password</span>
    <input class="input-field ng-pristine ng-untouched ng-valid ng-empty" ng-keyup="$event.keyCode == 13 &amp;&amp; login()" id="userPassword" type="password" ng-model="password" placeholder="Enter password" aria-invalid="false">
    <span class="change-pass fa  fa-eye-slash" ng-class="{'fa-eye':passwordType!='password','fa-eye-slash':passwordType=='password'}" ng-click="changePasswordType()" role="button" tabindex="0"></span>
  </div>
  <!-- ngIf: showCapcha -->
  <div class="forgot-passtext" ng-click="forgotPassOpen()" role="button" tabindex="0"><span class="ng-binding">Forgot Password?</span></div>
</form>

Name: forgotForm

<form autocomplete="off" name="forgotForm" class="login-form ng-pristine ng-valid ng-valid-pattern">
  <div ng-show="!showsuccess" class="block block-1" aria-hidden="false">
    <div ng-show="resetLinkExp" style="    font-size: 13px;line-height: 18px;" class="ng-binding ng-hide" aria-hidden="true"> To reset your password again </div>
    <span class="login-txt-label ng-binding">Email</span>
    <input ng-readonly="showChooseSec" class="input-field ng-pristine ng-untouched ng-valid ng-empty ng-valid-pattern" ng-keyup="$event.keyCode == 13 &amp;&amp; forgotPassword()" autocomplete="off" id="userName_1" ng-focus="focusEmail()"
      ng-blur="emailError = true" ng-pattern="^(?!.*([.+_])\1)[a-zA-Z0-9][a-zA-Z0-9.'+_-]*[a-zA-Z0-9_+]@[a-zA-Z0-9-]*[a-zA-Z0-9](?:\.(?:[a-zA-Z][a-zA-Z0-9-]*){1,63})+$" ng-model="usernameForgot" name="username" placeholder="Enter Email"
      aria-invalid="false">
    <div ng-show="showChooseSec" style="font-size: 13px; line-height: 18px; margin-top: 3px;" class="ng-binding ng-hide" aria-hidden="true"> There are multiple usernames associated with this email </div>
  </div>
  <div style="text-align: center;">
    <span ng-show="forgotForm.username.$error.pattern &amp;&amp; emailError" style="color:red" class="ng-binding ng-hide" aria-hidden="true">Invalid Email!</span>
  </div>
  <div ng-show="showChooseSec &amp;&amp; !showsuccess" style="margin-top: 15px;" class="block block-1 ng-hide" aria-hidden="true">
    <span class="login-txt-label ng-binding">Username</span>
    <input class="input-field ng-pristine ng-untouched ng-valid ng-empty" id="userName_2" ng-keyup="$event.keyCode == 13 &amp;&amp; forgotPasswordSelected()" ng-model="selectUsername" name="selectUsername" autocomplete="off"
      placeholder="Enter username" aria-invalid="false">
    <div ng-show="showChooseSec" style="font-size: 13px; line-height: 18px; margin-top: 3px;" aria-hidden="true" class="ng-hide">
      <a target="_blank" style="text-decoration: underline;" href="https://support.shl.com/KB_ContactUs?cg=client&amp;l=en_US" class="ng-binding">Click here</a>
      <span class="ng-binding"> to report any issues.</span>
    </div>
  </div>
  <div ng-show="showsuccess" aria-hidden="true" class="ng-hide">
    <center class="forgot-pass-userlable" style="max-width: 345px;    padding: 0 15px;    font-weight: bold;">
      <span class="ng-binding">An email has been sent to </span>
      <span class="ng-binding"> </span>
      <span class="ng-binding">with further instructions on how to reset your password</span>
    </center>
  </div>
</form>

Name: resetPassForm

<form autocomplete="off" ng-show="!showsuccess" name="resetPassForm" class="login-form ng-pristine ng-invalid ng-invalid-required ng-valid-pattern" aria-hidden="false">
  <div class="block block-1">
    <div ng-show="firstPassSet" style="    font-size: 13px;line-height: 18px;" class="ng-binding ng-hide" aria-hidden="true"> Please set a password for your account </div>
    <span class="login-txt-label ng-binding">Password</span>
    <input class="input-field ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern" required="" id="newpassword" type="password" ng-pattern="^(?=.*[A-Za-z])(?=.*\d)(?=.*[@#$%&amp;^*!])[A-Za-z\d@#$%&amp;^*!]{8,}$"
      ng-model="newpassword" name="newpassword" autocomplete="off" placeholder="Enter password" aria-invalid="true">
    <span class="change-pass fa fa-eye-slash" ng-class="{'fa-eye':passwordType!='password','fa-eye-slash':passwordType=='password','first-pass-set':firstPassSet}" ng-click="changePasswordType()" role="button" tabindex="0"></span>
    <div style="    font-size: 13px;line-height: 18px;">
      <span ng-show="resetPassForm.newpassword.$error.pattern" style="" class="ng-binding ng-hide" aria-hidden="true"> Password should be of 8 or more characters with a mix of letters, numbers and symbols (@, #, $, %,&amp;,^,*,!) </span>
    </div>
  </div>
  <div class="block block-1" style="margin-top: 24px;">
    <span class="login-txt-label ng-binding">Confirm Password</span>
    <input class="input-field ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-keyup="$event.keyCode == 13 &amp;&amp; changePassword()" required="" id="confirmpassword" type="password" ng-model="confirmpassword"
      name="confirmpassword" autocomplete="off" placeholder="Re-enter password" aria-invalid="true">
    <div style="    font-size: 13px;line-height: 18px;">
      <span ng-show="passwordMismatch" class="ng-binding ng-hide" aria-hidden="true"> Passwords do not match </span>
    </div>
  </div>
</form>

Text Content

English (en-us)
English (en-us)
Chinese (zh-cn)
Login
SHL
State of art assessment tools to evaluate talent across 100s of job roles -
accurately, reliably and with exemplary validity!

SHL
Interviews are time consuming, expensive and awfully hard to schedule
Did you know that more than 40% of interview time is spent on candidates who may
have the resume but not the required skills?

SHL
Did you know that more than 40% of interview time is spent on candidates who may
have the resume but not the required skills?
Did you know that 30% of annual salaries are spent on bad hires?

SHL
Hiring is subjective, inconsistent, and predicting future performance almost
impossible.
Did you know that over 30% of skilled candidates get missed in typical
recruitment processes?

Learn more about SHL
Watch Now
Product/Services
 * Technology
 * Products
 * Delivery
 * Video Tour

Learn
 * About SHL
 * SHL Resources
 * Press Releases

Contact Us
 * Sales Inquiries
 * Client Support

Follow Us
 * LinkedIn
 * Twitter

Powered By
© 2023 SHL and its affiliates. All rights reserved.
Interview Interface
Interviewer login
Username

Password
Forgot Password?


Join

Register
CANDIDATE LOGIN
Name

Email


Join



Take me to the new URL
Login to your account
Your email has already been verified.
Username
Password
Forgot Password?

Login


Forgot your password? Let us help.
This password reset link has expired.
To reset your password again
Email
There are multiple usernames associated with this email
Invalid Email!
Username
Click here to report any issues.
An email has been sent to with further instructions on how to reset your
password


Submit

Submit

or Login
Did not receive mail? Resend
Email verification is successful
Please reset password for your account
You have successfully set your password
Password reset is successful
Please set a password for your account
Password
Password should be of 8 or more characters with a mix of letters, numbers and
symbols (@, #, $, %,&,^,*,!)
Confirm Password
Passwords do not match
I confirm I have read and understood the Data Protection Notice
Logging you in...

Set Password Save

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

CLOSE