tobybatch / kimai2

Docker containers for the kimai2 web application including docker-compose and kubernetes/helm deployment.
MIT License
183 stars 97 forks source link

[Documentation] ReadMe on DockerHub contains faulty (legacy?) information on user creation #529

Closed manuel-sperrle-stb-de closed 1 year ago

manuel-sperrle-stb-de commented 1 year ago

Describe the bug https://hub.docker.com/r/kimai/kimai2 ReadMe on DockerHub contains faulty (legacy?) information on user creation

This doesnt work: docker exec -ti kimai-test \ /opt/kimai/bin/console kimai:create-user admin admin@example.com ROLE_SUPER_ADMIN

This works: docker exec -ti kimai-test \ /opt/kimai/bin/console kimai:user:create admin admin@example.com ROLE_SUPER_ADMIN

Regards, Manu

tobybatch commented 1 year ago

Fixed