TIBCO Spotfire® Server and Environment - Installation and Administration

create-user

Creates a new user account.

create-user 
[-b value | --bootstrap-config=value] 
[-t value | --tool-password=value] 
<-u value | --username=value> 
[-p value | --password=value] 
[-d value | --display-name=value] 
[-e value | --email=value]

Overview

Use this command to create a new user account. This user can then be promoted to administrator using the promote-admin command.

Options

Option Optional or Required Default Value Description
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See 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
Required none The name of the new user.
-p value
--password=value
Optional none The new user's password.
-d value
--display-name=value
Optional none The new user's display name.
-e value
--email=value
Optional none The new user's email address.