Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

User accout management functions

cshenry edited this page Sep 28, 2011 · 1 revision

createlocaluser

Description

This function creates a new user account in your local Model SEED installation.

If you have a SEED account, you should use this function to import your user account from the SEED (see Syntax to import an account from the SEED). This account information will then be used to authenticate all requests for private data from the SEED database.

You can also create a purely local account (see Syntax to create a local-only account), although you will not be able to obtain any private data from the SEED while logged into this type of account.

Once accounts exist, you can use the "./bin/login" command to log into your SEED account. This allows you to access, create, and manipulate private data in your local database and in the SEED.

Syntax to import an account from the SEED

./bin/createlocaluser -login "SEED username" -password "SEED password" -firstname "my firstname" -lastname "my lastname" -email "my email"

Syntax to create a local-only account

./bin/createlocaluser -login "SEED username" -password "SEED password" -firstname "my firstname" -lastname "my lastname" -email "my email"