cypht-org / cypht

Cypht: Lightweight Open Source webmail aggregator [PHP, JS]. Supports IMAP/SMTP, JMAP and soon EWS
http://cypht.org
GNU Lesser General Public License v2.1
1.01k stars 161 forks source link

how do i manage users? #1328

Closed jenny787 closed 1 week ago

jenny787 commented 1 week ago

💬 Question

I have installed cypht using the docker image. I have the one user defined in the docker compose file. But how do I add and manage additional users? Thanks.

IrAlfred commented 1 week ago

Hello @jenny787

Yes, of course. Try this :

  1. Open the terminal session in the running Docker container using docker exec -it <container_name> /bin/sh
  2. Next create another user with the following command php ./scripts/create_account.php username password
jenny787 commented 1 week ago

yes, thank you for the quick response. That works very well!

I read about an "Accounts" section in the GUI where this can be managed, but I don't see it in my interface. Is there a way to get that to show? Thank you.

IrAlfred commented 1 week ago

This feature is not currently implemented in the GUI, but from the CLI, you can add or delete a user account.

jenny787 commented 1 week ago

Thank you, I appreciate your prompt help.