Pages

Tuesday, February 28, 2012

OTM - Login Remember

OTM does provide an option to enable 'Remember password' option with which users can save user id and password on the OTM login page. 


To Enable this feature, modify the file glog.webserver.properties in webserver. 
File is available at folder <OTM_installation_path>/glog/config/


Change the below to property to disable
glog.webserver.login.remember=false
and to enable
glog.webserver.login.remember=true


Application need  to be restarted/bounced for these changes to take effect. 


When the feature is enabled, you will see a 'Remember Me' check box. Once you select it and login , user id/password will be auto filled every time login page is accessed. 




After you logout, if you select 'Login as a different user' , OTM will take you to login page and the saved password details will be erased. 

No comments:

Post a Comment