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 content/guides/03.auth/4.email-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down