mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Where do I get a login and password? #316
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @p6002 on GitHub (May 28, 2023).
No one has yet noticed that the documentation does not say how to create a user?
I installed Planka using docker-compose and after entering the site I have a login screen. Where do I get the login information or how do I create it?
@meltyshev commented on GitHub (May 29, 2023):
Hi! You're right, we missed it exactly in the docker documentation. You can login with
demo@demo.demoand passworddemo.@p6002 commented on GitHub (May 29, 2023):
Thanks!