Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.0.0-b1
-
Component/s: None
-
Labels:None
Description
When a user logs into the wrong company with successful login credentials, a success log is added to the `log_users` table. However, since they logged into the wrong company, the login was a failure. The result status should indicate this failure in the log.
This issue primarily affects staff appearing in the System Overview plugin when they login to the wrong company.
Activity
Tyson Phillips (Inactive)
created issue -
Tyson Phillips (Inactive)
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Cody Phillips (Inactive)
made changes -
Rank | Ranked higher |
Tyson Phillips (Inactive)
made changes -
Fix Version/s | 3.5.3 [ 10708 ] |
Tyson Phillips (Inactive)
made changes -
Description | When a user logs into the wrong company with successful login credentials, a success log is added to the `log_users` table. However, since they logged into the wrong company, the login was a failure. The result status should indicate this failure in the log. |
When a user logs into the wrong company with successful login credentials, a success log is added to the `log_users` table. However, since they logged into the wrong company, the login was a failure. The result status should indicate this failure in the log.
This issue primarily affects staff appearing in the System Overview plugin when they login to the wrong company. |
Automated transition triggered when Jonathan Reissmueller created a branch in Stash -
Status | Open [ 1 ] | In Progress [ 3 ] |
Automated transition triggered when Jonathan Reissmueller created pull request #150 in Stash -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Paul Phillips
made changes -
Assignee | Tyson Phillips [ tyson ] | Jonathan Reissmueller [ jonathan ] |
Paul Phillips
made changes -
Fix Version/s | 4.0.0 [ 10603 ] |
Automated transition triggered when Tyson Phillips (Inactive) merged pull request #150 in Stash -
Status | In Review [ 5 ] | Closed [ 6 ] |
Successful logins to the wrong company are handled during post auth by the login controllers.
We should consider updating the login rules to cause an error regarding the invalid company if the user is a client/staff and do not belong to the company.