Skip to content

Commit 0fc1cbf

Browse files
committed
UI: Add option to enable Project field on login to directly login to project view
1 parent 4d14bf9 commit 0fc1cbf

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

@@ -583,6 +587,23 @@ For the UI to work with different servers, it is necessary to configure the Ngin
583587
584588
|ui-multiple-server-management.png|
585589

590+
.. _enable-login-to-project-view:
591+
592+
Enable Login to Project View
593+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
594+
595+
User can use the file /etc/cloudstack/management/config.json to enable the Project field displayed on Login by the setting:
596+
597+
============================= =================================================================
598+
Property Description
599+
============================= =================================================================
600+
displayProjectFieldOnLogin Disabled by default. When enabled, login directly to Project view
601+
============================= =================================================================
602+
603+
When the Project field is set and the Project exists, the user is directly directed to the Project view instead of the Default View.
604+
605+
|ui-login-project-view.png|
606+
586607
Known Limitations
587608
~~~~~~~~~~~~~~~~~
588609

@@ -601,3 +622,6 @@ The following features are no longer supported or available in the UI but are st
601622

602623
.. |ui-multiple-server-management.png| image:: /_static/images/ui-multiple-server-management.png
603624
:alt: Custom plugin shown in UI with navigation
625+
626+
.. |ui-login-project-view.png| image:: /_static/images/ui-login-project-view.png
627+
:alt: Enabling the Project field on login

0 commit comments

Comments
 (0)