You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed easygantt plugin from EasyRedmine and now keep finding these entries for a user that is already logged in successfully and only navigating between pages on RedMine (IP addresses and other info masked) -
LoginAudit Event: LoginAudit(User 6 with Login:abcdefgh IP:172.00.000.000 Succeeded to call API at /projects/operations/easy_gantt/issues.json?f%5B%5D=status_id&key=bceafa8e4154ccd5b970d211ecc02389074a3f09&op%5Bstatus_id%5D=o&set_filter=1&type=EasyGantt%3A%3AEasyGanttIssueQuery&v%5Bstatus_id%5D%5B%5D=)
LoginAudit: Failed to save LoginAudit for User:'vaibhav', id: 6, Login succeed: true, Error: Mysql2::Error: Data too long for column 'url' at row 1: INSERT INTO login_audits (user_id, ip_address, success, login, api, url, method, created_on) VALUES (6, '000.000.000.000', 1, 'abcdefgh', 1, '/projects/operations/easy_gantt/issues.json?f%5B%5D=status_id&key=bceafa8e4154ccd5b970d211ecc02389074a3f09&op%5Bstatus_id%5D=o&set_filter=1&type=EasyGantt%3A%3AEasyGanttIssueQuery&v%5Bstatus_id%5D%5B%5D=', 'GET', '2017-06-21 21:55:02')
Looks like something to do with the way easygantt handles some internal calls?
The text was updated successfully, but these errors were encountered:
I just installed easygantt plugin from EasyRedmine and now keep finding these entries for a user that is already logged in successfully and only navigating between pages on RedMine (IP addresses and other info masked) -
LoginAudit Event: LoginAudit(User 6 with Login:abcdefgh IP:172.00.000.000 Succeeded to call API at /projects/operations/easy_gantt/issues.json?f%5B%5D=status_id&key=bceafa8e4154ccd5b970d211ecc02389074a3f09&op%5Bstatus_id%5D=o&set_filter=1&type=EasyGantt%3A%3AEasyGanttIssueQuery&v%5Bstatus_id%5D%5B%5D=)
LoginAudit: Failed to save LoginAudit for User:'vaibhav', id: 6, Login succeed: true, Error: Mysql2::Error: Data too long for column 'url' at row 1: INSERT INTO
login_audits
(user_id
,ip_address
,success
,login
,api
,url
,method
,created_on
) VALUES (6, '000.000.000.000', 1, 'abcdefgh', 1, '/projects/operations/easy_gantt/issues.json?f%5B%5D=status_id&key=bceafa8e4154ccd5b970d211ecc02389074a3f09&op%5Bstatus_id%5D=o&set_filter=1&type=EasyGantt%3A%3AEasyGanttIssueQuery&v%5Bstatus_id%5D%5B%5D=', 'GET', '2017-06-21 21:55:02')Looks like something to do with the way easygantt handles some internal calls?
The text was updated successfully, but these errors were encountered: