iihmrdelhi.digiicampus.com Open in urlscan Pro
13.127.131.15  Public Scan

URL: https://iihmrdelhi.digiicampus.com/
Submission: On June 13 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

<form class="grid college-page-form ng-pristine ng-valid" ng-show="activeForms.signin" ng-click="focusSignInForm()" ng-class="{'college-page-form-focus':signInFormFocus}" role="button" tabindex="0" aria-hidden="false">
  <div>
    <div class="grid-pad lead">Already registered? Sign in here</div>
    <div class="error grid grid-pad ng-hide" ng-show="showLoginError" aria-hidden="true"><label><span ng-bind-html="errorMsg" class="ng-binding"></span></label></div><!-- ngIf: !isCognitoEnabled -->
    <div class="grid-pad ng-scope" ng-if="!isCognitoEnabled">
      <div class="error ng-hide" ng-show="signInErrors.emptyEmailOrPhone" aria-hidden="true"><span class="icon-warning-empty"></span><label>Please enter you email /phone /registrationId</label></div>
      <div class="text-info ng-hide" ng-show="signInErrors.validUsedCode" aria-hidden="true"><label>You have already registered. Just enter your password to start using CollPoll.</label></div>
      <div class="error ng-hide" ng-show="signInErrors.invalidEmail" aria-hidden="true"><label><span class="icon-warning-empty"></span> Please enter a valid email /phone /registrationId</label></div><strong class="text-danger ng-binding">
      </strong><strong class="text-danger ng-binding"> </strong><input type="text" placeholder="Registration Id/email/phone" class="input-std ng-pristine ng-untouched ng-valid" ng-model="userCredentials.loginEmailPhone" name="email" auto-fill-sync=""
        autocomplete="on" data-cy="loginform.email" tabindex="0" aria-invalid="false">
    </div><!-- end ngIf: !isCognitoEnabled --><!-- ngIf: isCognitoEnabled --><!-- ngIf: isCognitoEnabled --><!-- ngIf: isCognitoEnabled -->
    <div class="grid-pad">
      <div class="error ng-hide" ng-show="signInErrors.emptyPassword" aria-hidden="true"><label><span class="icon-warning-empty"></span> Please enter your password</label></div>
      <div class="col-12-16"><input type="password" placeholder="Password" class="input-std ng-pristine ng-untouched ng-valid" data-cy="loginform.pwd" ng-model="account.password" name="password" ng-enter="$event.stopPropagation();signIn()"
          tabindex="0" aria-invalid="false"></div>
      <div class="col-4-16 flex-container"><button class="btn btn-primary btn-full" ng-click="$event.stopPropagation();signIn()" data-cy="loginform.signIn" type="submit" ng-disabled="signInProgress" tabindex="0">Sign In</button>
        <!-- ngIf: signInProgress --></div>
    </div>
    <div class="grid grid-pad college-page-form-footer">
      <div class="col-8-16"><input type="checkbox" ng-model="account.rememberMe" data-cy="loginform.rememberMe" class="ng-pristine ng-untouched ng-valid" tabindex="0" aria-checked="false" aria-invalid="false"> Remember me</div>
      <div class="col-8-16">
        <a ng-click="forgotPasswordLink()" ng-href="https://iihmrdelhi.digiicampus.com/forgotPassword" title="Click here to reset your Password!." class="pull-right" tabindex="0" href="https://iihmrdelhi.digiicampus.com/forgotPassword">Forgot password?</a>
      </div>
    </div>
    <div style="padding: 5px 10px"><!-- ngRepeat: provider in authConfig.providers -->
      <div ng-repeat="provider in authConfig.providers" class="ng-scope"><button ng-click="azureadLogin(provider.parameters)" ng-show="provider.provider === 'azure_ad' &amp;&amp; provider.enabled" ng-disabled="microsoftLoginInProgress"
          class="microsoft-btn ng-hide" style="width: 100%" tabindex="0" aria-hidden="true"><img src="images/icons/login/microsoft.svg" width="16px" style="margin-right: 12px"> Sign in with Microsoft <img src="images/ajax-loader-lg.gif" width="16px"
            ng-show="microsoftLoginInProgress" style="margin-left: 12px" aria-hidden="true" class="ng-hide"></button> <button class="google-btn ng-hide" ng-click="googleLogin(provider.parameters)"
          ng-show="provider.provider === 'google' &amp;&amp; provider.enabled" ng-disabled="googleLoginInProgress" tabindex="0" aria-hidden="true"><img src="images/icons/login/google.png" width="16px" style="margin-right: 12px"> Sign in with Google
          <img src="images/ajax-loader-lg.gif" ng-show="googleLoginInProgress" width="16px" style="margin-left: 12px" aria-hidden="true" class="ng-hide"></button></div><!-- end ngRepeat: provider in authConfig.providers -->
      <div ng-repeat="provider in authConfig.providers" class="ng-scope"><button ng-click="azureadLogin(provider.parameters)" ng-show="provider.provider === 'azure_ad' &amp;&amp; provider.enabled" ng-disabled="microsoftLoginInProgress"
          class="microsoft-btn" style="width: 100%" tabindex="0" aria-hidden="false"><img src="images/icons/login/microsoft.svg" width="16px" style="margin-right: 12px"> Sign in with Microsoft <img src="images/ajax-loader-lg.gif" width="16px"
            ng-show="microsoftLoginInProgress" style="margin-left: 12px" aria-hidden="true" class="ng-hide"></button> <button class="google-btn ng-hide" ng-click="googleLogin(provider.parameters)"
          ng-show="provider.provider === 'google' &amp;&amp; provider.enabled" ng-disabled="googleLoginInProgress" tabindex="0" aria-hidden="true"><img src="images/icons/login/google.png" width="16px" style="margin-right: 12px"> Sign in with Google
          <img src="images/ajax-loader-lg.gif" ng-show="googleLoginInProgress" width="16px" style="margin-left: 12px" aria-hidden="true" class="ng-hide"></button></div><!-- end ngRepeat: provider in authConfig.providers -->
    </div>
  </div>
