horizon/releasenotes/notes/admin-redirect-on-login-6a818fe886621a14.yaml
Ivan Kolodyazhny 9b6b559eca Do not redirect to the /identity tab admin users on login.
The /identity url may have more resources than project page so it loads slowly.
We can improve user experience by setting different login url.

Change-Id: I6ce91974d101d80e9685826dc4e6a6495e6a5da3
Closes-Bug: #1778006
2018-06-21 18:16:35 +03:00

7 lines
218 B
YAML

---
fixes:
- |
Do not redirect to the /identity tab admin users on login. Now `user_home`
config options works in the same way for all users.
[`bug/1778006 <https://bugs.launchpad.net/horizon/1778006>`_]