Bug 1279999
| Summary: | Self Serice UI login screen has unimplemented features | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Dan Clarizio <dclarizi> | ||||||
| Component: | UI - OPS | Assignee: | Aparna Karve <akarve> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Pavol Kotvan <pakotvan> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 5.5.0 | CC: | akarve, cpelland, hkataria, jhardy, mfeifer, mpovolny, obarenbo, simaishi | ||||||
| Target Milestone: | GA | ||||||||
| Target Release: | 5.5.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | 5.5.0.11 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-12-08 13:46:02 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: | |||||||||
| Attachments: |
|
||||||||
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/0b4e36004e1e38dc37112b871dd330034c478923 commit 0b4e36004e1e38dc37112b871dd330034c478923 Author: Aparna Karve <akarve> AuthorDate: Tue Nov 10 16:29:45 2015 -0800 Commit: Aparna Karve <akarve> CommitDate: Wed Nov 11 09:02:02 2015 -0800 Comment out the non-functioning controls in the login screen Also right-justified the login button https://bugzilla.redhat.com/show_bug.cgi?id=1279999 spa_ui/self_service/client/app/states/login/login.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=9a5267a99db385aea54dd20f9a42fab5ca5ae15d commit 9a5267a99db385aea54dd20f9a42fab5ca5ae15d Author: Aparna Karve <akarve> AuthorDate: Tue Nov 10 16:29:45 2015 -0800 Commit: Aparna Karve <akarve> CommitDate: Wed Nov 11 12:43:48 2015 -0800 Comment out the non-functioning controls in the login screen Also right-justified the login button https://bugzilla.redhat.com/show_bug.cgi?id=1279999 spa_ui/self_service/client/app/states/login/login.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=223b6525eddbdc0046e489907cdae8365716be6e commit 223b6525eddbdc0046e489907cdae8365716be6e Merge: 5a41c1f 9a5267a Author: Dan Clarizio <dclarizi> AuthorDate: Wed Nov 11 18:21:19 2015 -0500 Commit: Dan Clarizio <dclarizi> CommitDate: Wed Nov 11 18:21:19 2015 -0500 Merge branch 'comment_login_non_functioning_ctrls' into '5.5.z' Comment out the non-functioning controls in the login screen Clean cherry-pick Upstream PR - https://github.com/ManageIQ/manageiq/pull/5382 Comment out the non-functioning controls in the login screen Also right-justified the login button https://bugzilla.redhat.com/show_bug.cgi?id=1279999 See merge request !418 spa_ui/self_service/client/app/states/login/login.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Hi Aparna, is there a way how can I verify that this was implemented in 5.5.0.11? I browsed through CFME UI, but I could not find where to configure self service URL. Thanks, Pavol Verified against 5.5.0.11. Checked https://<ip_of_appliance>/self_service and "Remember username" checkbox and "Forgot username or password" has been removed from self service login screen. Created attachment 1097217 [details]
SSUI Login screen after change
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-2015:2551 |
Created attachment 1092368 [details] SSUI Login Screen Description of problem: Login screen has Remember username check box and Forgot username and password links that do nothing. Version-Release number of selected component (if applicable): 5.5 Actual results: Non-functioning controls on login screen Expected results: Don't show these controls Additional info: Let's comment these out in the code so we can implement them in the next release