Skip to content

Commit 4b8f45e

Browse files
authored
UI: Add option to enable Project field on login to directly login to project view (#515)
1 parent 0d04cc2 commit 4b8f45e

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
77.9 KB
Loading

source/adminguide/ui.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ the default username is password.
4545

4646
Domain -> If you are a root User, leave this field blank.
4747

48+
.. note::
49+
50+
Since 4.21 it is possible to login to a specific Project view by enabling the 'displayProjectFieldOnLogin' setting on config.json (which is disabled by default). Please refer to: :ref:`enable-login-to-project-view`.
51+
4852
If you are a User in the sub-domains, enter the full path to the domain,
4953
excluding the root domain.
5054

@@ -660,6 +664,23 @@ For the UI to work with different servers, it is necessary to configure the Ngin
660664
661665
|ui-multiple-server-management.png|
662666

667+
.. _enable-login-to-project-view:
668+
669+
Enable Login to Project View
670+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
671+
672+
User can use the file /etc/cloudstack/management/config.json to enable the Project field displayed on Login by the setting:
673+
674+
============================= =================================================================
675+
Property Description
676+
============================= =================================================================
677+
displayProjectFieldOnLogin Disabled by default. When enabled, login directly to Project view
678+
============================= =================================================================
679+
680+
When the Project field is set and the Project exists, the user is directly directed to the Project view instead of the Default View.
681+
682+
|ui-login-project-view.png|
683+
663684
Known Limitations
664685
~~~~~~~~~~~~~~~~~
665686

@@ -684,3 +705,6 @@ The following features are no longer supported or available in the UI but are st
684705

685706
.. |ui-multiple-server-management.png| image:: /_static/images/ui-multiple-server-management.png
686707
:alt: Custom plugin shown in UI with navigation
708+
709+
.. |ui-login-project-view.png| image:: /_static/images/ui-login-project-view.png
710+
:alt: Enabling the Project field on login

0 commit comments

Comments
 (0)