medtagger / MedTagger

A collaborative framework for annotating medical datasets using crowdsourcing.
Apache License 2.0
117 stars 24 forks source link

Initial user on docker-installation wrong? #1057

Open stvogel opened 2 years ago

stvogel commented 2 years ago

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

  1. git clone https://github.com/medtagger/MedTagger.git
  2. cd MedTagger; docker compose up
  3. 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.