Register IP address of local machine by default

Dear Sirs,
Your product i nice but i suggest that as the user and current date is stored in each entity, the IP address should be record too. I had some cases of bad users that got the user and pasword from another peron and use it from their PC, so when i audit the records and see that an user is making transactions from a different PC it’s sures there is something wrong.

Hi,

Currently you can track IP addresses of logging in users in the server log. See messages from AbstractConnection in tomcat/logs/app.log like:


2017-05-09 09:29:24.290 DEBUG [http-nio-8080-exec-15/app/admin] com.haulmont.cuba.web.AbstractConnection - Logged in: user=admin, ip=0:0:0:0:0:0:0:1, clientInfo=Web (localhost:8080/app) Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36

We are also going to provide an application component that will store this information in the database and display it in UI, so the audit will be easier.

Hi,

Currently you can track IP addresses of logging in users in the server log. See messages from AbstractConnection in tomcat/logs/app.log like:


2017-05-09 09:29:24.290 DEBUG [http-nio-8080-exec-15/app/admin] com.haulmont.cuba.web.AbstractConnection - Logged in: user=admin, ip=0:0:0:0:0:0:0:1, clientInfo=Web (localhost:8080/app) Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36

We are also going to provide an application component that will store this information in the database and display it in UI, so the audit will be easier.

Thank you, this would be useful when users say they didn’t do some bad data update.