diff --git a/payload/collections/Users.ts b/payload/collections/Users.ts index 5fd6a98..244e5a7 100644 --- a/payload/collections/Users.ts +++ b/payload/collections/Users.ts @@ -2,7 +2,9 @@ import type { CollectionConfig } from 'payload'; export const Users: CollectionConfig = { slug: 'users', - auth: true, + auth: { + maxLoginAttempts: 0, + }, admin: { useAsTitle: 'email', },