Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

User management

Martijn Schrage edited this page Apr 15, 2015 · 3 revisions

For user management, use the command user-manager, which is aliased to ~/git/Cercando/scripts/UserManager.sh.

The command is self explanatory: user-manager help displays this text:

Usage: user-manager help
       user-manager list
       user-manager add <username> <first_name> <last_name> <e-mail>
       user-manager remove <username>

Example:
user-manager add martijn Martijn Schrage martijn@oblomov.com

When adding a user, you will be prompted to enter a password.

Users and hashed passwords are stored in ~/lucy/config/users.json.

Clone this wiki locally