Bug 978574
Summary: | [RFE] Filter messages that can be displayed on the login page | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Perry Myers <pmyers> |
Component: | python-django-horizon | Assignee: | Julie Pichon <jpichon> |
Status: | CLOSED ERRATA | QA Contact: | Nir Magnezi <nmagnezi> |
Severity: | unspecified | Docs Contact: | |
Priority: | medium | ||
Version: | 4.0 | CC: | ajeain, aortega, athomas, dnavale, jkt, jpichon, mlopes, mrunge, sgordon |
Target Milestone: | Upstream M3 | Keywords: | FutureFeature, OtherQA, Triaged |
Target Release: | 4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | https://blueprints.launchpad.net/horizon/+spec/messages-on-login-page | ||
Whiteboard: | |||
Fixed In Version: | python-django-horizon-2013.2-6.el6ost | Doc Type: | Enhancement |
Doc Text: |
With this update, when a user gets logged out and redirected to the login page, for instance, due to changing their password or the session timing out, a notification message as to why there were redirected to the login page is displayed.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2013-12-20 00:12:07 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: | 1035879 | ||
Bug Blocks: | 975499 |
Description
Perry Myers
2013-06-26 20:29:22 UTC
3 cases in which a message is displayed on the login page currently: - After changing your own password using the "Settings" -> "Change password" form - Session timeout (to test, perhaps set the SESSION_TIMEOUT to a lower number of seconds first in the settings) - In some cases after receiving an error 401 and redirect (note the easy test case for this one right now is redundant and will be removed in LP#1221716) qa_acking, but will probably be tested during Havana test cycle There seems to be issues with this patch on Django 1.4, will investigate. Never mind the previous comment, it looks like the necessary changes to the login template are being overriden in the openstack-dashboard-theme package (openstack_dashboard_theme/templates/auth/_login.html). The template needs a refresh, I opened bug 1035879 to track this work. 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. http://rhn.redhat.com/errata/RHEA-2013-1859.html |