www.accuplacer.org Open in urlscan Pro
65.9.66.28  Public Scan

Submitted URL: https://www.accuplacer.org/api/reset.html#unlockAccount?data=2-HvnYuiEmc7HlLLjzRbRAJesNhNIAMenMh4rndi2PBZVn3TTSb74XkqRo2JSy...
Effective URL: https://www.accuplacer.org/api/reset.html
Submission: On November 16 via manual from US — Scanned from DE

Form analysis 7 forms found in the DOM

Name: securityForm

<form id="securityForm" name="securityForm" class="ng-pristine ng-valid ng-valid-maxlength">
  <!-- ngInclude: -->
  <div ng-include="" src="'assets/views/user/securityQuestion.html'" class="ng-scope">
    <div class="ng-scope">
      <div style="overflow: hidden; margin-top: 10px; margin-bottom: 10px;">
        <div ng-show="!unlockAcnt" class="ng-hide">
          <header>
            <h1 translate="secQue.breadCrumb" class="ng-scope">secQue.breadCrumb</h1>
          </header>
          <hr>
          <div class="alert alert-info">
            <p translate="users.secQues.inform" class="ng-scope">users.secQues.inform</p>
          </div>
          <div class="alert alert-warning ng-hide" ng-show="exception.length" id="msgErr">
            <button type="button" class="close" ng-click="clearMessages()" aria-hidden="true">×</button>
            <i class="fa-fw fa fa-warning"></i>
            <strong class="ng-binding"></strong>
          </div>
        </div>
        <div ng-show="unlockAcnt" class="">
          <header>
            <h3 translate="" class="ng-scope">Step 1 - Answer Security Questions</h3>
          </header>
          <hr>
          <div class="alert alert-info">
            <p translate="" class="ng-scope">In order to establish a new password, you need to provide the responses submitted for these security questions. Please enter the responses below. Ensure abbreviations or names are entered exactly as you
              submitted them.</p>
          </div>
          <div class="alert alert-warning ng-hide" ng-show="showResult.error.responseError.length" id="msgErr">
            <button type="button" class="close" ng-click="clearMessages()" aria-hidden="true">×</button>
            <i class="fa-fw fa fa-warning"></i>
            <strong class="ng-binding"></strong>
          </div>
          <div class="alert alert-warning ng-hide" ng-show="showResult.error.error.length" id="msgErr">
            <button type="button" class="close" ng-click="clearMessages()" aria-hidden="true">×</button>
            <i class="fa-fw fa fa-warning"></i>
            <strong class="ng-binding"></strong>
          </div>
        </div>
        <div class="row" id="secQuestion">
          <!-- Security question 1  -->
          <div class="col-sm-12" ng-show="unlockAcnt">
            <div class="form-group" ng-class="{ 'erripf' : error.Question1 }">
              <label style="margin-top: 7px;" class="col-md-1 text-align-right no-padding ng-scope" for="code" translate="users.secQuestion1">Question 1</label>
              <div class="col-md-5">
                <select name="question1" class="form-control ng-pristine ng-untouched ng-valid ng-not-empty" ng-model="selectedQuestion.secQuestn1" ng-disabled="true" ng-options="obj.questionId as obj.questionName for obj in secQuestn.questions"
                  disabled="disabled">
                  <option value="" class="">--Select Question--</option>
                  <option label="What was your high school mascot?" value="number:1" selected="selected">What was your high school mascot?</option>
                  <option label="In what year (YYYY) did you graduate high school?" value="number:3">In what year (YYYY) did you graduate high school?</option>
                  <option label="What is your maternal grandmother's first name?" value="number:7">What is your maternal grandmother's first name?</option>
                </select>
                <!-- <span class="" ng-show="secQue.question1.$error.required" translate="users.question1.error"></span> -->
                <!-- ngIf: showResult.error.Question1 -->
              </div>
            </div>
          </div>
        </div>
        <div class="hspacer-15"></div>
        <!-- Response 1 -->
        <div class="row">
          <div class="col-md-12" ng-show="unlockAcnt">
            <div class="form-group required" ng-class="{ 'erripf' : showResult.error.Response1 }">
              <label style="margin-top: 7px;" class="col-md-1 text-align-right no-padding ng-scope" for="code" translate="users.secResponse1">Response 1</label>
              <div class="col-md-5">
                <input type="text" name="response1" class="form-control input-normal ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" maxlength="50" ng-model="selectedQuestion.response1">
                <i style="font-size: 12px;">Not case Sensitive</i><br>
                <!-- ngIf: showResult.error.Response1 -->
              </div>
            </div>
          </div>
        </div>
        <!-- Security Question 2 -->
        <div class="hspacer-15"></div>
        <!-- Response 1 -->
        <div class="row">
          <div class="col-md-12" ng-show="unlockAcnt">
            <div class="form-group" ng-class="{ 'erripf' : error.Question2 }" disabled="">
              <label style="margin-top: 7px;" class="col-md-1 text-align-right no-padding ng-scope" for="code" translate="users.secQuestion2">Question 2</label>
              <div class="col-md-5">
                <select name="question2" class="form-control ng-pristine ng-untouched ng-valid ng-not-empty" ng-model="selectedQuestion.secQuestn2" ng-disabled="true" ng-options="obj.questionId as obj.questionName for obj in secQuestn.questions"
                  disabled="disabled">
                  <option value="" class="">--Select Question--</option>
                  <option label="What was your high school mascot?" value="number:1">What was your high school mascot?</option>
                  <option label="In what year (YYYY) did you graduate high school?" value="number:3" selected="selected">In what year (YYYY) did you graduate high school?</option>
                  <option label="What is your maternal grandmother's first name?" value="number:7">What is your maternal grandmother's first name?</option>
                </select>
                <!-- <span ng-show="secQue.question2.$error.required" translate="users.question2.error"></span> -->
                <!-- ngIf: showResult.error.Question2 -->
              </div>
            </div>
          </div>
        </div>
        <div class="hspacer-15"></div>
        <!-- Response 2 -->
        <div class="row">
          <div class="col-md-12" ng-show="unlockAcnt">
            <div class="form-group required" ng-class="{ 'erripf' : showResult.error.Response2 }">
              <label style="margin-top: 7px;" class="col-md-1 text-align-right no-padding ng-scope" for="code" translate="users.secResponse2">Response 2</label>
              <div class="col-md-5">
                <input type="text" name="response2" class="form-control input-normal ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" maxlength="50" ng-model="selectedQuestion.response2">
                <i style="font-size: 12px;">Not case Sensitive</i><br>
                <!-- <span ng-show="secQue.response2.$invalid && !secQue.response2.$pristine" translate="users.response2.error"></span> -->
                <!-- ngIf: showResult.error.Response2 -->
              </div>
              <br>
            </div>
          </div>
        </div>
        <!-- Security Question 3 -->
        <div class="hspacer-15"></div>
        <div class="row">
          <div class="col-md-12 ng-hide" ng-show="!unlockAcnt">
            <div class="form-group required" ng-class="{ 'erripf' : error.Question3 }">
              <label style="margin-top: 7px;" class="col-md-1 text-align-right no-padding ng-scope" for="code" translate="users.secQuestion3">Question 3</label>
              <div class="col-md-5">
                <select name="question3" class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="selectedQuestion.secQuestn3" ng-options="obj.questionId as obj.questionName for obj in secQuestn.questions">
                  <option value="" class="" selected="selected">--Select Question--</option>
                  <option label="What was your high school mascot?" value="number:1">What was your high school mascot?</option>
                  <option label="In what year (YYYY) did you graduate high school?" value="number:3">In what year (YYYY) did you graduate high school?</option>
                  <option label="What is your maternal grandmother's first name?" value="number:7">What is your maternal grandmother's first name?</option>
                </select>
                <!-- <span class="" ng-show="secQue.question3.$error.required" translate="users.question3.error"></span> -->
                <!-- ngIf: error.Question3 -->
              </div>
            </div>
          </div>
        </div>
        <!-- Response 3 -->
        <div class="hspacer-15"></div>
        <!-- Response 1 -->
        <div class="row">
          <div class="col-md-12 ng-hide" ng-show="!unlockAcnt">
            <div class="form-group required" ng-class="{ 'erripf' : error.Response3 }">
              <label style="margin-top: 7px;" class="col-md-1 text-align-right no-padding ng-scope" for="code" translate="users.secResponse3">Response 3</label>
              <div class="col-md-5">
                <input type="text" name="response3" class="form-control input-normal ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" maxlength="50" ng-model="selectedQuestion.response3">
                <i style="font-size: 12px;">Not case Sensitive</i>
                <!-- <span  ng-show="secQue.response3.$invalid && !secQue.response3.$pristine" translate="users.response3.error"></span> -->
                <!-- ngIf: error.Response3 -->
                <br>
              </div>
              <br>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Name: passwordForm

