www.impaksolutions.com Open in urlscan Pro
166.78.227.102  Public Scan

URL: https://www.impaksolutions.com/pres/index.asp
Submission: On August 24 via manual from US

Form analysis 4 forms found in the DOM

Name: form1POST ../../impak/en/login.asp

<form name="form1" method="post" action="../../impak/en/login.asp">
  <input type="hidden" name="dsn" value="14|PRES">
  <ul id="login" class="nav navbar-nav  hidden-sm" style="margin-bottom: 10px;">
    <li>
      <div class="inputContainer">
        <label>Username <span style="color: Red;">*</span></label>
        <input type="text" id="username" name="username" value="" class="form-control" autocomplete="off" required="required">
      </div>
    </li>
    <li>
      <div class="inputContainer">
        <label class="screen-reader-text">Password <span style="color: Red;">*</span></label>
        <input type="password" id="pwd" name="pwd" value="" class="form-control" autocomplete="off" required="required">
      </div>
    </li>
    <li>
      <button name="submit" type="submit" class="btn btn-md" style="background-color: #363636; color: White;" onclick="return fnValidateLogin(1)">LOG IN</button>
    </li>
    <li>
      <a href="javascript:fnPWDHelp()" style="color: black;"><font size="2"><u>Forgot Username/Password?</u></font></a>
    </li>
  </ul>
</form>

Name: form1POST ../../impak/en/login.asp

<form id="form1" name="form1" method="post" action="../../impak/en/login.asp">
  <input type="hidden" id="dsn" name="dsn" value="14|PRES">
  <input type="text" name="username" id="username2" value="" class="form-control" autocomplete="off" placeholder="Username" style="margin: 20px auto; max-width: 340px" required="required">
  <input type="password" name="pwd" id="pwd2" value="" class="form-control" autocomplete="off" placeholder="Password" style="margin: 20px auto; max-width: 340px" required="required">
  <button name="submit" type="submit" class="btn btn-md" style="background-color: #363636; color: white; margin-bottom: 20px;" onclick="return fnValidateLogin(2)">LOG IN</button><br>
  <a href="javascript:fnPWDHelp()" style="color: black;"><font size="2"><u>Forgot Username/Password?</u></font></a>
</form>

POST

