fix: set max login attempts
This commit is contained in:
parent
efed360db8
commit
ddfd939075
1 changed files with 4 additions and 1 deletions
|
|
@ -14,7 +14,10 @@ export const Users: CollectionConfig = {
|
|||
de: "Benutzerkonten"
|
||||
}
|
||||
},
|
||||
auth: true,
|
||||
auth: {
|
||||
maxLoginAttempts: 10,
|
||||
lockTime: 1000 * 30
|
||||
},
|
||||
fields: [
|
||||
{
|
||||
name: 'name',
|
||||
|
|
|
|||
Loading…
Reference in a new issue