[GH-ISSUE #1328] how do i manage users? #630

Closed
opened 2026-02-25 21:35:32 +03:00 by kerem · 4 comments
Owner

Originally created by @jenny787 on GitHub (Nov 9, 2024).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1328

💬 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.

Originally created by @jenny787 on GitHub (Nov 9, 2024). Original GitHub issue: https://github.com/cypht-org/cypht/issues/1328 ## 💬 Question <!-- Describe your Question in detail. Include screenshots and drawings if needed. --> 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.
kerem closed this issue 2026-02-25 21:35:32 +03:00
Author
Owner

@IrAlfred commented on GitHub (Nov 9, 2024):

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
<!-- gh-comment-id:2466220772 --> @IrAlfred commented on GitHub (Nov 9, 2024): 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` 3. Next create another user with the following command `php ./scripts/create_account.php username password`
Author
Owner

@jenny787 commented on GitHub (Nov 9, 2024):

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.

<!-- gh-comment-id:2466439270 --> @jenny787 commented on GitHub (Nov 9, 2024): 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.
Author
Owner

@IrAlfred commented on GitHub (Nov 9, 2024):

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

<!-- gh-comment-id:2466461525 --> @IrAlfred commented on GitHub (Nov 9, 2024): This feature is not currently implemented in the GUI, but from the CLI, you can add or delete a user account.
Author
Owner

@jenny787 commented on GitHub (Nov 10, 2024):

Thank you, I appreciate your prompt help.

<!-- gh-comment-id:2466568475 --> @jenny787 commented on GitHub (Nov 10, 2024): Thank you, I appreciate your prompt help.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#630
No description provided.