mirror of
https://github.com/wekan/wekan.git
synced 2026-02-24 08:54:06 +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:
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue