User management

Sales Intelligence distinguishes and manages these types of user:
  • Regular
  • Admin

These are examples of the user management component that is used for creating user database, adding, and removing users and modifying their rights:

userdb -d C:\temp1.sqlite -n user1 -p pass1 -i
userdb -d C:\userdemo.sqlite -n user1 -p pass1 -a
userdb -d C:\userdemo.sqlite -r -n user1
This table shows different options that can be used to call the user management component:
Option Abbreviation Required Comment
admin -a No.

Default false

If present, specified user gets administrator permissions.
database -d Yes Database in SQLite format.
init -i No.

Default false

If present, init initializes the database schema. Valid for the first time usage.
username -n Yes User name for Sales Intelligence.
password -p No User password for Sales Intelligence. If it is empty, then the user is prompted to input it from the command line.
remove -r No.

Default false

If present, specified user is removed from the database.