Cinnamon/kotaemon

[BUG] I cannot find "Admin > User Management Tab".

tknrych opened this issue · 1 comments

Description

According to the following document, if KH_FEATURE_USER_MANAGEMENT is True, I am supposed to find the admin tab on which admin user can add/change/delete users. However, I cannot find User Management Tab.
(https://cinnamon.github.io/kotaemon/pages/app/ext/user-management/)

My environment is a docker based one, the docker image was retrieved today from ghcr.io/cinnamon/kotaemon:main-full..

Actually, I didn't change flowsettings.py because the default value of KH_FEATURE_USER_MANAGEMENT is True like below.

KH_FEATURE_USER_MANAGEMENT = config(
    "KH_FEATURE_USER_MANAGEMENT", default=True, cast=bool
)

Should I change something in addition to the default value?

Reproduction steps

1. Retrieved the docker images from ghcr.io/cinnamon/kotaemon:main-full.
2. Just run the docker image.

Screenshots

![DESCRIPTION](LINK.png)

Logs

No response

Browsers

Firefox, Chrome

OS

Linux

Additional information

The docker image is running on Ubuntu 24.04, the browser is Firefox and Chrome running on Windows11.

I found the user management tab in "Resource -> Users Tab".