KoSI KoSI Bridge
Version 0.3

Add User

 


Overview

Add a user to the server. This may only be invoked, when the server is not running.
Options

adduser username password email [isAdmin]
Parameters

  • username - Name of the new user.
  • password - Password for this username.
  • email - Email address of this user.
  • isAdmin - If true is specified, the user gets permission to administrate the server.
Examples

Add a regular user:
  ./adduser Joe_Public secret joe@somewhere.com
  
Add an administrator:
  ./adduser system secret system@kosi-bridge.org true