opencast / opencast-docker

Dockerfiles for Opencast
https://quay.io/organization/opencast/
Educational Community License v2.0
41 stars 36 forks source link

Not able to Modify `admin` User Details #213

Closed andisugandi closed 11 months ago

andisugandi commented 11 months ago

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 11 months ago

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.