Can't log in with default users

Hi,

I’m trying to set up shinyproxy for the first time without changing the default settings. I pulled the docker image and started it as follows:

docker run -it --rm -p 8074:8080 openanalytics/shinyproxy:3.0.1

Unfortunately I can’t log in. I found an application.yml in /opt/shinyproxy and tried both accounts.

port: 8080
authentication: simple
admin-groups: scientists
users:

  • name: jack
    password: password
    groups: scientists
  • name: jeff
    password: password
    groups: mathematicians

But the webapp keeps telling me this:

Could not sign in!
You took too long to login, please try again.

The message suggests that something took to long but it appears immedeatly after hitting the sign in button.

I hope you can help me.