This commit is contained in:
Lauri Ojansivu 2024-12-24 20:16:31 +02:00
parent e45d35ba60
commit b9182a1fc7
10 changed files with 17 additions and 17 deletions

View file

@ -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:
```

View file

@ -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)