Remember Last Logged On User

To add the ability for the system to remember the last logged on user in LIQUENT InSight, do the following:

  1. Navigate to the C:\InsightManager\server\all\conf\insight folder and open the insight.var file in Notepad.
  2. Add the following lines to the insight.var file:
     
    ##### LOGIN SETTINGS  #####
    
    login.remember.me=true
    
    login.days.to.remember.me=14
    
  3. Save the insight.var file.
    Note: This information will move to a section of the insight.var file titled ADDITIONAL VALUES every time the file is regenerated.