opencast/opencast-docker

Not able to Modify `admin` User Details

Closed this issue · 1 comments

Hello all,

I am using docker-compose/docker-compose.allinone.mariadb.yml Docker compose file, and it is running on Docker Swarm Cluster.

I replace the MariaDB container image with: mariadb:jammy.

The Opencast apps is up and running successfully, except on changing the admin user details. It is said: The user is not manageable.

Screenshot 2023-11-16 at 14 21 21
  1. Where to inspect the cause of the issue?
  2. What work around should we take to modify the admin user details?

Thank you in advance.

mtneug commented

Hi @andisugandi 👋

Opencast has different user providers. This admin user is created by the in-memory user provider based on a configuration file. Mount your adapted configuration file into the container to change the details.