SYNOPSIS

Required parameter:

--root    PATH/TO/ROOT    path to the root of the installation

To setup a new instance:

--setup
--email email        of administrator
--password PASSWORD  of administrator

Optional parameters:

--dbonly             Create only the database (for development)
--silent             no success report (for testing)

To upgrade run:

--upgrade

Admin tools:

  • List users:

    --listusers
  • Show details of a user:

    --showuser
    --username USERNAME    
  • Set or remove verified bit of a user:

    --verify [0|1]
    --username USERNAME
  • Set the password of a specific user:

    --resetpw
    --username USERNAME
    --password PASSWORD