rip.pds.account.resetPassword

pds.rip

{
  "id": "rip.pds.account.resetPassword",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "did"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did",
              "description": "The account to issue a new password for."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AccountNotFound",
          "description": "No live account with that DID was minted by the caller."
        },
        {
          "name": "ResetFailed",
          "description": "The PDS refused the change."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "account",
            "password",
            "pdsEndpoint"
          ],
          "properties": {
            "account": {
              "ref": "rip.pds.account.defs#accountView",
              "type": "ref"
            },
            "password": {
              "type": "string",
              "description": "Shown once. The server does not store it in a recoverable form, so losing this means resetting again."
            },
            "pdsEndpoint": {
              "type": "string",
              "format": "uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Issue a new password for an account the calling account owns. The old password is not recoverable and is replaced outright. Existing sessions on the account are not revoked."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against rip.pds.account.resetPassword

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:w24v65i3bcsxk6mbbgfdukve
CID
bafyreig6qrdhhmcafo3qe4dup6myekvvdavilzhqlno4nqymxlaplxouhy
Indexed At
2026-09-24 02:18 UTC
AT-URI
at://did:plc:w24v65i3bcsxk6mbbgfdukve/com.atproto.lexicon.schema/rip.pds.account.resetPassword

Referenced Schemas (1)

Lexicon Garden

@