Closed jenny787 closed 1 week ago
Hello @jenny787
Yes, of course. Try this :
docker exec -it <container_name> /bin/sh
php ./scripts/create_account.php username password
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.
This feature is not currently implemented in the GUI, but from the CLI, you can add or delete a user account.
Thank you, I appreciate your prompt help.
💬 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.