www.acttnt.com Open in urlscan Pro
216.110.79.73  Public Scan

URL: https://www.acttnt.com/tnt/application/login.jsp
Submission: On July 26 via manual from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST

<form id="login-form" action="" method="post" onsubmit="return false;">
  <fieldset>
    <div class="user-entry">
      <!--
									<div class="input-group">
										<label for="account_id">Account:</label>
										<input class="textinput not-required-for-login" type="text" id="account_id" name="account_id" value="" tabindex="1" />
									</div>
                                    -->
      <div class="input-group" style="margin-top:10px;">
        <label for="login_id">User:</label>
        <input class="textinput required-for-login" type="text" id="login_id" name="login_id" value="" tabindex="2">
      </div>
      <div class="input-group" style="margin-top:10px;">
        <label for="password">
          <div id="visualPswd" style="float: right; font-size: 8px; margin-top: 8px; margin-right: 25px; display: block;">[show password]</div>Password:
        </label>
        <input class="textinput required-for-login" type="password" id="password" name="password" value="" tabindex="3"><input class="textinput" type="text" id="plaintext_password" name="plaintext_password" value="" style="display:none;"
          tabindex="3">
      </div>
    </div>
    <div class="form-actions">
      <div class="" style="width:130px;float:left;">
        <div id="remember_me_block" xstyle="visibility: hidden;" style="visibility: visible;">
          <label for="remember_me">
            <input type="checkbox" style="padding-top:4px;" id="remember_me" name="remember_me" value="Y" checked="" tabindex="-1"> Remember me </label>
          <div style="clear:both;width:100%;border-bottom:1px solid #AAAAC1;margin-bottom: 4px;height:8px;"></div>
        </div>
        <a class="forgotpass show-password-reset" tabindex="-1">Forgot your password?</a>
      </div>
      <div style="float:left;width:120px; margin-top:10px; margin-left: 20px;">
        <input type="button" id="login-button" class="login-button" value="Sign In" disabled="" tabindex="4">
        <div class="clearfix">&nbsp;</div>
      </div>
    </div>
  </fieldset>
  <br><br><br>
</form>

POST

<form id="reset-form" action="" method="post" onsubmit="return false;">
  <fieldset>
    <div id="user-entry">
      <div class="input-group">
        <label for="reset_account_id">Account:</label>
        <input class="textinput required-for-reset" type="text" id="reset_account_id" name="account_id" value="" tabindex="1">
      </div>
      <div class="input-group" style="margin-top:10px;">
        <label for="reset_login_id">User:</label>
        <input class="textinput required-for-reset" type="text" id="reset_login_id" name="login_id" value="" tabindex="2">
      </div>
      <div class="input-group" style="margin-top:20px;">
        <label for="reset_email">Email Address:</label>
        <input class="textinput required-for-reset" type="text" id="reset_email" name="email" value="" tabindex="3">
      </div>
    </div>
    <div class="form-actions">
      <div class="" style="width:130px;float:left;">&nbsp; </div>
      <div style="float:left;width:120px; margin-top:10px; margin-left: 20px;">
        <input type="button" id="reset-account-button" class="login-button" value="Reset" disabled="" tabindex="4">
        <div class="clearfix">&nbsp;</div>
      </div>
    </div>
  </fieldset>
  <br><br><br><br>
</form>

POST

<form id="reset-final-form" action="" method="post" onsubmit="return false;">
  <input type="hidden" id="reset_id" name="reset_id" value="null">
  <fieldset>
    <div id="user-entry">
      <div class="input-group">
        <label for="finalize_account_id">Account:</label>
        <input class="textinput required-for-change" type="text" id="finalize_account_id" name="account_id" value="" tabindex="1">
      </div>
      <div class="input-group">
        <label for="finalize_login_id">User:</label>
        <input class="textinput required-for-change" type="text" id="finalize_login_id" name="login_id" value="" tabindex="2">
      </div>
      <div class="input-group">
        <label for="new_password">New Password: </label>
        <input class="textinput required-for-change" type="password" id="new_password" name="new_password" value="" tabindex="3">
        <div id="weak-password" class="popupContainer" style="display: none; ">
          <div class="arrow"></div>
          <div class="content">
            <div class="text">
              <div class="popupSection" style="height: 65px;width:300px;">
                <div style="float:left;margin-left: 24px; ">
                  <div class="important" style="margin-left: -24px;"></div> Passwords must be: <br><br>
                  <div style="margin-left: 20px;font-weight: normal;">
                    <li> 6 or more characters in length </li>
                    <li> contain at least 1 numeric character </li>
                    <li> contain at least 1 non-numeric character </li>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="footer">
            <div class="footerlink item" data-genres="true">
              <div class="close"></div>
            </div>
          </div>
        </div>
      </div>
      <div class="input-group">
        <label for="confirm_password">Confirm Password: </label>
        <input class="textinput required-for-change" type="password" id="confirm_password" name="confirm_password" value="" tabindex="4">
        <div id="mismatching-passwords" class="popupContainer" style="display: none; ">
          <div class="arrow"></div>
          <div class="content">
            <div class="text">
              <div class="popupSection">
                <div class="important"></div> Passwords do not match
              </div>
            </div>
          </div>
          <div class="footer">
            <div class="footerlink item" data-genres="true">
              <div class="close"></div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="form-actions">
      <div class="" style="width:130px;float:left;">&nbsp; </div>
      <div style="float:left;width:120px; margin-top:10px; margin-left: 20px;">
        <input type="button" id="finalize-reset-button" class="login-button" value="Reset" disabled="" tabindex="5">
        <div class="clearfix">&nbsp;</div>
      </div>
    </div>
  </fieldset>
  <br><br><br><br>
</form>

Text Content

User:
[show password]
Password:
Remember me

Forgot your password?
 




Enter your account information and password







Signing into your account, please wait
Invalid login

Please verify your account information and try again.




Either the account information was not found or the password was incorrect.
This account is currently locked

Please contact the Help Desk for assistance.
Sign in failed, please try again.

If the problem persists please contact the Help Desk.



The system reported the following error:


You are now signed into the TNT system


Please wait, the application is loading




Account:
User:
Email Address:
 
 





To reset your password enter your account information and the email address
associated with your account.


Once a new password is generated you will be notified by email.


If you do not have access to your email account or it is not associated with
your TNT account please contact the Help Desk at 210 403 8670 or
tnthelp@lgbs.com for assistance.
Initiating password reset, please wait
Request failed, please try again.

If the problem persists please contact the Help Desk.



The system reported the following problem:


Request failed, please try again.

If the problem persists please contact the Help Desk.



The system reported the following error:


Your password reset request has been submitted.

If the email address you provided matches the one associated with your account
you should receive a response email shortly.

Please follow the instructions in the email to complete your password reset.
Account:
User:
New Password:

Passwords must be:


6 or more characters in length contain at least 1 numeric character contain at
least 1 non-numeric character

Confirm Password:

Passwords do not match

 
 




To reset your password enter your account information and your new password.


Resetting your password, please wait
Unable to reset password

No pending password reset was found for this account. If a password reset was
requested it may have expired.

If you have any questions please contact the Help Desk.




Failed to reset your password, please try again.

If the problem persists please contact the Help Desk.



The system reported the following error:


Your password has been reset. You may now sign into the system using your new
password.


Sign In Now





The ACT system will be unavailable due to system maintenance on Saturday,
September 7th. The system will be available on Sunday, September 8th.

Questions? Please contact the Help Desk for assistance.





2022 Truth-in-Taxation (TNT)
sign in   |   help
User Sign In
 * User Sign In
 * Password Reset

© 2022 Appraisal & Collection Technologies, LLC.