Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/supabase-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class SupabaseStack extends FargateStack {
});

const passwordMinLength = new cdk.CfnParameter(this, 'PasswordMinLength', {
description: 'When signup is disabled the only way to create new users is through invites. Defaults to false, all signups enabled.',
description: 'Minimum password length. Defaults to 8 (the minimum is also 8), maximum 128 chars.',
type: 'Number',
default: '8',
minValue: 8,
Expand Down