|
Hi all, I am running opencloud as docker container behind a reverse proxy and just set everything up. Somehow I am not able to login anymore with the admin account so I want to reset the password using the suggested command after stopping the opencloud container: I can enter the new password but then get an error message:
Trying to login with the changed password fails accordingly. Any suggestions what I can try? |
Answered by
v-scharf
Nov 7, 2025
Replies: 1 comment 6 replies
|
Which idp are you using? |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I couldn't reproduce
steps:
COMPOSE_FILE=docker-compose.yml:traefik/opencloud.ymlINITIAL_ADMIN_PASSWORD=mypassin .envdocker compose downdocker volume lsdocker run -it --rm -v opencloud-compose_opencloud-data:/var/lib/opencloud -v opencloud-compose_opencloud-config:/etc/opencloud opencloudeu/opencloud-rolling:3.7.0 idm resetpasswordnewpassdocker compose up -dResults: Login with new credentials successful