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
3 changes: 3 additions & 0 deletions docs/reference/backend/user/disable-user-mfa.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ sdk: js-backend

{/* clerk/javascript file: https://github.com/clerk/javascript/blob/main/packages/backend/src/api/endpoints/UserApi.ts#L206 */}

> [!WARNING]
> On November 14, 2025, Clerk introduced **[Client Trust](/docs/guides/secure/client-trust)**. This free security protection automatically enforces MFA **the first time** a user logs in from a new device even if MFA is disabled. Learn more about Client Trust and our commitment to security by [visiting our changelog](https://clerk.com/changelog/2025-11-14-client-trust-credential-stuffing-killer).
Copy link
Contributor

@manovotny manovotny Dec 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Removed domain from URL
  • Removed "by visiting our changelog" (optional)
Suggested change
> On November 14, 2025, Clerk introduced **[Client Trust](/docs/guides/secure/client-trust)**. This free security protection automatically enforces MFA **the first time** a user logs in from a new device even if MFA is disabled. Learn more about Client Trust and our commitment to security by [visiting our changelog](https://clerk.com/changelog/2025-11-14-client-trust-credential-stuffing-killer).
> On November 14, 2025, Clerk introduced [**Client Trust**](/docs/guides/secure/client-trust). This free security protection automatically enforces MFA **the first time** a user logs in from a new device even if MFA is disabled. Learn more about [Client Trust and our commitment to security](/changelog/2025-11-14-client-trust-credential-stuffing-killer).


Disable all of a user's MFA methods (e.g. OTP sent via SMS, TOTP on their authenticator app) at once.

```ts
Expand Down