@@ -240,7 +240,7 @@ export const lintInfoMap: LintInfo[] = [
240
240
name : 'password_requirements_min_length' ,
241
241
title : 'Minimum password length not set or inadequate' ,
242
242
icon : < Ruler className = "text-foreground-muted" size = { 15 } strokeWidth = { 1 } /> ,
243
- link : ( { projectRef } ) => `/project/${ projectRef } /settings/ auth` ,
243
+ link : ( { projectRef } ) => `/project/${ projectRef } /auth/providers?provider=Email ` ,
244
244
linkText : 'View settings' ,
245
245
docsLink : 'https://supabase.com/docs/guides/platform/going-into-prod#security' ,
246
246
category : 'security' ,
@@ -258,7 +258,7 @@ export const lintInfoMap: LintInfo[] = [
258
258
name : 'auth_leaked_password_protection' ,
259
259
title : 'Leaked Password Protection Disabled' ,
260
260
icon : < LockIcon className = "text-foreground-muted" size = { 15 } strokeWidth = { 1 } /> ,
261
- link : ( { projectRef } ) => `/project/${ projectRef } /settings/ auth` ,
261
+ link : ( { projectRef } ) => `/project/${ projectRef } /auth/providers?provider=Email ` ,
262
262
linkText : 'View settings' ,
263
263
docsLink :
264
264
'https://supabase.com/docs/guides/auth/password-security#password-strength-and-leaked-password-protection' ,
@@ -268,7 +268,7 @@ export const lintInfoMap: LintInfo[] = [
268
268
name : 'auth_insufficient_mfa_options' ,
269
269
title : 'Insufficient MFA Options' ,
270
270
icon : < LockIcon className = "text-foreground-muted" size = { 15 } strokeWidth = { 1 } /> ,
271
- link : ( { projectRef } ) => `/project/${ projectRef } /settings/ auth` ,
271
+ link : ( { projectRef } ) => `/project/${ projectRef } /auth/mfa ` ,
272
272
linkText : 'View settings' ,
273
273
docsLink : 'https://supabase.com/docs/guides/auth/auth-mfa' ,
274
274
category : 'security' ,
@@ -277,7 +277,7 @@ export const lintInfoMap: LintInfo[] = [
277
277
name : 'auth_password_policy_missing' ,
278
278
title : 'Password Policy Missing' ,
279
279
icon : < LockIcon className = "text-foreground-muted" size = { 15 } strokeWidth = { 1 } /> ,
280
- link : ( { projectRef } ) => `/project/${ projectRef } /settings/ auth` ,
280
+ link : ( { projectRef } ) => `/project/${ projectRef } /auth/providers?provider=Email ` ,
281
281
linkText : 'View settings' ,
282
282
docsLink : 'https://supabase.com/docs/guides/auth/password-security' ,
283
283
category : 'security' ,
@@ -295,7 +295,7 @@ export const lintInfoMap: LintInfo[] = [
295
295
name : 'no_backup_admin' ,
296
296
title : 'No Backup Admin Detected' ,
297
297
icon : < LockIcon className = "text-foreground-muted" size = { 15 } strokeWidth = { 1 } /> ,
298
- link : ( { projectRef } ) => `/project/${ projectRef } /settings/ auth` ,
298
+ link : ( { projectRef } ) => `/project/${ projectRef } /auth/mfa ` ,
299
299
linkText : 'View settings' ,
300
300
docsLink : 'https://supabase.com/docs/guides/auth/auth-mfa' ,
301
301
category : 'security' ,
0 commit comments