How to hide Forgot Username or Password links in WTC?


THE INFROMATION IN THIS ARTICLE APPLIES TO:

  • EFT, v8.0.6 and later

QUESTION

How to hide “Forgot Username” link in WTC Login page?

ANSWER

  1. Open <EFT installation>\Web\Account\Login.htm file.
  2. Add style="visibility: hidden" attribute to the table cell with the “Forgot Username” link within the {{#FORGOT_USERNAME_SECTION}}.
  3. Save the file, restart EFT Windows Service and refresh browser.

QUESTION

How to hide “Forgot Password” link in WTC Login page?

ANSWER

  1. Open <EFT installation>\Web\Account\Login.htm file.
  2. Add style="visibility: hidden" attribute to the table cell with the “Forgot Password” link within the {{#FORGOT_PASSWORD_SECTION}}.
  3. Save the file, restart EFT Windows Service and refresh browser.