Users
The Users table maps each username to its password hash:
Add or update a user from the CLI
You can create a user or update an existing user’s password with the Arupa binary:config.toml in the current directory by default. It writes a
bcrypt password hash to the Users table and exits after updating the
configuration; it does not start the server.
Use -config to select another configuration file:
-user and -password flags must be provided together, and the password
must not be empty.
Groups
The Groups table maps a group name to a list of usernames: