cypht-org / cypht-docker

Legacy Docker image setup files to run Cypht
GNU General Public License v2.0
40 stars 25 forks source link

No account settings in menu #12

Closed antipiot closed 3 years ago

antipiot commented 3 years ago

Hello! I'm just starting with cypht and face issue to create other users as there's no entries in my menu. image

I feel i'm missing something but cant understand what, is there something else to do?

Container started with the default yml suggestion Log show no errors and looks to load account module:

image

Thanks for your help!

Regards - JS

antipiot commented 3 years ago

Edit: i'm stupid - an administrator was needed.

KeironO commented 3 years ago

Sorry for necro'ing this, but I'm unable to find a users setting when I've logged in using the user account created using CYPHT_AUTH_USERNAME and CYPHT_AUTH_PASSWORD environment variables. Any help would be greatly appreciated.

Edit: Fixed, you need to explicitly set an admin using environment variables:

CYPHT_ADMIN_USERS=admin
antipiot commented 3 years ago

Edit: Fixed, you need to explicitly set an admin using environment variables:

CYPHT_ADMIN_USERS=admin

My apologises, i should have posted this before - Thanks for doing so.

KeironO commented 3 years ago

No problem.

gertcuykens commented 1 year ago

Can CYPHT_ADMIN_USERS=admin be added to the readme compose example because if it wasn't for this post i would never figure it out on my own. Thanks