TIBCO Spotfire® Server and Environment - Installation and Administration

enable-user

Enables or disables a user account in the Spotfire database.

enable-user 
[-b value | --bootstrap-config=value] 
[-t value | --tool-password=value] 
[-u value | --username=value] 
[-a | --all] 
[-e <true|false> | --enabled=<true|false>]

Overview

Use this command to enable or disable a user account in the Spotfire database. A disabled user account does not have access to the Spotfire Server.

Options

Option Optional or Required Default Value Description
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See the Bootstrap.xml file for more information about this file.
-t value
--tool-password=value
Optional none The configuration tool password used to decrypt the database password in the file bootstrap.xml. If the tool password is omitted, the command prompts the user for it in the console. Refer to Bootstrap.xml file.
u value
--username=value
Optional, and mutually exclusive with the --all flag. none The user account that should be enabled or disabled. The specified user must not be a built-in system account.
-a
--all
Optional, and mutually exclusive with the --username argument. none Updates the enabled status for all the users, except for built-in system accounts. The guest account can only be disabled using this flag. If it needs to be enabled, it must be specified explicitly using the --username argument.
-e <true|false>
--enabled=<true|false>
Optional true Specifies whether the user account should be enabled or disabled.