-
-
Notifications
You must be signed in to change notification settings - Fork 374
Home
Jordan Knott edited this page Sep 2, 2022
·
4 revisions
Welcome to the Taskcafe wiki!
There is a repo of installation scripts that can be found here. note: these scripts are from a 3rd party.
You can use the command taskcafe reset-password <username> <password>
.
If you're using the docker & the docker-compose.yml:
docker container exec -it taskcafe_web_1 sh
$ taskcafe reset-password example example_password
Taskcafe is supposed to redirect you to /register
if there are no users but if that does not work, you can
directly go to /register
. For example if you're serving from the domain example.org
, you would go to example.org/taskcafe
.