<form id="passwordForm" name="passwordForm" class="ng-pristine ng-invalid ng-invalid-required ng-valid-maxlength">
  <!-- ngInclude: -->
  <div ng-include="" src="'assets/views/user/newPassword.html'" class="ng-scope">
    <div id="newPassword" ng-init="loadData()" class="ng-scope">
      <header role="heading">
        <div>
          <h3 translate="" class="ng-scope">
            <!-- ngIf: isExistUser -->
            <p ng-if="isExistUser" class="ng-binding ng-scope">Step 2 - Change Password </p><!-- end ngIf: isExistUser -->
            <!-- ngIf: isNewUser -->
            <!-- ngIf: isNewUserSecurityQN -->
          </h3>
        </div>
      </header>
      <section role="content" class="col-md-offset-0">
        <div class="alert alert-info">
          <div class="col-md-offset-0">
            <p translate="users.chngpwd.inform" class="ng-scope"> Establish a new password for your account below. This will be your new password for accessing the platform.</p>
            <p translate="users.chngpwd.information" class="ng-scope">Passwords must be a minimum of nine characters in length and contain three of the following four criteria:</p>
            <ul>
              <li translate="users.chngpwd.rule1" class="ng-scope">at least one lowercase character (a through z)</li>
              <li translate="users.chngpwd.rule2" class="ng-scope">at least one numeral (0 through 9)</li>
              <li translate="users.chngpwd.rule3" class="ng-scope">at least one uppercase character (A through Z)</li>
              <li translate="users.chngpwd.rule4" class="ng-scope">at least one special character</li>
            </ul>
          </div>
        </div>
        <div class="alert alert-warning ng-hide" ng-show="exception.length" id="msgErr">
          <button type="button" class="close" ng-click="clearMessages()" aria-hidden="true">×</button>
          <i class="fa-fw fa fa-warning"></i> <strong class="ng-binding"></strong>
        </div>
        <div class="alert alert-warning ng-hide" ng-show="showResult.error.E_10002_8.length" id="msgErr">
          <button type="button" class="close" ng-click="clearMessages()" aria-hidden="true">×</button>
          <i class="fa-fw fa fa-warning"></i> <strong class="ng-binding"></strong>
        </div>
        <div class="alert alert-warning ng-hide" ng-show="showResult.error.PasswordStrength.length" id="msgErr">
          <button class="close" ng-click="clearErrors()" aria-hidden="true">×</button>
          <i class="fa-fw fa fa-warning"></i><strong class="ng-binding"> Passwords must be a minimum of nine characters in length and contain three of the following four criteria:<br>
            <ul>
              <li class="ng-binding">at least one uppercase character (A through Z)</li>
              <li class="ng-binding">at least one lowercase character (a through z)</li>
              <li class="ng-binding">at least one numeral (0 through 9)</li>
              <li class="ng-binding">at least one special character</li>
            </ul>
          </strong>
        </div>
        <div class="alert alert-warning ng-hide" ng-show="showResult.error.passwordNotMatch.length" id="msgErr">
          <button class="close" ng-click="clearErrors()" aria-hidden="true">×</button>
          <i class="fa-fw fa fa-warning"></i><strong class="ng-binding">
          </strong>
        </div>
        <!-- <div class="jarviswidget jarviswidget-color-darken jarviswidget-sortable"> -->
        <div class="row">
          <div class="col-md-12">
            <b> <label class="col-md-2 text-align-right no-padding ng-scope" for="code" translate="users.userName"> Username</label></b>
            <div class="col-md-5"><b class="ng-binding">Chris_Steinkrauss</b></div>
          </div>
        </div>
        <!-- new password field -->
        <div class="hspacer-15"></div>
        <!-- Response 1 -->
        <div class="row">
          <div class="col-md-12">
            <div class="form-group required" ng-class="{ 'erripf' : error.New || error.newLength || error.newPassword||showResult.error.newPassword ||showResult.error.newLength||showResult.error.New}">
              <label style="margin-top: 7px;" class="col-md-2 text-align-right no-padding ng-scope" for="code" translate="users.newPwd">New Password</label>
              <div class="col-md-5">
                <input type="password" name="newPwd" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" maxlength="50" required="" ng-model="password.new">
                <!-- ngIf: error.New -->
                <!-- ngIf: error.newLength -->
                <!-- ngIf: error.newPassword -->
                <!-- ngIf: showResult.error.newPassword -->
                <!-- ngIf: showResult.error.newLength -->
                <!-- ngIf: showResult.error.New -->
              </div>
            </div>
          </div>
        </div>
        <!--  confirm password field -->
        <div class="hspacer-15"></div>
        <div class="row">
          <div class="col-md-12">
            <div class="form-group required" ng-class="{ 'erripf' : error.Confirm || error.confirmLength || error.confirmPassword || showResult.error.Confirm|| showResult.error.confirmLength||showResult.error.confirmPassword}">
              <label style="margin-top: 7px;" class="col-md-2 text-align-right no-padding ng-scope" for="code" translate="users.confirmPwd">Confirm Password</label>
              <div class="col-md-5">
                <input type="password" name="confPwd" class="form-control input-normal ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" maxlength="50" required="" ng-model="password.confirm">
                <!-- ngIf: error.Confirm -->
                <!-- ngIf: error.confirmLength -->
                <!-- ngIf: error.confirmPassword -->
                <!-- ngIf: showResult.error.Confirm -->
                <!-- ngIf: showResult.error.confirmLength -->
                <!-- ngIf: showResult.error.confirmPassword -->
              </div>
            </div>
          </div>
          <!-- <div class="col-sm-6 text-right" style="margin-top:20px;">
	                             <button type="submit" ng-click="newPassword()" ng-disabled="chngPwd.$invalid" class="btn btn-success" translate="submit" ></button>
                       </div> -->
        </div>
        <br><br><br><br>
        <div class="clearfix hspacer-10"></div>
        <!--  </div> -->
      </section><br>
    </div>
  </div>
</form>

Name: searchFrm

<form id="searchFrm" name="searchFrm" novalidate="" class="ng-pristine ng-invalid ng-invalid-required ng-valid-maxlength">
  <!-- ngInclude: -->
  <div ng-include="" src="'assets/views/user/userAuthentication.html'" class="ng-scope">
    <div class="widget-body ng-scope">
      <div class="alert alert-warning ng-hide" ng-show="showResult.error.errorFlag" id="msgErr">
        <button type="button" class="close" ng-click="clearMessages()" aria-hidden="true">×</button>
        <!-- ngIf: showResult.error.firstName -->
        <!-- ngIf: showResult.error.lastName -->
        <!-- ngIf: showResult.error.userName -->
      </div>
      <h3>Step 1 - Authentication Details</h3>
      <div class="row">
        <div class="col-md-12">
          <div class="form-group required" ng-class="{ 'erripf' : showIfInvalid(searchFrm.firstName) || showResult.error.firstname_req }">
            <label for="code" translate="firstname" class="col-md-1 text-align-right no-padding ng-scope">First Name</label>
            <div class="col-md-5">
              <input type="text" class="form-control input-normal ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" name="firstName" maxlength="50" ng-model="search.firstName" required="">
              <span ng-show="searchFrm.firstName.$invalid &amp;&amp; showIfInvalid(searchFrm.firstName)" class="ng-binding ng-hide">First Name is required</span>
              <!-- ngIf: showResult.error.firstname_req -->
            </div>
          </div>
        </div>
      </div>
      <div class="hspacer-15"></div>
      <div class="row">
        <div class="col-md-12">
          <div class="form-group required" ng-class="{ 'erripf' : showIfInvalid(searchFrm.lastName) || showResult.error.lastname_req}">
            <label for="code" translate="lastname" class="col-md-1 text-align-right no-padding ng-scope">Last Name</label>
            <div class="col-sm-5">
              <input type="text" class="form-control input-normal ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" name="lastName" maxlength="50" ng-model="search.lastName" required="">
              <span ng-show="searchFrm.lastName.$invalid &amp;&amp; showIfInvalid(searchFrm.lastName)" class="ng-binding ng-hide">Last Name is required</span>
              <!-- ngIf: showResult.error.lastname_req -->
            </div>
          </div>
        </div>
      </div>
      <div class="hspacer-15"></div>
      <div class="row">
        <div class="col-md-12">
          <div class="form-group required" ng-class="{ 'erripf' : showIfInvalid(searchFrm.userName) || showResult.error.username_req}">
            <label for="code" translate="username" class="col-md-1 text-align-right no-padding ng-scope">User Name</label>
            <div class="col-sm-5">
              <input class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" type="text" name="userName" ng-model="search.userName" required="">
              <span ng-show="searchFrm.userName.$invalid &amp;&amp; showIfInvalid(searchFrm.userName)" translate="username.required" class="ng-scope ng-hide">Username is required.</span>
              <!-- ngIf: showResult.error.username_req -->
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Name: securityForm

