mediacms-io / mediacms

MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.
https://mediacms.io
GNU Affero General Public License v3.0
2.81k stars 524 forks source link

Set admin passwort doesn't work #349

Closed Tzzui closed 2 years ago

Tzzui commented 2 years ago

Installed through docker on Ubuntu 20: https://github.com/mediacms-io/mediacms/blob/main/docs/admins_docs.md#3-docker-installation

  1. It does not automatically assign a password

This does not show up: "migrations_1 | Created admin user with password: gwg1clfkwf"

  1. Login also does not work if you set the password in the docker-compose.yaml file

Only thing that worked was this: https://github.com/mediacms-io/mediacms/discussions/81#discussioncomment-451239

mgogoulos commented 2 years ago

that link contains some good advice on how to proceed with this problem indeed