Created with Raphaël 2.1.0
    Loading...

Icon

This is the documentation for an older version of Qube. The latest version of the documentation can be found here: Qube

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

BKMac:qubeMobileServer briank$ ./qubeMobileServerUserAdmin .py --list

+--------+------------------------------------------------------------------+
| User   | Encrypted password                                               |
+--------+------------------------------------------------------------------+
| briank | 0beb67d7b7f353f26398eff9b3bf02222aa8c2896ef0662facd9cacda6598ee4 |
| thelma | 031d73dc8c001cbac2553c8b8de126c816d3d01746135c3302b8e1cb91133c67 |
+--------+------------------------------------------------------------------+
2 users in database

...

BKMac:qubeMobileServer briank$ ./qubeMobileServerUserAdmin .py -a louise
Password:
Confirm:

...

BKMac:qubeMobileServer briank$ ./qubeMobileServerUserAdmin .py -d thelma louise

+--------+------------------------------------------------------------------+
| User   | Encrypted password                                               |
+--------+------------------------------------------------------------------+
| briank | 0beb67d7b7f353f26398eff9b3bf02222aa8c2896ef0662facd9cacda6598ee4 |
+--------+------------------------------------------------------------------+
1 users in database. (2 user(s) removed)

...