diff --git a/src/collections/Users.ts b/src/collections/Users.ts index b20231b..f6ad145 100644 --- a/src/collections/Users.ts +++ b/src/collections/Users.ts @@ -14,7 +14,10 @@ export const Users: CollectionConfig = { de: "Benutzerkonten" } }, - auth: true, + auth: { + maxLoginAttempts: 10, + lockTime: 1000 * 30 + }, fields: [ { name: 'name',