</form>

<form class="grid college-page-form ng-pristine ng-valid ng-hide" ng-show="activeForms.mfa" ng-submit="verifyMfa(mfaSecret)" aria-hidden="true">
  <div>
    <div class="grid-pad lead"><strong>Verify it's you!</strong></div>
    <div class="grid-pad">As you are a user with admin privileges, multi - factor authentication is enabled for your account.</div>
    <div class="error grid-pad ng-hide" ng-show="mfaError" aria-hidden="true"><label class="ng-binding"><span class="icon-warning-empty"></span> </label></div>
    <div class="grid-pad"><input type="text" placeholder="OTP" class="input-std ng-pristine ng-untouched ng-valid" name="email" ng-model="mfaSecret" auto-fill-sync="" autocomplete="on" tabindex="0"
        aria-invalid="false"><br><!-- ngIf: !isCognitoEnabled -->
      <div style="padding: 10px 0;color: #989898" ng-if="!isCognitoEnabled" class="ng-scope">The OTP is valid for 2 minutes</div><!-- end ngIf: !isCognitoEnabled -->
      <div style="display: flex;justify-content: space-between;align-items: center"><!-- ngIf: !isCognitoEnabled --><a ng-click="resendMfaSecret()" ng-if="!isCognitoEnabled" class="ng-scope" tabindex="0">Resend</a><!-- end ngIf: !isCognitoEnabled -->
        <button class="btn btn-primary margin-top-10" type="submit">Sign In</button></div>
    </div>
  </div>
</form>

