Directing Users to a Group View Upon Login

How to:

You can set up the login so users are automatically logged into a Group View of Dashboard if the users are members of a single group view. If users are members of multiple group views, the users are automatically logged into a window displaying the group views that are available to them.


Top of page

x
Procedure: How to Select a Group View Upon Login
  1. Backup the /ibi/WebFOCUS77/worp/conf/bid-config.xml file.
  2. Open the bid-config.xml file using a text editor.
  3. Search for the string “GoToPersonalViewOnLogin” and you will see the following code:
    <internal-var name="GoToPersonalViewOnLogin" value="true"/>
  4. Change the value to “false” as shown in the following code:
    <internal-var name="GoToPersonalViewOnLogin" value="false"/>
  5. Close and save bid-config.xml. After the setting is changed, the following login processing is enabled:
    • If the user is a member of a single group view, the user is automatically logged into that group view.
    • If the user is a member of multiple group views, the user is logged into a window displaying the group views available to them.

WebFOCUS