Updated Forgot Password (markdown)

Lauri Ojansivu 2023-06-18 05:11:29 +03:00
parent 534613a811
commit 9beb2eaeec

@ -86,7 +86,9 @@ $set: { “members.$.isAdmin”: true },
``` ```
docker exec -it wekan-db bash docker exec -it wekan-db bash
mongo
/bin/mongosh
use wekan use wekan
``` ```
If you have disabled new user registration at Admin Panel, you can enable it, and create new user your https://wekan.example.com/sign-up : If you have disabled new user registration at Admin Panel, you can enable it, and create new user your https://wekan.example.com/sign-up :