<form class="grid college-page-form ng-pristine ng-valid ng-hide" ng-hide="true" ng-show="activeForms.codeEntry" ng-click="focusCodeProcessForm()" ng-class="{'college-page-form-focus':codeProcessFormFocus}" role="button" tabindex="0"
  aria-hidden="true">
  <div>
    <div class="grid-pad lead">First time user? Register here.</div>
    <div ng-show="showCodeError" aria-hidden="true" class="ng-hide">
      <div class="grid-pad"><label class="error grid">Seems that you entered an invalid
          code.</label><a ng-href="https://iihmrdelhi.digiicampus.com/helpCenter" ng-click="resetFormViewControls();activeForms.codeRequest = true;initialiseCodeRequest()" tabindex="0" href="https://iihmrdelhi.digiicampus.com/helpCenter">Get Help here</a>
      </div>
    </div>
    <div class="error grid grid-pad ng-hide" ng-show="showCodeEmptyError" aria-hidden="true"><span class="icon-warning-empty">Please enter registration code</span></div>
    <div class="grid-pad"><input type="text" class="input-std ng-pristine ng-untouched ng-valid" placeholder="Enter your one time registration code" ng-model="regCode" tabindex="0" aria-invalid="false"></div>
    <div class="grid grid-pad"><button class="btn btn-full btn-contrast" type="submit" ng-click="$event.stopPropagation();getUser()" tabindex="0">Register</button></div>
  </div>
  <div class="grid-pad codeRequest ng-hide" ng-hide="true" aria-hidden="true">
    <div class="col-16-16"><a ng-href="https://iihmrdelhi.digiicampus.com/codeRequest" ng-hide="hideCodeRequest" href="https://iihmrdelhi.digiicampus.com/codeRequest" aria-hidden="false">Don't have a code?</a></div><br>
  </div>
</form>