<form id="securityForm" name="securityForm" class="ng-pristine ng-valid ng-valid-maxlength">
  <!-- ngInclude: -->
  <div ng-include="" src="'assets/views/user/changePasswordWizard/securityQuestions_tab2.html'" class="ng-scope">
    <div ng-init="getSecQuestns()" class="ng-scope">
      <div style="overflow: hidden; margin-top: 10px; margin-bottom: 10px;">
        <div>
          <header>
            <h3 translate="" class="ng-scope">
              <!-- ngIf: isNewUserSecurityQN -->
              <!-- ngIf: isNewUser -->
            </h3>
          </header>
          <hr>
          <div class="alert alert-info">
            <p translate="" class="ng-scope">You can change any of your three security questions or answers by choosing new questions or providing new answers that you will remember.</p>
          </div>
          <div class="alert alert-warning ng-hide" ng-show="showResult.error.Questions.length" id="msgErr">
            <button type="button" class="close" ng-click="clearMessages()" aria-hidden="true">×</button>
            <i class="fa-fw fa fa-warning"></i>
            <strong class="ng-binding"></strong>
          </div>
        </div>
        <div class="row" id="secQuestion">
          <div class="col-md-12">
            <div class="form-group required" ng-class="{ 'erripf' : showResult.error.Question1 }">
              <label style="margin-top: 7px;" class="col-md-1 text-align-right no-padding ng-scope" for="code" translate="users.secQuestion1">Question 1</label>
              <div class="col-md-5">
                <select name="question1" class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="saveQuestion.secQuestn1" ng-options="obj.questionId as obj.questionName for obj in secQuestion">
                  <option value="" class="" selected="selected">--Select Question--</option>
                  <option label="What was your high school mascot?" value="number:1">What was your high school mascot?</option>
                  <option label="What was the name of your first pet?" value="number:2">What was the name of your first pet?</option>
                  <option label="In what year (YYYY) did you graduate high school?" value="number:3">In what year (YYYY) did you graduate high school?</option>
                  <option label="What is your father's middle name?" value="number:4">What is your father's middle name?</option>
                  <option label="What is your mother's middle name?" value="number:5">What is your mother's middle name?</option>
                  <option label="What is the first name of the best man/maid of honor at your wedding?" value="number:6">What is the first name of the best man/maid of honor at your wedding?</option>
                  <option label="What is your maternal grandmother's first name?" value="number:7">What is your maternal grandmother's first name?</option>
                  <option label="What is your maternal grandfather's first name?" value="number:8">What is your maternal grandfather's first name?</option>
                  <option label="What was the name of the hospital in which you born?" value="number:9">What was the name of the hospital in which you born?</option>
                  <option label="In what city were you married? (Enter full name of CITY only)" value="number:10">In what city were you married? (Enter full name of CITY only)</option>
                  <option label="Where did you and your spouse meet for the first time? (Enter full name of CITY only)" value="number:11">Where did you and your spouse meet for the first time? (Enter full name of CITY only)</option>
                  <option label="What is the name of your first employer (don't use &quot;The&quot;, Inc.&quot; or &quot;Co.&quot;)" value="number:12">What is the name of your first employer (don't use "The", Inc." or "Co.")</option>
                  <option label="What was the name of your first boyfriend or girlfriend? " value="number:13">What was the name of your first boyfriend or girlfriend? </option>
                  <option label="In what city did you honeymoon? (Enter full name of CITY only)" value="number:14">In what city did you honeymoon? (Enter full name of CITY only)</option>
                  <option label="What was the name of your first boss/manager?" value="number:15">What was the name of your first boss/manager?</option>
                  <option label="What was your favorite place to visit as a child? (Enter full name of CITY only)" value="number:16">What was your favorite place to visit as a child? (Enter full name of CITY only)</option>
                  <option label="What was your grandfather's occupation?" value="number:17">What was your grandfather's occupation?</option>
                  <option label="What is the name of a college you applied to but didn't attend?&nbsp;" value="number:18">What is the name of a college you applied to but didn't attend?&nbsp;</option>
                </select>
                <!-- ngIf: showResult.error.Question1 -->
              </div>
            </div>
          </div>
        </div>
        <div class="hspacer-15"></div>
        <!-- Response 1 -->
        <div class="row">
          <div class="col-md-12">
            <div class="form-group required" ng-class="{ 'erripf' : showResult.error.Response1 }">
              <label style="margin-top: 7px;" class="col-md-1 text-align-right no-padding ng-scope" for="code" translate="users.secResponse1">Response 1</label>
              <div class="col-md-5">
                <input type="text" name="response1" class="form-control input-normal ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" maxlength="50" ng-model="saveQuestion.response1">
                <i style="font-size: 12px;">Not case Sensitive</i><br>
                <!-- ngIf: showResult.error.Response1 -->
              </div>
            </div>
          </div>
        </div>
        <div class="hspacer-15"></div>
        <!-- Security Question 2 -->
        <div class="row">
          <div class="col-md-12">
            <div class="form-group required" ng-class="{ 'erripf' : showResult.error.Question2 }">
              <label style="margin-top: 7px;" class="col-md-1 text-align-right no-padding ng-scope" for="code" translate="users.secQuestion2">Question 2</label>
              <div class="col-md-5">
                <select name="question2" class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="saveQuestion.secQuestn2" ng-options="obj.questionId as obj.questionName for obj in secQuestion">
                  <option value="" class="" selected="selected">--Select Question--</option>
                  <option label="What was your high school mascot?" value="number:1">What was your high school mascot?</option>
                  <option label="What was the name of your first pet?" value="number:2">What was the name of your first pet?</option>
                  <option label="In what year (YYYY) did you graduate high school?" value="number:3">In what year (YYYY) did you graduate high school?</option>
                  <option label="What is your father's middle name?" value="number:4">What is your father's middle name?</option>
                  <option label="What is your mother's middle name?" value="number:5">What is your mother's middle name?</option>
                  <option label="What is the first name of the best man/maid of honor at your wedding?" value="number:6">What is the first name of the best man/maid of honor at your wedding?</option>
                  <option label="What is your maternal grandmother's first name?" value="number:7">What is your maternal grandmother's first name?</option>
                  <option label="What is your maternal grandfather's first name?" value="number:8">What is your maternal grandfather's first name?</option>
                  <option label="What was the name of the hospital in which you born?" value="number:9">What was the name of the hospital in which you born?</option>
                  <option label="In what city were you married? (Enter full name of CITY only)" value="number:10">In what city were you married? (Enter full name of CITY only)</option>
                  <option label="Where did you and your spouse meet for the first time? (Enter full name of CITY only)" value="number:11">Where did you and your spouse meet for the first time? (Enter full name of CITY only)</option>
                  <option label="What is the name of your first employer (don't use &quot;The&quot;, Inc.&quot; or &quot;Co.&quot;)" value="number:12">What is the name of your first employer (don't use "The", Inc." or "Co.")</option>
                  <option label="What was the name of your first boyfriend or girlfriend? " value="number:13">What was the name of your first boyfriend or girlfriend? </option>
                  <option label="In what city did you honeymoon? (Enter full name of CITY only)" value="number:14">In what city did you honeymoon? (Enter full name of CITY only)</option>
                  <option label="What was the name of your first boss/manager?" value="number:15">What was the name of your first boss/manager?</option>
                  <option label="What was your favorite place to visit as a child? (Enter full name of CITY only)" value="number:16">What was your favorite place to visit as a child? (Enter full name of CITY only)</option>
                  <option label="What was your grandfather's occupation?" value="number:17">What was your grandfather's occupation?</option>
                  <option label="What is the name of a college you applied to but didn't attend?&nbsp;" value="number:18">What is the name of a college you applied to but didn't attend?&nbsp;</option>
                </select>
                <!-- ngIf: showResult.error.Question2 -->
              </div>
            </div>
          </div>
        </div>
        <div class="hspacer-15"></div>
        <!--   Response 2 -->
        <div class="row">
          <div class="col-md-12">
            <div class="form-group required" ng-class="{ 'erripf' : showResult.error.Response2 }">
              <label style="margin-top: 7px;" class="col-md-1 text-align-right no-padding ng-scope" for="code" translate="users.secResponse2">Response 2</label>
              <div class="col-md-5">
                <input type="text" name="response2" class="form-control input-normal ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" maxlength="50" ng-model="saveQuestion.response2">
                <i style="font-size: 12px;">Not case Sensitive</i><br>
                <!-- ngIf: showResult.error.Response2 -->
              </div>
            </div>
          </div>
        </div>
        <div class="hspacer-15"></div>
        <!-- Security Question 3 -->
        <div class="row">
          <div class="col-md-12">
            <div class="form-group required" ng-class="{ 'erripf' : showResult.error.Question3 }">
              <label style="margin-top: 7px;" class="col-md-1 text-align-right no-padding ng-scope" for="code" translate="users.secQuestion3">Question 3</label>
              <div class="col-md-5">
                <select name="question3" class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="saveQuestion.secQuestn3" ng-options="obj.questionId as obj.questionName for obj in secQuestion">
                  <option value="" class="" selected="selected">--Select Question--</option>
                  <option label="What was your high school mascot?" value="number:1">What was your high school mascot?</option>
                  <option label="What was the name of your first pet?" value="number:2">What was the name of your first pet?</option>
                  <option label="In what year (YYYY) did you graduate high school?" value="number:3">In what year (YYYY) did you graduate high school?</option>
                  <option label="What is your father's middle name?" value="number:4">What is your father's middle name?</option>
                  <option label="What is your mother's middle name?" value="number:5">What is your mother's middle name?</option>
                  <option label="What is the first name of the best man/maid of honor at your wedding?" value="number:6">What is the first name of the best man/maid of honor at your wedding?</option>
                  <option label="What is your maternal grandmother's first name?" value="number:7">What is your maternal grandmother's first name?</option>
                  <option label="What is your maternal grandfather's first name?" value="number:8">What is your maternal grandfather's first name?</option>
                  <option label="What was the name of the hospital in which you born?" value="number:9">What was the name of the hospital in which you born?</option>
                  <option label="In what city were you married? (Enter full name of CITY only)" value="number:10">In what city were you married? (Enter full name of CITY only)</option>
                  <option label="Where did you and your spouse meet for the first time? (Enter full name of CITY only)" value="number:11">Where did you and your spouse meet for the first time? (Enter full name of CITY only)</option>
                  <option label="What is the name of your first employer (don't use &quot;The&quot;, Inc.&quot; or &quot;Co.&quot;)" value="number:12">What is the name of your first employer (don't use "The", Inc." or "Co.")</option>
                  <option label="What was the name of your first boyfriend or girlfriend? " value="number:13">What was the name of your first boyfriend or girlfriend? </option>
                  <option label="In what city did you honeymoon? (Enter full name of CITY only)" value="number:14">In what city did you honeymoon? (Enter full name of CITY only)</option>
                  <option label="What was the name of your first boss/manager?" value="number:15">What was the name of your first boss/manager?</option>
                  <option label="What was your favorite place to visit as a child? (Enter full name of CITY only)" value="number:16">What was your favorite place to visit as a child? (Enter full name of CITY only)</option>
                  <option label="What was your grandfather's occupation?" value="number:17">What was your grandfather's occupation?</option>
                  <option label="What is the name of a college you applied to but didn't attend?&nbsp;" value="number:18">What is the name of a college you applied to but didn't attend?&nbsp;</option>
                </select>
                <!-- ngIf: showResult.error.Question3 -->
              </div>
            </div>
          </div>
        </div>
        <div class="hspacer-15"></div>
        <!-- Response 3 -->
        <div class="row">
          <div class="col-md-12">
            <div class="form-group required" ng-class="{ 'erripf' : showResult.error.Response3 }">
              <label style="margin-top: 7px;" class="col-md-1 text-align-right no-padding ng-scope" for="code" translate="users.secResponse3">Response 3</label>
              <div class="col-md-5">
                <input type="text" name="response3" class="form-control input-normal ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" maxlength="50" ng-model="saveQuestion.response3">
                <i style="font-size: 12px;">Not case Sensitive</i><br>
                <!-- ngIf: showResult.error.Response3 -->
                <br>
              </div>
              <br>
            </div>
          </div>
        </div>
        <div class="hspacer-15"></div>
      </div>
    </div>
  </div>
</form>

Name: passwordForm

<form id="passwordForm" name="passwordForm" class="ng-pristine ng-invalid ng-invalid-required ng-valid-maxlength">
  <!-- ngInclude: -->
  <div ng-include="" src="'assets/views/user/newPassword.html'" class="ng-scope">
    <div id="newPassword" ng-init="loadData()" class="ng-scope">
      <header role="heading">
        <div>
          <h3 translate="" class="ng-scope">
            <!-- ngIf: isExistUser -->
            <p ng-if="isExistUser" class="ng-binding ng-scope">Step 2 - Change Password </p><!-- end ngIf: isExistUser -->
            <!-- ngIf: isNewUser -->
            <!-- ngIf: isNewUserSecurityQN -->
          </h3>
        </div>
      </header>
      <section role="content" class="col-md-offset-0">
        <div class="alert alert-info">
          <div class="col-md-offset-0">
            <p translate="users.chngpwd.inform" class="ng-scope"> Establish a new password for your account below. This will be your new password for accessing the platform.</p>
            <p translate="users.chngpwd.information" class="ng-scope">Passwords must be a minimum of nine characters in length and contain three of the following four criteria:</p>
            <ul>
              <li translate="users.chngpwd.rule1" class="ng-scope">at least one lowercase character (a through z)</li>
              <li translate="users.chngpwd.rule2" class="ng-scope">at least one numeral (0 through 9)</li>
              <li translate="users.chngpwd.rule3" class="ng-scope">at least one uppercase character (A through Z)</li>
              <li translate="users.chngpwd.rule4" class="ng-scope">at least one special character</li>
            </ul>
          </div>
        </div>
        <div class="alert alert-warning ng-hide" ng-show="exception.length" id="msgErr">
          <button type="button" class="close" ng-click="clearMessages()" aria-hidden="true">×</button>
          <i class="fa-fw fa fa-warning"></i> <strong class="ng-binding"></strong>
        </div>
        <div class="alert alert-warning ng-hide" ng-show="showResult.error.E_10002_8.length" id="msgErr">
          <button type="button" class="close" ng-click="clearMessages()" aria-hidden="true">×</button>
          <i class="fa-fw fa fa-warning"></i> <strong class="ng-binding"></strong>
        </div>
        <div class="alert alert-warning ng-hide" ng-show="showResult.error.PasswordStrength.length" id="msgErr">
          <button class="close" ng-click="clearErrors()" aria-hidden="true">×</button>
          <i class="fa-fw fa fa-warning"></i><strong class="ng-binding"> Passwords must be a minimum of nine characters in length and contain three of the following four criteria:<br>
            <ul>
              <li class="ng-binding">at least one uppercase character (A through Z)</li>
              <li class="ng-binding">at least one lowercase character (a through z)</li>
              <li class="ng-binding">at least one numeral (0 through 9)</li>
              <li class="ng-binding">at least one special character</li>
            </ul>
          </strong>
        </div>
        <div class="alert alert-warning ng-hide" ng-show="showResult.error.passwordNotMatch.length" id="msgErr">
          <button class="close" ng-click="clearErrors()" aria-hidden="true">×</button>
          <i class="fa-fw fa fa-warning"></i><strong class="ng-binding">
          </strong>
        </div>
        <!-- <div class="jarviswidget jarviswidget-color-darken jarviswidget-sortable"> -->
        <div class="row">
          <div class="col-md-12">
            <b> <label class="col-md-2 text-align-right no-padding ng-scope" for="code" translate="users.userName"> Username</label></b>
            <div class="col-md-5"><b class="ng-binding">Chris_Steinkrauss</b></div>
          </div>
        </div>
        <!-- new password field -->
        <div class="hspacer-15"></div>
        <!-- Response 1 -->
        <div class="row">
          <div class="col-md-12">
            <div class="form-group required" ng-class="{ 'erripf' : error.New || error.newLength || error.newPassword||showResult.error.newPassword ||showResult.error.newLength||showResult.error.New}">
              <label style="margin-top: 7px;" class="col-md-2 text-align-right no-padding ng-scope" for="code" translate="users.newPwd">New Password</label>
              <div class="col-md-5">
                <input type="password" name="newPwd" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" maxlength="50" required="" ng-model="password.new">
                <!-- ngIf: error.New -->
                <!-- ngIf: error.newLength -->
                <!-- ngIf: error.newPassword -->
                <!-- ngIf: showResult.error.newPassword -->
                <!-- ngIf: showResult.error.newLength -->
                <!-- ngIf: showResult.error.New -->
              </div>
            </div>
          </div>
        </div>
        <!--  confirm password field -->
        <div class="hspacer-15"></div>
        <div class="row">
          <div class="col-md-12">
            <div class="form-group required" ng-class="{ 'erripf' : error.Confirm || error.confirmLength || error.confirmPassword || showResult.error.Confirm|| showResult.error.confirmLength||showResult.error.confirmPassword}">
              <label style="margin-top: 7px;" class="col-md-2 text-align-right no-padding ng-scope" for="code" translate="users.confirmPwd">Confirm Password</label>
              <div class="col-md-5">
                <input type="password" name="confPwd" class="form-control input-normal ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" maxlength="50" required="" ng-model="password.confirm">
                <!-- ngIf: error.Confirm -->
                <!-- ngIf: error.confirmLength -->
                <!-- ngIf: error.confirmPassword -->
                <!-- ngIf: showResult.error.Confirm -->
                <!-- ngIf: showResult.error.confirmLength -->
                <!-- ngIf: showResult.error.confirmPassword -->
              </div>
            </div>
          </div>
          <!-- <div class="col-sm-6 text-right" style="margin-top:20px;">
	                             <button type="submit" ng-click="newPassword()" ng-disabled="chngPwd.$invalid" class="btn btn-success" translate="submit" ></button>
                       </div> -->
        </div>
        <br><br><br><br>
        <div class="clearfix hspacer-10"></div>
        <!--  </div> -->
      </section><br>
    </div>
  </div>
</form>

Name: passwordForm

<form id="passwordForm" name="passwordForm" class="ng-pristine ng-invalid ng-invalid-required ng-valid-maxlength">
  <!-- ngInclude: -->
  <div ng-include="" src="'assets/views/user/newPassword.html'" class="ng-scope">
    <div id="newPassword" ng-init="loadData()" class="ng-scope">
      <header role="heading">
        <div>
          <h3 translate="" class="ng-scope">
            <!-- ngIf: isExistUser -->
            <p ng-if="isExistUser" class="ng-binding ng-scope">Step 2 - Change Password </p><!-- end ngIf: isExistUser -->
            <!-- ngIf: isNewUser -->
            <!-- ngIf: isNewUserSecurityQN -->
          </h3>
        </div>
      </header>
      <section role="content" class="col-md-offset-0">
        <div class="alert alert-info">
          <div class="col-md-offset-0">
            <p translate="users.chngpwd.inform" class="ng-scope"> Establish a new password for your account below. This will be your new password for accessing the platform.</p>
            <p translate="users.chngpwd.information" class="ng-scope">Passwords must be a minimum of nine characters in length and contain three of the following four criteria:</p>
            <ul>
              <li translate="users.chngpwd.rule1" class="ng-scope">at least one lowercase character (a through z)</li>
              <li translate="users.chngpwd.rule2" class="ng-scope">at least one numeral (0 through 9)</li>
              <li translate="users.chngpwd.rule3" class="ng-scope">at least one uppercase character (A through Z)</li>
              <li translate="users.chngpwd.rule4" class="ng-scope">at least one special character</li>
            </ul>
          </div>
        </div>
        <div class="alert alert-warning ng-hide" ng-show="exception.length" id="msgErr">
          <button type="button" class="close" ng-click="clearMessages()" aria-hidden="true">×</button>
          <i class="fa-fw fa fa-warning"></i> <strong class="ng-binding"></strong>
        </div>
        <div class="alert alert-warning ng-hide" ng-show="showResult.error.E_10002_8.length" id="msgErr">
          <button type="button" class="close" ng-click="clearMessages()" aria-hidden="true">×</button>
          <i class="fa-fw fa fa-warning"></i> <strong class="ng-binding"></strong>
        </div>
        <div class="alert alert-warning ng-hide" ng-show="showResult.error.PasswordStrength.length" id="msgErr">
          <button class="close" ng-click="clearErrors()" aria-hidden="true">×</button>
          <i class="fa-fw fa fa-warning"></i><strong class="ng-binding"> Passwords must be a minimum of nine characters in length and contain three of the following four criteria:<br>
            <ul>
              <li class="ng-binding">at least one uppercase character (A through Z)</li>
              <li class="ng-binding">at least one lowercase character (a through z)</li>
              <li class="ng-binding">at least one numeral (0 through 9)</li>
              <li class="ng-binding">at least one special character</li>
            </ul>
          </strong>
        </div>
        <div class="alert alert-warning ng-hide" ng-show="showResult.error.passwordNotMatch.length" id="msgErr">
          <button class="close" ng-click="clearErrors()" aria-hidden="true">×</button>
          <i class="fa-fw fa fa-warning"></i><strong class="ng-binding">
          </strong>
        </div>
        <!-- <div class="jarviswidget jarviswidget-color-darken jarviswidget-sortable"> -->
        <div class="row">
          <div class="col-md-12">
            <b> <label class="col-md-2 text-align-right no-padding ng-scope" for="code" translate="users.userName"> Username</label></b>
            <div class="col-md-5"><b class="ng-binding">Chris_Steinkrauss</b></div>
          </div>
        </div>
        <!-- new password field -->
        <div class="hspacer-15"></div>
        <!-- Response 1 -->
        <div class="row">
          <div class="col-md-12">
            <div class="form-group required" ng-class="{ 'erripf' : error.New || error.newLength || error.newPassword||showResult.error.newPassword ||showResult.error.newLength||showResult.error.New}">
              <label style="margin-top: 7px;" class="col-md-2 text-align-right no-padding ng-scope" for="code" translate="users.newPwd">New Password</label>
              <div class="col-md-5">
                <input type="password" name="newPwd" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" maxlength="50" required="" ng-model="password.new">
                <!-- ngIf: error.New -->
                <!-- ngIf: error.newLength -->
                <!-- ngIf: error.newPassword -->
                <!-- ngIf: showResult.error.newPassword -->
                <!-- ngIf: showResult.error.newLength -->
                <!-- ngIf: showResult.error.New -->
              </div>
            </div>
          </div>
        </div>
        <!--  confirm password field -->
        <div class="hspacer-15"></div>
        <div class="row">
          <div class="col-md-12">
            <div class="form-group required" ng-class="{ 'erripf' : error.Confirm || error.confirmLength || error.confirmPassword || showResult.error.Confirm|| showResult.error.confirmLength||showResult.error.confirmPassword}">
              <label style="margin-top: 7px;" class="col-md-2 text-align-right no-padding ng-scope" for="code" translate="users.confirmPwd">Confirm Password</label>
              <div class="col-md-5">
                <input type="password" name="confPwd" class="form-control input-normal ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" maxlength="50" required="" ng-model="password.confirm">
                <!-- ngIf: error.Confirm -->
                <!-- ngIf: error.confirmLength -->
                <!-- ngIf: error.confirmPassword -->
                <!-- ngIf: showResult.error.Confirm -->
                <!-- ngIf: showResult.error.confirmLength -->
                <!-- ngIf: showResult.error.confirmPassword -->
              </div>
            </div>
          </div>
          <!-- <div class="col-sm-6 text-right" style="margin-top:20px;">
	                             <button type="submit" ng-click="newPassword()" ng-disabled="chngPwd.$invalid" class="btn btn-success" translate="submit" ></button>
                       </div> -->
        </div>
        <br><br><br><br>
        <div class="clearfix hspacer-10"></div>
        <!--  </div> -->
      </section><br>
    </div>
  </div>
</form>

Name: securityForm

<form id="securityForm" name="securityForm" class="ng-pristine ng-valid ng-valid-maxlength">
  <!-- ngInclude: -->
  <div ng-include="" src="'assets/views/user/changePasswordWizard/securityQuestions_tab2.html'" class="ng-scope">
    <div ng-init="getSecQuestns()" class="ng-scope">
      <div style="overflow: hidden; margin-top: 10px; margin-bottom: 10px;">
        <div>
          <header>
            <h3 translate="" class="ng-scope">
              <!-- ngIf: isNewUserSecurityQN -->
              <!-- ngIf: isNewUser -->
            </h3>
          </header>
          <hr>
          <div class="alert alert-info">
            <p translate="" class="ng-scope">You can change any of your three security questions or answers by choosing new questions or providing new answers that you will remember.</p>
          </div>
          <div class="alert alert-warning ng-hide" ng-show="showResult.error.Questions.length" id="msgErr">
            <button type="button" class="close" ng-click="clearMessages()" aria-hidden="true">×</button>
            <i class="fa-fw fa fa-warning"></i>
            <strong class="ng-binding"></strong>
          </div>
        </div>
        <div class="row" id="secQuestion">
          <div class="col-md-12">
            <div class="form-group required" ng-class="{ 'erripf' : showResult.error.Question1 }">
              <label style="margin-top: 7px;" class="col-md-1 text-align-right no-padding ng-scope" for="code" translate="users.secQuestion1">Question 1</label>
              <div class="col-md-5">
                <select name="question1" class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="saveQuestion.secQuestn1" ng-options="obj.questionId as obj.questionName for obj in secQuestion">
                  <option value="" class="" selected="selected">--Select Question--</option>
                  <option label="What was your high school mascot?" value="number:1">What was your high school mascot?</option>
                  <option label="What was the name of your first pet?" value="number:2">What was the name of your first pet?</option>
                  <option label="In what year (YYYY) did you graduate high school?" value="number:3">In what year (YYYY) did you graduate high school?</option>
                  <option label="What is your father's middle name?" value="number:4">What is your father's middle name?</option>
                  <option label="What is your mother's middle name?" value="number:5">What is your mother's middle name?</option>
                  <option label="What is the first name of the best man/maid of honor at your wedding?" value="number:6">What is the first name of the best man/maid of honor at your wedding?</option>
                  <option label="What is your maternal grandmother's first name?" value="number:7">What is your maternal grandmother's first name?</option>
                  <option label="What is your maternal grandfather's first name?" value="number:8">What is your maternal grandfather's first name?</option>
                  <option label="What was the name of the hospital in which you born?" value="number:9">What was the name of the hospital in which you born?</option>
                  <option label="In what city were you married? (Enter full name of CITY only)" value="number:10">In what city were you married? (Enter full name of CITY only)</option>
                  <option label="Where did you and your spouse meet for the first time? (Enter full name of CITY only)" value="number:11">Where did you and your spouse meet for the first time? (Enter full name of CITY only)</option>
                  <option label="What is the name of your first employer (don't use &quot;The&quot;, Inc.&quot; or &quot;Co.&quot;)" value="number:12">What is the name of your first employer (don't use "The", Inc." or "Co.")</option>
                  <option label="What was the name of your first boyfriend or girlfriend? " value="number:13">What was the name of your first boyfriend or girlfriend? </option>
                  <option label="In what city did you honeymoon? (Enter full name of CITY only)" value="number:14">In what city did you honeymoon? (Enter full name of CITY only)</option>
                  <option label="What was the name of your first boss/manager?" value="number:15">What was the name of your first boss/manager?</option>
                  <option label="What was your favorite place to visit as a child? (Enter full name of CITY only)" value="number:16">What was your favorite place to visit as a child? (Enter full name of CITY only)</option>
                  <option label="What was your grandfather's occupation?" value="number:17">What was your grandfather's occupation?</option>
                  <option label="What is the name of a college you applied to but didn't attend?&nbsp;" value="number:18">What is the name of a college you applied to but didn't attend?&nbsp;</option>
                </select>
                <!-- ngIf: showResult.error.Question1 -->
              </div>
            </div>
          </div>
        </div>
        <div class="hspacer-15"></div>
        <!-- Response 1 -->
        <div class="row">
          <div class="col-md-12">
            <div class="form-group required" ng-class="{ 'erripf' : showResult.error.Response1 }">
              <label style="margin-top: 7px;" class="col-md-1 text-align-right no-padding ng-scope" for="code" translate="users.secResponse1">Response 1</label>
              <div class="col-md-5">
                <input type="text" name="response1" class="form-control input-normal ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" maxlength="50" ng-model="saveQuestion.response1">
                <i style="font-size: 12px;">Not case Sensitive</i><br>
                <!-- ngIf: showResult.error.Response1 -->
              </div>
            </div>
          </div>
        </div>
        <div class="hspacer-15"></div>
        <!-- Security Question 2 -->
        <div class="row">
          <div class="col-md-12">
            <div class="form-group required" ng-class="{ 'erripf' : showResult.error.Question2 }">
              <label style="margin-top: 7px;" class="col-md-1 text-align-right no-padding ng-scope" for="code" translate="users.secQuestion2">Question 2</label>
              <div class="col-md-5">
                <select name="question2" class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="saveQuestion.secQuestn2" ng-options="obj.questionId as obj.questionName for obj in secQuestion">
                  <option value="" class="" selected="selected">--Select Question--</option>
                  <option label="What was your high school mascot?" value="number:1">What was your high school mascot?</option>
                  <option label="What was the name of your first pet?" value="number:2">What was the name of your first pet?</option>
                  <option label="In what year (YYYY) did you graduate high school?" value="number:3">In what year (YYYY) did you graduate high school?</option>
                  <option label="What is your father's middle name?" value="number:4">What is your father's middle name?</option>
                  <option label="What is your mother's middle name?" value="number:5">What is your mother's middle name?</option>
                  <option label="What is the first name of the best man/maid of honor at your wedding?" value="number:6">What is the first name of the best man/maid of honor at your wedding?</option>
                  <option label="What is your maternal grandmother's first name?" value="number:7">What is your maternal grandmother's first name?</option>
                  <option label="What is your maternal grandfather's first name?" value="number:8">What is your maternal grandfather's first name?</option>
                  <option label="What was the name of the hospital in which you born?" value="number:9">What was the name of the hospital in which you born?</option>
                  <option label="In what city were you married? (Enter full name of CITY only)" value="number:10">In what city were you married? (Enter full name of CITY only)</option>
                  <option label="Where did you and your spouse meet for the first time? (Enter full name of CITY only)" value="number:11">Where did you and your spouse meet for the first time? (Enter full name of CITY only)</option>
                  <option label="What is the name of your first employer (don't use &quot;The&quot;, Inc.&quot; or &quot;Co.&quot;)" value="number:12">What is the name of your first employer (don't use "The", Inc." or "Co.")</option>
                  <option label="What was the name of your first boyfriend or girlfriend? " value="number:13">What was the name of your first boyfriend or girlfriend? </option>
                  <option label="In what city did you honeymoon? (Enter full name of CITY only)" value="number:14">In what city did you honeymoon? (Enter full name of CITY only)</option>
                  <option label="What was the name of your first boss/manager?" value="number:15">What was the name of your first boss/manager?</option>
                  <option label="What was your favorite place to visit as a child? (Enter full name of CITY only)" value="number:16">What was your favorite place to visit as a child? (Enter full name of CITY only)</option>
                  <option label="What was your grandfather's occupation?" value="number:17">What was your grandfather's occupation?</option>
                  <option label="What is the name of a college you applied to but didn't attend?&nbsp;" value="number:18">What is the name of a college you applied to but didn't attend?&nbsp;</option>
                </select>
                <!-- ngIf: showResult.error.Question2 -->
              </div>
            </div>
          </div>
        </div>
        <div class="hspacer-15"></div>
        <!--   Response 2 -->
        <div class="row">
          <div class="col-md-12">
            <div class="form-group required" ng-class="{ 'erripf' : showResult.error.Response2 }">
              <label style="margin-top: 7px;" class="col-md-1 text-align-right no-padding ng-scope" for="code" translate="users.secResponse2">Response 2</label>
              <div class="col-md-5">
                <input type="text" name="response2" class="form-control input-normal ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" maxlength="50" ng-model="saveQuestion.response2">
                <i style="font-size: 12px;">Not case Sensitive</i><br>
                <!-- ngIf: showResult.error.Response2 -->
              </div>
            </div>
          </div>
        </div>
        <div class="hspacer-15"></div>
        <!-- Security Question 3 -->
        <div class="row">
          <div class="col-md-12">
            <div class="form-group required" ng-class="{ 'erripf' : showResult.error.Question3 }">
              <label style="margin-top: 7px;" class="col-md-1 text-align-right no-padding ng-scope" for="code" translate="users.secQuestion3">Question 3</label>
              <div class="col-md-5">
                <select name="question3" class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="saveQuestion.secQuestn3" ng-options="obj.questionId as obj.questionName for obj in secQuestion">
                  <option value="" class="" selected="selected">--Select Question--</option>
                  <option label="What was your high school mascot?" value="number:1">What was your high school mascot?</option>
                  <option label="What was the name of your first pet?" value="number:2">What was the name of your first pet?</option>
                  <option label="In what year (YYYY) did you graduate high school?" value="number:3">In what year (YYYY) did you graduate high school?</option>
                  <option label="What is your father's middle name?" value="number:4">What is your father's middle name?</option>
                  <option label="What is your mother's middle name?" value="number:5">What is your mother's middle name?</option>
                  <option label="What is the first name of the best man/maid of honor at your wedding?" value="number:6">What is the first name of the best man/maid of honor at your wedding?</option>
                  <option label="What is your maternal grandmother's first name?" value="number:7">What is your maternal grandmother's first name?</option>
                  <option label="What is your maternal grandfather's first name?" value="number:8">What is your maternal grandfather's first name?</option>
                  <option label="What was the name of the hospital in which you born?" value="number:9">What was the name of the hospital in which you born?</option>
                  <option label="In what city were you married? (Enter full name of CITY only)" value="number:10">In what city were you married? (Enter full name of CITY only)</option>
                  <option label="Where did you and your spouse meet for the first time? (Enter full name of CITY only)" value="number:11">Where did you and your spouse meet for the first time? (Enter full name of CITY only)</option>
                  <option label="What is the name of your first employer (don't use &quot;The&quot;, Inc.&quot; or &quot;Co.&quot;)" value="number:12">What is the name of your first employer (don't use "The", Inc." or "Co.")</option>
                  <option label="What was the name of your first boyfriend or girlfriend? " value="number:13">What was the name of your first boyfriend or girlfriend? </option>
                  <option label="In what city did you honeymoon? (Enter full name of CITY only)" value="number:14">In what city did you honeymoon? (Enter full name of CITY only)</option>
                  <option label="What was the name of your first boss/manager?" value="number:15">What was the name of your first boss/manager?</option>
                  <option label="What was your favorite place to visit as a child? (Enter full name of CITY only)" value="number:16">What was your favorite place to visit as a child? (Enter full name of CITY only)</option>
                  <option label="What was your grandfather's occupation?" value="number:17">What was your grandfather's occupation?</option>
                  <option label="What is the name of a college you applied to but didn't attend?&nbsp;" value="number:18">What is the name of a college you applied to but didn't attend?&nbsp;</option>
                </select>
                <!-- ngIf: showResult.error.Question3 -->
              </div>
            </div>
          </div>
        </div>
        <div class="hspacer-15"></div>
        <!-- Response 3 -->
        <div class="row">
          <div class="col-md-12">
            <div class="form-group required" ng-class="{ 'erripf' : showResult.error.Response3 }">
              <label style="margin-top: 7px;" class="col-md-1 text-align-right no-padding ng-scope" for="code" translate="users.secResponse3">Response 3</label>
              <div class="col-md-5">
                <input type="text" name="response3" class="form-control input-normal ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" maxlength="50" ng-model="saveQuestion.response3">
                <i style="font-size: 12px;">Not case Sensitive</i><br>
                <!-- ngIf: showResult.error.Response3 -->
                <br>
              </div>
              <br>
            </div>
          </div>
        </div>
        <div class="hspacer-15"></div>
      </div>
    </div>
  </div>
</form>

Text Content

The College Board


ACCUPLACER




RESET PASSWORD


NEW USER SETUP


RESET PASSWORD

 * 1 Security Questions
 * 2 Change Password


SECQUE.BREADCRUMB

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

users.secQues.inform

×


STEP 1 - ANSWER SECURITY QUESTIONS

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

In order to establish a new password, you need to provide the responses
submitted for these security questions. Please enter the responses below. Ensure
abbreviations or names are entered exactly as you submitted them.

×
×
Question 1
--Select Question--What was your high school mascot?In what year (YYYY) did you
graduate high school?What is your maternal grandmother's first name?

Response 1
Not case Sensitive


Question 2
--Select Question--What was your high school mascot?In what year (YYYY) did you
graduate high school?What is your maternal grandmother's first name?

Response 2
Not case Sensitive



Question 3
--Select Question--What was your high school mascot?In what year (YYYY) did you
graduate high school?What is your maternal grandmother's first name?

Response 3
Not case Sensitive



STEP 2 - CHANGE PASSWORD

Establish a new password for your account below. This will be your new password
for accessing the platform.

Passwords must be a minimum of nine characters in length and contain three of
the following four criteria:

 * at least one lowercase character (a through z)
 * at least one numeral (0 through 9)
 * at least one uppercase character (A through Z)
 * at least one special character

×
×
× Passwords must be a minimum of nine characters in length and contain three of
the following four criteria:

 * at least one uppercase character (A through Z)
 * at least one lowercase character (a through z)
 * at least one numeral (0 through 9)
 * at least one special character

×
Username
Chris_Steinkrauss

New Password


Confirm Password







 * Previous
 * Next
 * Submit


NEW USER SETUP

 * 1 Authentication
 * 2 License Agreement
 * 3 Security Questions
 * 4 Change Password

×


STEP 1 - AUTHENTICATION DETAILS

First Name
First Name is required

Last Name
Last Name is required

User Name
Username is required.

PLEASE READ THIS SOFTWARE LICENSE AGREEMENT CAREFULLY BEFORE USING THE
ACCUPLACER SYSTEM. BY DOWNLOADING, INSTALLING, COPYING, OR OTHERWISE USING THE
ACCUPLACER SYSTEM, YOU AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. IF YOU DO
NOT AGREE TO THE TERMS OF THIS AGREEMENT, DO NOT USE THE SYSTEM.


This software product license agreement (the "Agreement") is between the College
Board, (the "College Board") and the licensing organization ("Licensee").
Licensees include academic institutions and governmental departments of
education ("DOE") that have been duly authorized to access the ACCUPLACER System
by academic institutions within their jurisdiction. This Agreement contains the
exclusive terms and conditions under which Licensee may use the ACCUPLACER
System. The ACCUPLACER System includes the following: ACCUPLACER internet-based
platform, all ACCUPLACER test items (including questions and answers), answer
keys, report formats, user guides, policy manuals, internet site, its
database(s), associated software, services, media, printed material, electronic
documentation and related methods and techniques, hereinafter referred to
collectively as "ACCUPLACER System". By using the ACCUPLACER System, Licensee
accepts the terms of this Agreement.


1. General


The ACCUPLACER System and all other materials provided or used in association
with the ACCUPLACER System, including but not limited to, revisions or updates
provided by the College Board, whether on disk, in read only memory, on any
other media or in any other form are licensed and not sold to Licensee for
Licensees use under the terms of this Agreement. The rights granted herein are
limited to the College Boards intellectual property rights in the ACCUPLACER
System and do not include any other patents or intellectual property rights. The
College Board reserves all rights not expressly granted to Licensee.


2. License Grant; Mandatory Use of Proctors


The College Board hereby grants to the Licensee a non-exclusive,
non-transferable right to use the ACCUPLACER System under the terms of this
Agreement and when only used under proctored conditions. Examinees must be
monitored at all times and authorized proctor appointed by the Licensee must be
present on System during any and all administrations of an ACCUPLACER System
test. Licensee hereby authorizes (and will insure that its authorized users
authorize) College Board to review recordings made by remote proctors in College
Board’s capacity as Licensee’s (and its authorized users’) test delivery
partner, for the purpose of monitoring quality, conducting security
investigations and other related purposes on behalf of Licensee and its
authorized users.


3. License Restrictions


(a) Except as may be expressly permitted by the terms of the accompanying
ACCUPLACER Program Manual and the ACCUPLACER Order Form, which are hereby
incorporated by reference and made a part of this Agreement, Licensee shall only
use the ACCUPLACER System on a campus of the Licensee or at another location
only if under the direct control of the Licensee. Licensee agrees to keep
confidential and use best efforts to prevent and protect the ACCUPLACER System
from unauthorized disclosure or use. Licensee shall not disclose or provide
copies of test items or essay prompts to Examinees.


(b) Licensee shall keep secure all personal data accessed or stored locally by
Licensee from the ACCUPLACER System. The College Board will not be liable in the
event such data is disclosed to or otherwise accessed by unauthorized
individuals.


(c) Licensee shall control the access of its authorized users to the ACCUPLACER
System and will immediately revoke such access if the user ceases to be employed
by the Licensee or is no longer appropriately authorized to access the system.
The College Board will not be liable in the event of access to the ACCUPLACER
System by such individuals.


(d) Except as and only to the extent expressly permitted in this License or by
applicable law, Licensee shall not copy, decompile, reverse engineer,
disassemble, attempt to derive the source code of, decrypt, modify, or create
derivative works of the ACCUPLACER System, system updates, or any part thereof.
Any attempt to do so is a violation of the rights of the College Board. If
Licensee breaches this restriction, Licensee may be subject to prosecution and
damages.


(e) This Agreement and the license granted hereunder shall not be assigned,
sublicensed, or transferred by Licensee to any other party. In addition,
Licensee shall not, in whole or in part, rent, lease, lend, redistribute or
sublicense the ACCUPLACER System.


4. Ownership and Proprietary Rights


Licensee understands and acknowledges that all title and proprietary rights in
and to the ACCUPLACER System are owned by the College Board or the College
Board's Licensor, including data, copyright, trade secrets, and trademarks.
Licensee acknowledges and agrees that the ACCUPLACER System is proprietary to
the College Board and protected under United States laws and international
treaties.This Agreement does not convey to Licensee an interest in or to the
ACCUPLACER System, tests, answer keys, report formats, or other material owned
by the College Board but only a limited revocable right to use the system in
accordance with the terms of this Agreement. The College Board shall have the
right to use, without limitation, the data collected in the performance of this
Agreement in the normal and customary operations of the College Board. All data
entered and stored on the ACCUPLACER System will be retained by the College
Board for four (4) years.


5. Limited Warranty; Indemnification


The College Board warrants to Licensee that the ACCUPLACER System is free from
material defects in materials and workmanship and that the ACCUPLACER System,
under normal use and operation, will operate in accordance with the descriptions
contained in the manuals supplied to Licensee with the ACCUPLACER System.


THE COLLEGE BOARD DOES NOT WARRANT THAT THE OPERATION OF THE ACCUPLACER SYSTEM
WILL BE UNINTERRUPTED OR ERROR-FREE OR THAT ALL DEFICIENCIES OR ERRORS ARE
CAPABLE OF BEING CORRECTED. FURTHERMORE, COLLEGE BOARD DOES NOT WARRANT OR MAKE
ANY REPRESENTATIONS REGARDING THE USE OF THE ACCUPLACER SYSTEM OR THE RESULTS
OBTAINED THEREFROM OR THAT THE ACCUPLACER SYSTEM WILL SATISFY CLIENTs
REQUIREMENTS. THE COLLEGE BOARD WILL NOT BE LIABLE IN CONNECTION WITH HOW
LICENSEE USES THE TEST SCORES GENERATED FROM LICENSEEs USE OF THE ACCUPLACER
SYSTEM.


THE COLLEGE BOARD 'S TOTAL LIABILITY WITH RESPECT TO THIS WARRANTY AND
LICENSEE'S SOLE REMEDY FOR BREACH OF THIS WARRANTY SHALL BE LIMITED TO SCORE
CORRECTION OR TEST RETAKE AT NO ADDITIONAL CHARGE TO LICENSEE. NO OTHER
WARRANTIES, EXPRESS OR IMPLIED, SHALL APPLY, INCLUDING, BUT NOT LIMITED TO,
FITNESS FOR A PARTICULAR PURPOSE AND MERCHANTABILITY. IN NO EVENT, HOWEVER,
SHALL THE COLLEGE BOARD BE LIABLE FOR SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES
ARISING OUT OF OR IN CONNECTION WITH THE USE OF THE ACCUPLACER SYSTEM.


(Some state laws do not allow the exclusion or limitation of implied warranties
or liability for incidental or consequential damages, so portions of this
Paragraph may not apply to the license granted hereunder.)


To the extent permitted by law, Licensee will indemnify, hold harmless and
defend the College Board from and against all liabilities, demands, claims, and
fines, including reasonable attorney's fees and other costs and expenses of
defense and settlement, which the College Board may incur as a result of damages
claimed by third parties in connection with this Agreement (collectively,
"Damages") provided, however, that Licensee will not be obligated to indemnify
the College Board to the extent Damages are caused directly by the negligence or
willful misconduct of the College Board.


6. Term


This Agreement and the license granted hereunder will become effective on the
date of Licensee's first use of the ACCUPLACER System. This Agreement shall
remain in effect for as long as Licensee continues to use the ACCUPLACER System
and complies with the terms and conditions of this Agreement, which include
without limitation, payment of all fees in accordance with the rates and terms
then in effect (as stated in the then current ACCUPLACER Order Form)


7. Termination and Suspension


(a) The College Board may terminate this Agreement upon written notice to
Licensee in the event that Licensee breaches or fails to comply with any term or
condition of this Agreement. Licensee may terminate this Agreement at any time
during the term hereof by providing written notice to the College Board. If such
termination occurs, by either party, Licensee shall forfeit any remaining
ACCUPLACER units.


(b) If Licensee initiates or participates in any legal proceeding against the
College Board, the College Board, in its sole discretion, may suspend or
terminate all license grants and any other rights provided under this Agreement
during the course of such legal proceedings.


8. Fees


All ACCUPLACER System fees payable by Licensee in consideration of its license
to use the ACCUPLACER System shall be paid by Licensee in accordance with the
terms of the then-current ACCUPLACER Order Form.


9. ACCUPLACER System Revisions and Notifications


From time to time, the College Board may need to revise the ACCUPLACER System
and update, change or remove certain features and functionalities. As a result,
the College Board reserves the right to update, change or remove any system
features and functionalities, as well as field test items, fix errors, glitches,
bugs, and technical concerns. At the discretion of the College Board, reasonable
efforts will be made to notify Licensee of the revisions made to the ACCUPLACER
System.


10. Complete Agreement; Governing Law


This Agreement, the ACCUPLACER Program Manual and the ACCUPLACER Order Form
constitutes the entire understanding between the College Board and Licensee with
respect to the subject matter hereof and supersedes any prior agreements,
understandings, negotiations or offers between them. Any modification or
amendment of the terms of this Agreement shall not be binding upon either party
unless such amendment or modification is in writing signed by both parties.


This Agreement shall be construed under the laws of the State of New York. In
the event that any provision of this Agreement is deemed invalid or
unenforceable, the other provisions of this Agreement shall continue in full
force and effect.


Effective July 2020


 

Print

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

You can change any of your three security questions or answers by choosing new
questions or providing new answers that you will remember.

×
Question 1
--Select Question--What was your high school mascot?What was the name of your
first pet?In what year (YYYY) did you graduate high school?What is your father's
middle name?What is your mother's middle name?What is the first name of the best
man/maid of honor at your wedding?What is your maternal grandmother's first
name?What is your maternal grandfather's first name?What was the name of the
hospital in which you born?In what city were you married? (Enter full name of
CITY only)Where did you and your spouse meet for the first time? (Enter full
name of CITY only)What is the name of your first employer (don't use "The",
Inc." or "Co.")What was the name of your first boyfriend or girlfriend? In what
city did you honeymoon? (Enter full name of CITY only)What was the name of your
first boss/manager?What was your favorite place to visit as a child? (Enter full
name of CITY only)What was your grandfather's occupation?What is the name of a
college you applied to but didn't attend? 

Response 1
Not case Sensitive


Question 2
--Select Question--What was your high school mascot?What was the name of your
first pet?In what year (YYYY) did you graduate high school?What is your father's
middle name?What is your mother's middle name?What is the first name of the best
man/maid of honor at your wedding?What is your maternal grandmother's first
name?What is your maternal grandfather's first name?What was the name of the
hospital in which you born?In what city were you married? (Enter full name of
CITY only)Where did you and your spouse meet for the first time? (Enter full
name of CITY only)What is the name of your first employer (don't use "The",
Inc." or "Co.")What was the name of your first boyfriend or girlfriend? In what
city did you honeymoon? (Enter full name of CITY only)What was the name of your
first boss/manager?What was your favorite place to visit as a child? (Enter full
name of CITY only)What was your grandfather's occupation?What is the name of a
college you applied to but didn't attend? 

Response 2
Not case Sensitive


Question 3
--Select Question--What was your high school mascot?What was the name of your
first pet?In what year (YYYY) did you graduate high school?What is your father's
middle name?What is your mother's middle name?What is the first name of the best
man/maid of honor at your wedding?What is your maternal grandmother's first
name?What is your maternal grandfather's first name?What was the name of the
hospital in which you born?In what city were you married? (Enter full name of
CITY only)Where did you and your spouse meet for the first time? (Enter full
name of CITY only)What is the name of your first employer (don't use "The",
Inc." or "Co.")What was the name of your first boyfriend or girlfriend? In what
city did you honeymoon? (Enter full name of CITY only)What was the name of your
first boss/manager?What was your favorite place to visit as a child? (Enter full
name of CITY only)What was your grandfather's occupation?What is the name of a
college you applied to but didn't attend? 

Response 3
Not case Sensitive





STEP 2 - CHANGE PASSWORD

Establish a new password for your account below. This will be your new password
for accessing the platform.

Passwords must be a minimum of nine characters in length and contain three of
the following four criteria:

 * at least one lowercase character (a through z)
 * at least one numeral (0 through 9)
 * at least one uppercase character (A through Z)
 * at least one special character

×
×
× Passwords must be a minimum of nine characters in length and contain three of
the following four criteria:

 * at least one uppercase character (A through Z)
 * at least one lowercase character (a through z)
 * at least one numeral (0 through 9)
 * at least one special character

×
Username
Chris_Steinkrauss

New Password


Confirm Password







 * Previous
 * Next
 * Decline
 * Accept
 * Submit


NEW USER SETUP

 * 1 License Agreement
 * 2 Change Password
 * 3 Security Questions

PLEASE READ THIS SOFTWARE LICENSE AGREEMENT CAREFULLY BEFORE USING THE
ACCUPLACER SYSTEM. BY DOWNLOADING, INSTALLING, COPYING, OR OTHERWISE USING THE
ACCUPLACER SYSTEM, YOU AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. IF YOU DO
NOT AGREE TO THE TERMS OF THIS AGREEMENT, DO NOT USE THE SYSTEM.


This software product license agreement (the "Agreement") is between the College
Board, (the "College Board") and the licensing organization ("Licensee").
Licensees include academic institutions and governmental departments of
education ("DOE") that have been duly authorized to access the ACCUPLACER System
by academic institutions within their jurisdiction. This Agreement contains the
exclusive terms and conditions under which Licensee may use the ACCUPLACER
System. The ACCUPLACER System includes the following: ACCUPLACER internet-based
platform, all ACCUPLACER test items (including questions and answers), answer
keys, report formats, user guides, policy manuals, internet site, its
database(s), associated software, services, media, printed material, electronic
documentation and related methods and techniques, hereinafter referred to
collectively as "ACCUPLACER System". By using the ACCUPLACER System, Licensee
accepts the terms of this Agreement.


1. General


The ACCUPLACER System and all other materials provided or used in association
with the ACCUPLACER System, including but not limited to, revisions or updates
provided by the College Board, whether on disk, in read only memory, on any
other media or in any other form are licensed and not sold to Licensee for
Licensees use under the terms of this Agreement. The rights granted herein are
limited to the College Boards intellectual property rights in the ACCUPLACER
System and do not include any other patents or intellectual property rights. The
College Board reserves all rights not expressly granted to Licensee.


2. License Grant; Mandatory Use of Proctors


The College Board hereby grants to the Licensee a non-exclusive,
non-transferable right to use the ACCUPLACER System under the terms of this
Agreement and when only used under proctored conditions. Examinees must be
monitored at all times and authorized proctor appointed by the Licensee must be
present on System during any and all administrations of an ACCUPLACER System
test. Licensee hereby authorizes (and will insure that its authorized users
authorize) College Board to review recordings made by remote proctors in College
Board’s capacity as Licensee’s (and its authorized users’) test delivery
partner, for the purpose of monitoring quality, conducting security
investigations and other related purposes on behalf of Licensee and its
authorized users.


3. License Restrictions


(a) Except as may be expressly permitted by the terms of the accompanying
ACCUPLACER Program Manual and the ACCUPLACER Order Form, which are hereby
incorporated by reference and made a part of this Agreement, Licensee shall only
use the ACCUPLACER System on a campus of the Licensee or at another location
only if under the direct control of the Licensee. Licensee agrees to keep
confidential and use best efforts to prevent and protect the ACCUPLACER System
from unauthorized disclosure or use. Licensee shall not disclose or provide
copies of test items or essay prompts to Examinees.


(b) Licensee shall keep secure all personal data accessed or stored locally by
Licensee from the ACCUPLACER System. The College Board will not be liable in the
event such data is disclosed to or otherwise accessed by unauthorized
individuals.


(c) Licensee shall control the access of its authorized users to the ACCUPLACER
System and will immediately revoke such access if the user ceases to be employed
by the Licensee or is no longer appropriately authorized to access the system.
The College Board will not be liable in the event of access to the ACCUPLACER
System by such individuals.


(d) Except as and only to the extent expressly permitted in this License or by
applicable law, Licensee shall not copy, decompile, reverse engineer,
disassemble, attempt to derive the source code of, decrypt, modify, or create
derivative works of the ACCUPLACER System, system updates, or any part thereof.
Any attempt to do so is a violation of the rights of the College Board. If
Licensee breaches this restriction, Licensee may be subject to prosecution and
damages.


(e) This Agreement and the license granted hereunder shall not be assigned,
sublicensed, or transferred by Licensee to any other party. In addition,
Licensee shall not, in whole or in part, rent, lease, lend, redistribute or
sublicense the ACCUPLACER System.


4. Ownership and Proprietary Rights


Licensee understands and acknowledges that all title and proprietary rights in
and to the ACCUPLACER System are owned by the College Board or the College
Board's Licensor, including data, copyright, trade secrets, and trademarks.
Licensee acknowledges and agrees that the ACCUPLACER System is proprietary to
the College Board and protected under United States laws and international
treaties.This Agreement does not convey to Licensee an interest in or to the
ACCUPLACER System, tests, answer keys, report formats, or other material owned
by the College Board but only a limited revocable right to use the system in
accordance with the terms of this Agreement. The College Board shall have the
right to use, without limitation, the data collected in the performance of this
Agreement in the normal and customary operations of the College Board. All data
entered and stored on the ACCUPLACER System will be retained by the College
Board for four (4) years.


5. Limited Warranty; Indemnification


The College Board warrants to Licensee that the ACCUPLACER System is free from
material defects in materials and workmanship and that the ACCUPLACER System,
under normal use and operation, will operate in accordance with the descriptions
contained in the manuals supplied to Licensee with the ACCUPLACER System.


THE COLLEGE BOARD DOES NOT WARRANT THAT THE OPERATION OF THE ACCUPLACER SYSTEM
WILL BE UNINTERRUPTED OR ERROR-FREE OR THAT ALL DEFICIENCIES OR ERRORS ARE
CAPABLE OF BEING CORRECTED. FURTHERMORE, COLLEGE BOARD DOES NOT WARRANT OR MAKE
ANY REPRESENTATIONS REGARDING THE USE OF THE ACCUPLACER SYSTEM OR THE RESULTS
OBTAINED THEREFROM OR THAT THE ACCUPLACER SYSTEM WILL SATISFY CLIENTs
REQUIREMENTS. THE COLLEGE BOARD WILL NOT BE LIABLE IN CONNECTION WITH HOW
LICENSEE USES THE TEST SCORES GENERATED FROM LICENSEEs USE OF THE ACCUPLACER
SYSTEM.


THE COLLEGE BOARD 'S TOTAL LIABILITY WITH RESPECT TO THIS WARRANTY AND
LICENSEE'S SOLE REMEDY FOR BREACH OF THIS WARRANTY SHALL BE LIMITED TO SCORE
CORRECTION OR TEST RETAKE AT NO ADDITIONAL CHARGE TO LICENSEE. NO OTHER
WARRANTIES, EXPRESS OR IMPLIED, SHALL APPLY, INCLUDING, BUT NOT LIMITED TO,
FITNESS FOR A PARTICULAR PURPOSE AND MERCHANTABILITY. IN NO EVENT, HOWEVER,
SHALL THE COLLEGE BOARD BE LIABLE FOR SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES
ARISING OUT OF OR IN CONNECTION WITH THE USE OF THE ACCUPLACER SYSTEM.


(Some state laws do not allow the exclusion or limitation of implied warranties
or liability for incidental or consequential damages, so portions of this
Paragraph may not apply to the license granted hereunder.)


To the extent permitted by law, Licensee will indemnify, hold harmless and
defend the College Board from and against all liabilities, demands, claims, and
fines, including reasonable attorney's fees and other costs and expenses of
defense and settlement, which the College Board may incur as a result of damages
claimed by third parties in connection with this Agreement (collectively,
"Damages") provided, however, that Licensee will not be obligated to indemnify
the College Board to the extent Damages are caused directly by the negligence or
willful misconduct of the College Board.


6. Term


This Agreement and the license granted hereunder will become effective on the
date of Licensee's first use of the ACCUPLACER System. This Agreement shall
remain in effect for as long as Licensee continues to use the ACCUPLACER System
and complies with the terms and conditions of this Agreement, which include
without limitation, payment of all fees in accordance with the rates and terms
then in effect (as stated in the then current ACCUPLACER Order Form)


7. Termination and Suspension


(a) The College Board may terminate this Agreement upon written notice to
Licensee in the event that Licensee breaches or fails to comply with any term or
condition of this Agreement. Licensee may terminate this Agreement at any time
during the term hereof by providing written notice to the College Board. If such
termination occurs, by either party, Licensee shall forfeit any remaining
ACCUPLACER units.


(b) If Licensee initiates or participates in any legal proceeding against the
College Board, the College Board, in its sole discretion, may suspend or
terminate all license grants and any other rights provided under this Agreement
during the course of such legal proceedings.


8. Fees


All ACCUPLACER System fees payable by Licensee in consideration of its license
to use the ACCUPLACER System shall be paid by Licensee in accordance with the
terms of the then-current ACCUPLACER Order Form.


9. ACCUPLACER System Revisions and Notifications


From time to time, the College Board may need to revise the ACCUPLACER System
and update, change or remove certain features and functionalities. As a result,
the College Board reserves the right to update, change or remove any system
features and functionalities, as well as field test items, fix errors, glitches,
bugs, and technical concerns. At the discretion of the College Board, reasonable
efforts will be made to notify Licensee of the revisions made to the ACCUPLACER
System.


10. Complete Agreement; Governing Law


This Agreement, the ACCUPLACER Program Manual and the ACCUPLACER Order Form
constitutes the entire understanding between the College Board and Licensee with
respect to the subject matter hereof and supersedes any prior agreements,
understandings, negotiations or offers between them. Any modification or
amendment of the terms of this Agreement shall not be binding upon either party
unless such amendment or modification is in writing signed by both parties.


This Agreement shall be construed under the laws of the State of New York. In
the event that any provision of this Agreement is deemed invalid or
unenforceable, the other provisions of this Agreement shall continue in full
force and effect.


Effective July 2020


 

Print

STEP 2 - CHANGE PASSWORD

Establish a new password for your account below. This will be your new password
for accessing the platform.

Passwords must be a minimum of nine characters in length and contain three of
the following four criteria:

 * at least one lowercase character (a through z)
 * at least one numeral (0 through 9)
 * at least one uppercase character (A through Z)
 * at least one special character

×
×
× Passwords must be a minimum of nine characters in length and contain three of
the following four criteria:

 * at least one uppercase character (A through Z)
 * at least one lowercase character (a through z)
 * at least one numeral (0 through 9)
 * at least one special character

×
Username
Chris_Steinkrauss

New Password


Confirm Password








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

You can change any of your three security questions or answers by choosing new
questions or providing new answers that you will remember.

×
Question 1
--Select Question--What was your high school mascot?What was the name of your
first pet?In what year (YYYY) did you graduate high school?What is your father's
middle name?What is your mother's middle name?What is the first name of the best
man/maid of honor at your wedding?What is your maternal grandmother's first
name?What is your maternal grandfather's first name?What was the name of the
hospital in which you born?In what city were you married? (Enter full name of
CITY only)Where did you and your spouse meet for the first time? (Enter full
name of CITY only)What is the name of your first employer (don't use "The",
Inc." or "Co.")What was the name of your first boyfriend or girlfriend? In what
city did you honeymoon? (Enter full name of CITY only)What was the name of your
first boss/manager?What was your favorite place to visit as a child? (Enter full
name of CITY only)What was your grandfather's occupation?What is the name of a
college you applied to but didn't attend? 

Response 1
Not case Sensitive


Question 2
--Select Question--What was your high school mascot?What was the name of your
first pet?In what year (YYYY) did you graduate high school?What is your father's
middle name?What is your mother's middle name?What is the first name of the best
man/maid of honor at your wedding?What is your maternal grandmother's first
name?What is your maternal grandfather's first name?What was the name of the
hospital in which you born?In what city were you married? (Enter full name of
CITY only)Where did you and your spouse meet for the first time? (Enter full
name of CITY only)What is the name of your first employer (don't use "The",
Inc." or "Co.")What was the name of your first boyfriend or girlfriend? In what
city did you honeymoon? (Enter full name of CITY only)What was the name of your
first boss/manager?What was your favorite place to visit as a child? (Enter full
name of CITY only)What was your grandfather's occupation?What is the name of a
college you applied to but didn't attend? 

Response 2
Not case Sensitive


Question 3
--Select Question--What was your high school mascot?What was the name of your
first pet?In what year (YYYY) did you graduate high school?What is your father's
middle name?What is your mother's middle name?What is the first name of the best
man/maid of honor at your wedding?What is your maternal grandmother's first
name?What is your maternal grandfather's first name?What was the name of the
hospital in which you born?In what city were you married? (Enter full name of
CITY only)Where did you and your spouse meet for the first time? (Enter full
name of CITY only)What is the name of your first employer (don't use "The",
Inc." or "Co.")What was the name of your first boyfriend or girlfriend? In what
city did you honeymoon? (Enter full name of CITY only)What was the name of your
first boss/manager?What was your favorite place to visit as a child? (Enter full
name of CITY only)What was your grandfather's occupation?What is the name of a
college you applied to but didn't attend? 

Response 3
Not case Sensitive




 * Previous
 * Next
 * Decline
 * Accept
 * Submit

© 2022 College Board version: 3.0.66 Click here to contact support