Errors

Google Authenticator is not configured for this user

Admin reset-2FA (or UI alert) when the user has no authenticator secret to clear.

Google Authenticator is not configured for this user

Admin tried to reset 2FA (/api/admin/users/[id]/reset-2fa) — or the user-edit UI shows the alert — but this account has no Google Authenticator configured.

Why this happens

There is nothing to reset: no secret / not set up. Not a member-facing login error. Distinct from “already set up” messages and from site-wide unavailable.

Diagnose and fix

1. Confirm you opened the correct user.

2. No action needed if 2FA was never enabled — member can set up from Account Settings when allowed.

3. If login still asks for a code, refresh user data; check for a pending setup cookie vs DB secret mismatch, then reset again after setup exists.

4. See Reset user 2FA / sessions for the intended admin workflow.

Related