<form class="grid college-page-form ng-pristine ng-valid ng-hide" ng-show="activeForms.codeRequest" aria-hidden="true">
  <div class="grid-pad lead"><a ng-click="resetFormViewControls();activeForms.signin = true;activeForms.codeEntry = true" tabindex="0">←</a>Get Help</div>
  <div class="grid-pad"><select ng-model="problemCategory.problemCode" ng-change="problemCode(problemCategory.problemCode)" class="input-std ng-pristine ng-untouched ng-valid" tabindex="0" aria-invalid="false">
      <option value="? object:null ?"></option>
      <option disabled="disabled" selected="selected" value="" style="display: none">--Select your problem--</option>
      <option value="noCode">I don’t have a registration code</option>
      <option value="invalidCode">My registration code is coming as invalid</option>
      <option value="expiredCode">My registration code is coming as expired</option>
      <option disabled="disabled" value="───────────────────────────────────────">───────────────────────────────────────</option>
      <option value="noOTP">I did not receive an OTP</option>
      <option value="noVerificationLink">I did not receive the email verification link</option>
      <option disabled="disabled" value="───────────────────────────────────────">───────────────────────────────────────</option>
      <option value="informationMismatch">The batch/department specified on the registration form does not match mine</option>
      <option value="other">I have another problem</option>
    </select></div>
  <div ng-show="panelVisibility" aria-hidden="true" class="ng-hide">
    <div class="grid grid-pad">
      <p>Don't worry. Just enter your details and we'll get back to you soon.</p>
    </div>
    <div class="grid grid-pad ng-hide" ng-show="collegeRegistrationIdVisibility" aria-hidden="true">
      <div class="error ng-hide" ng-show="requestCodeErrors.emptyRegistrationId" aria-hidden="true"><span class="icon-warning-empty"></span> Please enter you college registration Id</div><input class="input-std ng-pristine ng-untouched ng-valid"
        placeholder="College Registration Id" ng-model="codeRequest.registrationId" tabindex="0" aria-invalid="false">
    </div>
    <div class="grid-pad">
      <div class="error ng-hide" ng-show="requestCodeErrors.emptyName" aria-hidden="true"><span class="icon-warning-empty"></span> Please enter you name</div><input class="input-std ng-pristine ng-untouched ng-valid" placeholder="Name"
        ng-model="codeRequest.name" tabindex="0" aria-invalid="false">
    </div>
    <div class="grid-pad">
      <div class="error ng-hide" ng-show="requestCodeErrors.emptyEmail" aria-hidden="true"><span class="icon-warning-empty"></span> Please enter your email id</div>
      <div class="error ng-hide" ng-show="requestCodeErrors.invalidEmail" aria-hidden="true"><span class="icon-warning-empty"></span> Oops.Doesn't look like a valid email</div><input class="input-std ng-pristine ng-untouched ng-valid"
        placeholder="Email id" ng-model="codeRequest.email" tabindex="0" aria-invalid="false">
    </div>
    <div class="grid-pad">
      <div class="error ng-hide" ng-show="requestCodeErrors.emptyPhone" aria-hidden="true"><span class="icon-warning-empty"></span> Please enter your phone number</div>
      <div class="error ng-hide" ng-show="requestCodeErrors.invalidPhone" aria-hidden="true"><span class="icon-warning-empty"></span> Oops.Doesn't look like a valid number</div>
      <div class="grid">
        <div class="col-3-16"><input class="input-std ng-pristine ng-untouched ng-valid" placeholder="Phone number" ng-model="countryCode" readonly="readonly" tabindex="0" aria-invalid="false"></div>
        <div class="col-13-16"><input class="input-std ng-pristine ng-untouched ng-valid" placeholder="Phone number" ng-model="codeRequest.phone" tabindex="0" aria-invalid="false"></div>
      </div>
    </div>
    <div class="grid-pad ng-hide" ng-show="userTypeVisibility" aria-hidden="true">
      <div class="error ng-hide" ng-show="requestCodeErrors.emptyUserType" aria-hidden="true"><span class="icon-warning-empty"></span> Are you a student, faculty or administrator?</div><select ng-model="codeRequest.userType"
        ng-change="selectUserType(codeRequest.userType)" class="input-std ng-pristine ng-untouched ng-valid" tabindex="0" aria-invalid="false">
        <option disabled="disabled" selected="selected" value="" style="display: none">I am a</option>
        <option value="student">Student</option>
        <option value="faculty">Faculty</option>
        <option value="administrator">Administrator</option>
      </select>
    </div>
    <div class="grid grid-pad ng-hide" ng-show="departmentVisibility" aria-hidden="true">
      <div class="error ng-hide" ng-show="requestCodeErrors.emptyDepartment" aria-hidden="true"><span class="icon-warning-empty"></span> Which department do you belong to?</div><select class="input-std ng-pristine ng-untouched ng-valid"
        ng-model="codeRequest.departmentId" ng-change="selectDepartment(codeRequest.departmentId);showYearList = false;showSectionList = false" tabindex="0" aria-invalid="false">
        <option disabled="disabled" selected="selected" value="0" style="display: none">Department</option><!-- ngRepeat: dept in departments -->
      </select>
    </div>
    <div class="grid grid-pad ng-hide" ng-show="showProgrammeList" aria-hidden="true">
      <div class="error ng-hide" ng-show="requestCodeErrors.emptyProgramme" aria-hidden="true"><span class="icon-warning-empty"></span> Which programme do you belong to?</div><select class="input-std ng-pristine ng-untouched ng-valid"
        ng-model="codeRequest.programmeId" ng-change="getYears(codeRequest.programmeId);showSectionList = false" tabindex="0" aria-invalid="false">
        <option disabled="disabled" selected="selected" value="0" style="display: none">Programme</option><!-- ngRepeat: prog in programmes -->
      </select>
    </div>
    <div ng-show="showYearList" class="grid grid-pad ng-hide" aria-hidden="true">
      <div class="error ng-hide" ng-show="requestCodeErrors.emptyBatchYear" aria-hidden="true"><span class="icon-warning-empty"></span> Which batch do you belong to?</div><select class="input-std ng-pristine ng-untouched ng-valid"
        ng-model="codeRequest.batchYear" ng-change="getSections(codeRequest.batchYear)" tabindex="0" aria-invalid="false">
        <option disabled="disabled" selected="selected" value="0" style="display: none">Batch Year</option><!-- ngRepeat: year in years -->
      </select>
    </div>
    <div ng-show="showSectionList &amp;&amp; !defaultSection" class="grid grid-pad ng-hide" aria-hidden="true">
      <div class="error ng-hide" ng-show="requestCodeErrors.emptySection" aria-hidden="true"><span class="icon-warning-empty"></span> Which section do you belong to?</div><select class="input-std ng-pristine ng-untouched ng-valid"
        ng-model="codeRequest.sectionId" tabindex="0" aria-invalid="false">
        <option disabled="disabled" selected="selected" value="0" style="display: none">Section</option><!-- ngRepeat: sec in sections -->
      </select>
    </div>
    <div class="grid grid-pad ng-hide" ng-show="otherTextBoxVisibility" aria-hidden="true"><textarea placeholder="Describe your problem here" class="grid grid-pad ng-pristine ng-untouched ng-valid" rows="5" ng-model="codeRequest.otherProblemText"
        aria-multiline="true" tabindex="0" aria-invalid="false">													</textarea></div>
    <div class="grid grid-pad"><button class="btn btn-primary btn-full" type="submit" ng-click="requestCode();" tabindex="0">Submit</button></div>
    <div class="grid-pad power-cp" ng-hide="activeForms.signupSuccess" style="background-color:  #F2EEEE" aria-hidden="false">Need assistance?
      <a ng-click="contactUsLink()" ng-href="https://iihmrdelhi.digiicampus.com/helpCenter" target="blank" tabindex="0" href="https://iihmrdelhi.digiicampus.com/helpCenter">Get Help Here</a></div>
  </div>
