← Reddit

My Claude account was completely reset

Reddit · CleoMenemezis · July 2, 2026
A user encountered a critical account reset issue after receiving a login error while using Claude Code and attempting to re-authenticate through the Claude website. Following the second login attempt, the account reverted to a blank state with no profile information or active plan remaining. The user is unable to access support assistance since customer support access is restricted to Pro plan subscribers.

Detailed Analysis

A Reddit user reported a jarring incident involving Claude Code, Anthropic's command-line AI coding assistant, in which a routine authentication error snowballed into what appeared to be a complete account reset. The user encountered a "Not logged in · Please run /login" prompt, followed the standard re-authentication flow through Claude's website, but was then looped into logging in a second time. After that second login, the account showed no trace of prior identity or subscription: name and surname fields were empty, and the previously active plan had vanished, leaving the account in a state indistinguishable from a freshly created one.

This incident highlights a recurring vulnerability in session and authentication management for developer tools that rely on OAuth-style login flows, particularly command-line interfaces like Claude Code that bridge local terminal sessions with cloud-based account services. When token refresh or session validation fails silently, and the client-side error handling doesn't clearly distinguish between "your session expired" and "your account data is corrupted or missing," users can be left confused about whether they've lost access, lost data, or lost their entire account history. For a coding tool used in professional workflows, this kind of failure is especially disruptive since developers often depend on continuous, uninterrupted access mid-project.

The more consequential part of this story is the support gap the user described: Anthropic's support tiering, where premium assistance is reserved for Pro-plan subscribers, created a catch-22. Because the reset stripped away the user's paid plan status, they were simultaneously the type of user experiencing a billing/account emergency and the type of user ineligible to get direct help resolving it. This is a structural problem common to many SaaS support models that gate human assistance behind paid tiers — it works reasonably well when free-tier users have low-stakes issues, but breaks down when a technical failure itself causes a user to fall out of the tier that would let them get help. For a company scaling a fast-growing developer product like Claude Code, incidents like this expose gaps between automated self-service infrastructure and the safety net needed when that infrastructure fails.

More broadly, this episode reflects growing pains familiar across the AI tooling industry as companies like Anthropic, OpenAI, and Google race to ship agentic coding tools to millions of new users. Authentication, billing, and account infrastructure — the unglamorous plumbing beneath flashy AI capabilities — often lags behind the pace of feature development, and edge-case failures in these systems can erode trust quickly, especially among developers who rely on these tools for revenue-generating work. As Claude Code and similar agentic coding assistants become more embedded in professional pipelines, incidents like account resets underscore the importance of robust session handling, clear error messaging, and support escalation paths that don't penalize users for the very failures that put them in need of help. Anthropic has not publicly responded to this specific report, and it remains an open question whether this was an isolated glitch or a symptom of a broader authentication issue affecting other Claude Code users.

Read original article →