User management

User management

New users must be added using the Lounge CLI tools.
  1. Open a Web terminal for the app.
  2. Use the lounge CLI command to add a user:
root@3543a0255d97:/home/cloudron# thelounge add newusername
2017-10-28 05:21:59 [PROMPT] Enter password:
2017-10-28 05:22:02 [PROMPT] Save logs to disk? (yes)
2017-10-28 05:22:04 [INFO] User newusername created.
2017-10-28 05:22:04 [INFO] User file located at /app/data/users/newusername.json.
  1. To remove a user:
root@3543a0255d97:/home/cloudron# thelounge remove newusername
2017-10-28 05:22:21 [INFO] User newusername removed.