</form>

<form ng-show="activeForms.codeRequestOTP" class="college-page-form ng-pristine ng-valid ng-hide" aria-hidden="true">
  <div class="grid grid-pad ng-binding">Hi <br><br>Please verify your number,<br><span class="txt-hlt ng-binding"></span></div>
  <div class="error grid grid-pad ng-hide" ng-show="codeRequestOtpVeficiationErrormessage" aria-hidden="true"><span class="icon-warning-empty ng-binding"></span></div>
  <div class="grid grid-pad"><input class="input-std ng-pristine ng-untouched ng-valid" placeholder="Enter OTP" ng-model="codeRequestOTP.otpCode" tabindex="0" aria-invalid="false"></div>
  <div class="grid grid-pad"><button class="btn btn-primary" type="submit" ng-click="verifyCodeRequestOTP();" tabindex="0">Enter</button>
    <a class="pull-right ng-hide" ng-show="otpResendButton" ng-click="resendCodeRequestOtp()" tabindex="0" aria-hidden="true">Send again</a></div>
  <div class="grid grid-pad" ng-hide="otpResendButton">We have resent the OTP on <span class="txt-hlt ng-binding"></span></div>
</form>

Text Content

WELCOME TO


IIHMR DELHI


WELCOME TO IIHMR DELHI


You have successfully verified your email address. Please sign in to continue.
Your email could not be verified. If you have any questions, contact us at
support@collpoll.com
The verification link used is now expired. Please use the latest verification
link. If you have any questions, contact us at support@collpoll.com
Looks like this link is invalid. If you have any questions, contact us at
support@collpoll.com
Looks like you have already verified this email address. Trouble signing in?
Contact us at support@collpoll.com
Already registered? Sign in here

Please enter you email /phone /registrationId
You have already registered. Just enter your password to start using CollPoll.
Please enter a valid email /phone /registrationId
Please enter your password

Sign In
Remember me
Forgot password?
Sign in with Microsoft Sign in with Google
Sign in with Microsoft Sign in with Google
Verify it's you!
As you are a user with admin privileges, multi - factor authentication is
enabled for your account.



The OTP is valid for 2 minutes
Resend Sign In
First time user? Register here.
Seems that you entered an invalid code.Get Help here
Please enter registration code

Register
Don't have a code?

←Get Help
--Select your problem--I don’t have a registration codeMy registration code is
coming as invalidMy registration code is coming as
expired───────────────────────────────────────I did not receive an OTPI did not
receive the email verification link───────────────────────────────────────The
batch/department specified on the registration form does not match mineI have
another problem

Don't worry. Just enter your details and we'll get back to you soon.

Please enter you college registration Id
Please enter you name
Please enter your email id
Oops.Doesn't look like a valid email
Please enter your phone number
Oops.Doesn't look like a valid number

Are you a student, faculty or administrator?
I am aStudentFacultyAdministrator
Which department do you belong to?
Department
Which programme do you belong to?
Programme
Which batch do you belong to?
Batch Year
Which section do you belong to?
Section

Submit
Need assistance? Get Help Here
Hi

Please verify your number,



Enter Send again
We have resent the OTP on
Thanks for getting in touch with us.

Our support team will get in touch with you soon.

Welcome to CollPoll!

To verify your mobile number, enter the OTP we have sent to



Submit
Send Again

To confirm your email click on the verification link we have sent to

Your phone number has been verified.

Click here to login to CollPoll.
Need assistance? Get Help Here

Test Mode