From 7d7818db6ef299f45b7362f34d6959af379c512e Mon Sep 17 00:00:00 2001 From: David Stockton <7375241+dstockton@users.noreply.github.com> Date: Wed, 11 Feb 2026 16:06:11 +0000 Subject: [PATCH] Document password reset only works for default auth provider Co-Authored-By: Claude Opus 4.6 --- content/guides/03.auth/4.email-login.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/03.auth/4.email-login.md b/content/guides/03.auth/4.email-login.md index ba127ce5..6bed2fee 100644 --- a/content/guides/03.auth/4.email-login.md +++ b/content/guides/03.auth/4.email-login.md @@ -229,7 +229,7 @@ const result = await client.logout({ mode: "session" }); ## Password Reset -Requesting a password reset will send an email to the user with a URL to the Data Studio to reset their password. +Requesting a password reset will send an email to the user with a URL to the Data Studio to reset their password. Password reset is only available for users using the default authentication provider. Users authenticated through external providers (OAuth, SAML, LDAP, etc.) will not receive a reset email. ```json [REST] // POST /auth/password/request