Disabling the Urchin autologin feature

After enabling this feature, you can disable it if you want to revert back to the original behavior of organization administrators logging in manually to the Urchin control panel.

To disable the Urchin autologin feature:

  1. Log on to the CP server as the domain administrator.

  2. Open a command prompt window and change to the <CP_install_dir>\bin directory, where <CP_install_dir> is the installation path specified during the Ensim Unify control panel software installation. For example, If you have installed the control panel software in the default directory, then go to C:\Program Files\Ensim\Ensim Unify\cp\bin.

  3. Type the following command in the command prompt window.

SetGlobalConfig.exe <control_panel_username> <control_panel_password> "Global Unify Settings" UnifySettings EnableUrchinAutologin false bool

 

where:

Example: SetGlobalConfig.exe admin@example.net abc123 "Global Unify Settings" UnifySettings EnableUrchinAutologin false bool

  1. Type the following command in the command prompt window.

iisreset

 

The feature is disabled and organization administrators now need to log in manually to the Urchin control panel.