[GH-ISSUE #664] How can I as admin add/remove users using UI? #435

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

Originally created by @undergroundwires on GitHub (Jan 6, 2023).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/664

💬 Question

I have account module enabled and use DB authentication as documented. I'm using admin user created by Docker image.

I checked all settings, I cannot find a place in UI to manage users. I tried all keywords I come with and search for an example but could not find any documentation.

How can I as admin manage users using UI (not scripts)?

Originally created by @undergroundwires on GitHub (Jan 6, 2023). Original GitHub issue: https://github.com/cypht-org/cypht/issues/664 ## 💬 Question <!-- Describe your Question in detail. Include screenshots and drawings if needed. --> I have account module enabled and use DB authentication as documented. I'm using admin user created by Docker image. I checked all settings, I cannot find a place in UI to manage users. I tried all keywords I come with and search for an example but could not find any documentation. How can I as admin manage users using UI (not scripts)?
kerem closed this issue 2026-02-25 21:35:00 +03:00
Author
Owner

@undergroundwires commented on GitHub (Jan 7, 2023):

After some debugging I found out that I need to add my user to CYPHT_ADMIN_USERS, this should probably be default in the example docker compose file.

<!-- gh-comment-id:1374543580 --> @undergroundwires commented on GitHub (Jan 7, 2023): After some debugging I found out that I need to add my user to `CYPHT_ADMIN_USERS`, this should probably be default in the example docker compose file.
Author
Owner

@kk6mrp commented on GitHub (Jan 9, 2023):

Also, if you take a look on the website at https://cypht.org/install.html, it states the following for managing users:

  1. Users
    Setting up users depends on what type of authentication you configure in the hm3.ini file. If you are using the local database configuration for users, there are scripts in the scripts/ directory to help manage them:
# create an account
php ./scripts/create_account.php username password

# delete an account
php ./scripts/delete_account.php username

# change an account password
php ./scripts/update_password.php username password
<!-- gh-comment-id:1375278179 --> @kk6mrp commented on GitHub (Jan 9, 2023): Also, if you take a look on the website at https://cypht.org/install.html, it states the following for managing users: > 5. Users > Setting up users depends on what type of authentication you configure in the hm3.ini file. If you are using the local database configuration for users, there are scripts in the scripts/ directory to help manage them: ``` bash # create an account php ./scripts/create_account.php username password # delete an account php ./scripts/delete_account.php username # change an account password php ./scripts/update_password.php username password ```
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#435
No description provided.