Bug 681653
| Summary: | RFE: Disabled accounts should indicate that acct is disabled vs "wrong user/passwd" | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Corey Welton <cwelton> |
| Component: | Core UI | Assignee: | RHQ Project Maintainer <rhq-maint> |
| Status: | CLOSED WONTFIX | QA Contact: | Mike Foley <mfoley> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.0.0.B02 | CC: | ian.springer, jshaughn |
| Target Milestone: | --- | Keywords: | FutureFeature, Improvement |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-26 22:28:02 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 677420 | ||
|
Description
Corey Welton
2011-03-02 20:32:09 UTC
We definitely don't need this for RHQ4, and I think it's fairly low priority for JON3, especially considering it will be a bit involved to implement. I think the required changes would be something like the following: 1) in AuthenticateUserAction.execute() (portal-war), in the catch Exception block for the call to subjectManager.login(), check if the exception message contains "disabled", and if so, set a request attribute to flag that the login failed because the user was disabled. 2) at the top of Login.jsp (portal-war), either set the response code to something other than 401 (e.g. 403) or set a customer HTTP header (e.g. RHQ-Authentication-Failure-Reason: user-disabled) 3) in LoginView.login(), in the login request callback, check for the HTTP response code or header set in step 2, and if found, add a "This account has been disabled." error message to the login form. Making it a blocker of jon3 for now. We can decide whether or not to push it later. Pushing out of JON3 |