horizon/openstack_dashboard/dashboards/settings/password
Julie Pichon 85f4c8b473 Display a message on the login page
In some cases, particularly when having to log the user out after
performing some action (e.g. password change), we want to display a
friendly message on the login screen to explain to the user why they
have been redirected to the login page.

This adds a function to do so, and uses it in a couple of places:
 - When updating one's own password using the Settings panel
 - Session time out
 - HTTP 401

Change-Id: Ie53c5552159304e1f1304ac6211b3accfd9aa623
Implements: blueprint messages-on-login-page
2013-08-30 19:54:31 +01:00
..
templates/password Allow users to change their passwords 2013-05-22 09:32:28 +08:00
__init__.py Allow users to change their passwords 2013-05-22 09:32:28 +08:00
forms.py Display a message on the login page 2013-08-30 19:54:31 +01:00
panel.py Enable H302 check 2013-08-22 17:39:09 +04:00
tests.py Display a message on the login page 2013-08-30 19:54:31 +01:00
urls.py Small "H302 check" cleanup 2013-08-23 18:07:08 +04:00
views.py Small "H302 check" cleanup 2013-08-23 18:07:08 +04:00