MedTagger
MedTagger copied to clipboard
Initial user on docker-installation wrong?
Current Behavior
After starting the newest version (current master-branch on 2021-10-25) with docker compose up
.
Trying to login with: admin@medtagger / medtagger yields in "User does not exist"
Expected Behavior
According to the Readme: admin@medtagger / medtagger should be the initial admin-login, so I should be able to login with these credentials
Steps to Reproduce the Problem
- git clone https://github.com/medtagger/MedTagger.git
- cd MedTagger; docker compose up
- go to http:/localhost/ and try ot login with admin@medtagger / medtagger
Additional comment (optional)
I think I'm missing something obvious here, but I searched the docs for alternative logins, but haven't found one. Are these credentials only for usage with vagrant? Thanks for any hint.