...
- Default: './.passwd'
- -a, --add: Add a user. You can provide both or neither the username and/or password.
- -d, --drop: Drop a user. You can optionally provide username or names, separated by spaces.
- --hashed: The given password is already hashed (as is the case of a password that has been run through qbhash)
- --list: List all users in the database then exit.
To list users:
BKMac:qubeMobileServer briank$ ./qubeMobileServerUserAdmin.py --list
+--------+------------------------------------------------------------------+
| User | Encrypted password |
+--------+------------------------------------------------------------------+
| briank | 0beb67d7b7f353f26398eff9b3bf02222aa8c2896ef0662facd9cacda6598ee4 |
| thelma | 031d73dc8c001cbac2553c8b8de126c816d3d01746135c3302b8e1cb91133c67 |
+--------+------------------------------------------------------------------+
2 users in database
...