<< Back to previous view |
![]() |
[QB-3953] Display User and IP address together in error notifications
|
|
Status: | Closed |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Improvement | Priority: | Major |
Reporter: | Nguyen Duc Long | Assigned To: | Robin Shen |
Resolution: | Duplicate | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
Some of login failures are displaying user IP together.
``` com.pmease.quickbuild.web.MainServlet - Error authenticating user. om.pmease.quickbuild.AuthenticationException: Error authenticating user 'abc.cde' from ip 'xx.xx.xx.xx': User not found or password incorrect. ``` Please improve other failures, like below, to display user IP address together. ``` com.pmease.quickbuild.web.page.SignInPage - Error authenticating user. om.pmease.quickbuild.AuthenticationException: Error authenticating user 'abc.cde': User not found or password incorrect. ``` |