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:
--listusersShow details of a user:
--showuser --username USERNAMESet or remove verified bit of a user:
--verify [0|1] --username USERNAMESet the password of a specific user:
--resetpw --username USERNAME --password PASSWORD