Reset admin password not working #1796
-
|
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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
Which idp are you using? |
Beta Was this translation helpful? Give feedback.
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