<form id="formPWD" method="post" action="">
  <div class="text-center">
    <h2 id="resetpwdTitle" style="color: dimgrey;">Reset Password</h2>
  </div>
  <div id="divEmail" style="padding: 0px 25%;">
    <div class="text-center" style="margin-bottom: 20px;">
      <h4>Please enter the email address related to your IMPAK profile to receive a validation code to reset your password.</h4>
    </div>
    <div class="fields">
      <span class="fieldlabel">Email Address</span><span style="color: red;"> *</span><br>
      <input type="text" class="form-control" id="eml" name="eml" value="" autocomplete="off" placeholder="Enter email address">
    </div>
    <div id="emailError" class="text-danger">
    </div>
    <div id="emailmessage" class="text-danger">
    </div>
    <div class="text-center fields" style="margin-top: 20px;">
      <button id="btnSubmit" type="button" class="btn btn-md form-control fields" style="background-color: #363636; color: white;" onclick="fnValidateEmail();">Continue</button>
      <button id="btnCode" type="button" class="btn btn-md form-control fields" style="background-color: #363636; color: white;" onclick="fnCode2();">I Have The Validation Code</button>
      <button id="btnCancel" type="button" class="btn btn-md form-control fields" style="background-color: #363636; color: white;" onclick="document.location.assign('index.asp');">Cancel</button>
      <div class="hidden" id="btnWait" style="background-color: #363636; color: White; margin: 0px; border-radius: 4px; padding: 6px 12px;"><i class="fa fa-spinner fa-spin"></i>Wait</div>
    </div>
  </div>
  <div id="divCode" class="hidden" style="padding: 0px 25%;">
    <div class="text-center" style="margin-bottom: 20px;">
      <h4>Please enter the validation code for the username you received by email to reset your password.</h4>
    </div>
    <div class="fields">
      <span class="fieldlabel">Username</span><br>
      <select id="users" name="users" class="form-control">
        <option value="0">No user found</option>
      </select>
    </div>
    <div class="fields">
      <span class="fieldlabel">Validation Code</span><span style="color: red;"> *</span><br>
      <input type="text" class="form-control" id="valcode" name="valcode" value="" autocomplete="off" placeholder="Enter validation code">
    </div>
    <div id="vcerror" class="fields text-danger">
    </div>
    <div class="text-center fields" style="margin-top: 20px;">
      <button id="vccontinue" type="button" class="btn btn-md form-control fields" style="background-color: #363636; color: white;" onclick="return fnValidateCode()">Continue</button>
      <button id="vccancel" type="button" class="btn btn-md form-control fields" style="background-color: #363636; color: white;" onclick="document.location.assign('index.asp');">Cancel</button>
      <div class="hidden" id="vcwait" style="background-color: #363636; color: White; margin: 0px; border-radius: 4px; padding: 6px 12px;"><i class="fa fa-spinner fa-spin"></i>Wait</div>
    </div>
  </div>
  <div id="divNPWD" class="hidden" style="padding: 0px 15%;">
    <div id="requirement" class="alert alert-info" style="color: black;">
      <h4>Password requirements:</h4>
      <i id="chk1" class="fa fa-check-circle" style="color: green;"></i>Must be different than your current username and password.<br>
      <i id="chk2" class="fa fa-check-circle" style="color: red;"></i>Must be between 6-16 characters (without spaces).<br>
      <i id="chk3" class="fa fa-check-circle" style="color: green;"></i>Must not contain your name or email address.<br>
      <i id="chk4" class="fa fa-check-circle" style="color: red;"></i>Must have at least one symbol like<br> !@#$%^&amp;*()-_+|\{}?&lt;&gt;,;:.<br>
      <i id="chk5" class="fa fa-check-circle" style="color: red;"></i>Must have at least one number.<br>
      <i id="chk6" class="fa fa-check-circle" style="color: red;"></i>Must have at least one lower case letter.<br>
      <i id="chk7" class="fa fa-check-circle" style="color: red;"></i>Must have at least one upper case letter.<br>
      <i id="chk8" class="fa fa-check-circle" style="color: green;"></i>Must not have been your password in the last 12 months.
    </div>
    <div class="fields">
      <span class="fieldlabel">Username</span><br>
      <input id="usernameselected" type="text" class="form-control" value="" autocomplete="off" disabled="disabled">
    </div>
    <div class="fields">
      <span class="fieldlabel">New Password</span><span style="color: red;"> *</span><br>
      <input type="text" class="form-control" id="newpwd" name="newpwd" value="" maxlength="16" autocomplete="off" placeholder="Enter new password" onkeypress="fnHandle(event);" onkeyup="fnNewPWD()">
    </div>
    <div id="divnewpwdv" class="skills-container fields hidden">
      <div id="newpwdv" class="skills html"></div>
    </div>
    <div class="fields">
      <span class="fieldlabel">Confirm New Password</span><span style="color: red;"> *</span><br>
      <input type="text" class="form-control" id="newpwd2" name="newpwd2" value="" maxlength="16" autocomplete="off" placeholder="Confirm new password" onkeypress="fnHandle2(event);" onkeyup="fnNewPWD2()">
    </div>
    <div id="divnewpwd2v" class="skills-container fields hidden">
      <div id="newpwd2v" class="skills html"></div>
    </div>
    <div class="text-center fields" style="margin-top: 20px;">
      <button id="btnnewpwdsave" type="button" class="btn btn-md form-control fields" style="background-color: #363636; color: white;" onclick="fnValidateNewPWD()">Save</button>
      <button id="btnnewpwdback" type="button" class="btn btn-md form-control fields" style="background-color: #363636; color: white;" onclick="document.location.assign('index.asp');">Cancel</button>
      <div class="hidden" id="btnnewpwdwait" style="background-color: #363636; color: White; margin: 0px; border-radius: 4px; padding: 6px 12px;"><i class="fa fa-spinner fa-spin"></i>Wait</div>
    </div>
  </div>
</form>

Name: formActionPOST ../impak/en/passlost2.asp

<form id="formAction" name="formAction" method="post" action="../impak/en/passlost2.asp">
  <input type="hidden" id="f_eml" name="eml" value="">
  <input type="hidden" id="f_dsn" name="dsn" value="">
  <input type="hidden" id="f_path" name="path" value="">
</form>

Text Content

 * Username *
 * Password *
 * LOG IN
 * Forgot Username/Password?


WELLTOWER


TENANT SERVICE CENTER

LOG IN
Forgot Username/Password?

Customer APP ID: pres

Customer APP ID: pres

You can submit service requests, review the progress and history of previous
service requests, and view memos and notices from our property management
offices.

If you are reporting an emergency, please do not utilize this means of
communication. Call your management office directly or the local authorities at
911.



If you are a registered user, please log in.
(Usernames and Passwords are Case-Sensitive)

If you are a tenant and have not yet registered,
please contact your property management office.



Powered by


RESET PASSWORD

PLEASE ENTER THE EMAIL ADDRESS RELATED TO YOUR IMPAK PROFILE TO RECEIVE A
VALIDATION CODE TO RESET YOUR PASSWORD.

Email Address *



Continue I Have The Validation Code Cancel
Wait

PLEASE ENTER THE VALIDATION CODE FOR THE USERNAME YOU RECEIVED BY EMAIL TO RESET
YOUR PASSWORD.

Username
No user found
Validation Code *


Continue Cancel
Wait

PASSWORD REQUIREMENTS:

Must be different than your current username and password.
Must be between 6-16 characters (without spaces).
Must not contain your name or email address.
Must have at least one symbol like
!@#$%^&*()-_+|\{}?<>,;:.
Must have at least one number.
Must have at least one lower case letter.
Must have at least one upper case letter.
Must not have been your password in the last 12 months.
Username

New Password *


Confirm New Password *


Save Cancel
Wait


×

IMPAK MESSAGE