mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 01:28:49 +01:00
v7.73
This commit is contained in:
parent
e45d35ba60
commit
b9182a1fc7
10 changed files with 17 additions and 17 deletions
|
|
@ -48,7 +48,7 @@ db.users.find()
|
|||
```
|
||||
Set some user as admin:
|
||||
```
|
||||
db.users.update({username:'admin-username-here'},{$set:{isAdmin:true}})
|
||||
db.users.updateOne({username:'admin-username-here'},{$set:{isAdmin:true}})
|
||||
```
|
||||
Check are there any failed logins with wrong password, that brute force login prevention has denied login:
|
||||
```
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ This is without container (without Docker or Snap).
|
|||
|
||||
Right click and download files 1-4:
|
||||
|
||||
1. [wekan-7.72-amd64-windows.zip](https://github.com/wekan/wekan/releases/download/v7.72/wekan-7.72-amd64-windows.zip)
|
||||
1. [wekan-7.73-amd64-windows.zip](https://github.com/wekan/wekan/releases/download/v7.73/wekan-7.73-amd64-windows.zip)
|
||||
|
||||
2. [node.exe](https://nodejs.org/dist/latest-v14.x/win-x64/node.exe)
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ Right click and download files 1-4:
|
|||
|
||||
6. Double click `mongodb-windows-x86_64-6.0.19-signed.msi` . In installer, uncheck downloading MongoDB compass.
|
||||
|
||||
7. Unzip `wekan-7.72-amd64-windows.zip` , inside it is directory `bundle`, to it copy other files:
|
||||
7. Unzip `wekan-7.73-amd64-windows.zip` , inside it is directory `bundle`, to it copy other files:
|
||||
|
||||
```
|
||||
bundle (directory)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue