0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.137.181.194


Current Path : /var/www/html/admission/html_modules/
Upload File :
Current File : /var/www/html/admission/html_modules/stdchangePassword.html

<div class="card">
  <h5 class="card-header">Change Password</h5>
  <card class="card-body">
    <form>
      <div class="row mb-3">
        <div class="col-sm-6">
          <label for="oldpasswd">Enter Old Password</label>
          <input
            type="text"
            class="form-control"
            id="stdoldpasswd"
            value=""
            placeholder="Old Password"
          />
        </div>
      </div>
      <div class="row mb-3">
        <div class="col-sm-6">
          <label for="passwd">Enter New Password</label>
          <input
            type="text"
            class="form-control"
            id="stdpasswd"
            value=""
            placeholder="New Password"
          />
        </div>
      </div>
      <div class="row mb-3">
        <div class="col-sm-6">
          <label for="cpasswd">Confirm Password</label>
          <input
            type="text"
            class="form-control"
            id="stdcpasswd"
            value=""
            placeholder="Confirm Password"
          />
        </div>
      </div>
      <button
        type="submit"
        class="btn btn-primary"
        onclick="stdNewPassword(event)"
      >
        Submit
      </button>
    </form>
  </card>
</div>