mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated Forgot Password (markdown)
parent
534613a811
commit
9beb2eaeec
1 changed files with 3 additions and 1 deletions
|
|
@ -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 :
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue