How to disable autocomplete in Login form


  
 Applies To 
  
 Product(s):eB Web
 Version(s):15.4.x, 16.X.X
 Environment: N/A
 Area: eB Web
 Subarea: Configuration
 Original Author:Gintautas Bajoriunas, Bentley Technical Support Group
  

 

 

 

 

 

 

 

 

This article describes how to disable autocomplete feature in login form.

Background

This change might be needed because of security purposes.

Steps to Accomplish

  1. Navigate to your virtual directory and under folder 'Framework' locate file Login.aspx
  2. Add following line as in screenshot below ("form name="logonPage" method="post"  autocomplete="off" ")
  3. To apply changes restart IIS services.