Bug 1468252
Summary: | Incorrect error message when trying to login to appliance with 'web services' role disabled | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | luke couzens <lcouzens> |
Component: | UI - OPS | Assignee: | Martin Hradil <mhradil> |
Status: | CLOSED ERRATA | QA Contact: | Antonin Pagac <apagac> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5.8.0 | CC: | abellott, apagac, hkataria, jhardy, jvlcek, lavenel, lcouzens, mpovolny, obarenbo, simaishi, smallamp |
Target Milestone: | GA | ||
Target Release: | 5.10.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.10.0.15 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-02-07 23:02:36 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
luke couzens
2017-07-06 13:14:35 UTC
Luke, Is this still an issue? A lot of improvements have been made in this space since you originally reported it. Please confirm if it is still happening. Thank you, JoeV New commits detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/0aa9f5b0d95a4cd97ed2d7b1ee9c0167d4a3ea3d commit 0aa9f5b0d95a4cd97ed2d7b1ee9c0167d4a3ea3d Author: Martin Hradil <mhradil> AuthorDate: Wed Sep 5 10:38:37 2018 -0400 Commit: Martin Hradil <mhradil> CommitDate: Wed Sep 5 10:38:37 2018 -0400 Login - flash statusText instead of "Incorrect username or password" Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1468252 app/assets/javascripts/miq_application.js | 9 +- 1 file changed, 7 insertions(+), 2 deletions(-) https://github.com/ManageIQ/manageiq-ui-classic/commit/7317ef49cdaaea6417e6576169d65d60c7c23bb0 commit 7317ef49cdaaea6417e6576169d65d60c7c23bb0 Author: Martin Hradil <mhradil> AuthorDate: Wed Sep 5 10:40:29 2018 -0400 Commit: Martin Hradil <mhradil> CommitDate: Wed Sep 5 10:40:29 2018 -0400 API.login - don't show popup on 503 means any caller of API.login needs to be able to deal with 503 Service Unavailable https://bugzilla.redhat.com/show_bug.cgi?id=1468252 app/javascript/http_api/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Verified with 5.10.0.31. The error message now reads: "Login failed: Service Unavailable". Works as expected. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:0212 |