Re: Changing the default log out time in Mifos X Ver 17

2018-05-21 Thread Sampath Kumar G
Hi Bharath, It requires code level changes to achieve the same. As per my knowledge, there is a configuration.js file in app>scripts>modules. Old/Existing is *constant('IDLE_DURATION', 30 * 60)* Needs to be changed to *constant('IDLE_DURATION', 5 * 60)* Regards, Sampath ​ *Conflux

Changing the default log out time in Mifos X Ver 17

2018-05-17 Thread bharath kumar
Hi Mifos Team, I have a small problem in changing the log out time of the Mifos X Ver 17 The mifos application auto idle logs out after 30 mins by default. But I need to change the logout time to 5 mins. I saw in the mifos documentation to check whether if there is any way to change the logout