rip.pds.admin.resetPassword

pds.rip

{
  "id": "rip.pds.admin.resetPassword",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "did"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "NotAnOperator",
          "description": "The calling account does not operate this server."
        },
        {
          "name": "AccountNotFound",
          "description": "No live account with that DID."
        },
        {
          "name": "ResetFailed",
          "description": "The PDS refused the change."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "account",
            "password",
            "pdsEndpoint"
          ],
          "properties": {
            "account": {
              "ref": "rip.pds.admin.defs#accountView",
              "type": "ref"
            },
            "password": {
              "type": "string",
              "description": "Shown once."
            },
            "pdsEndpoint": {
              "type": "string",
              "format": "uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Issue a new password for any live account on this server, whoever holds it. Operators only."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against rip.pds.admin.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
bafyreifo3j45rx2rhp5bda6lyhkmozs73ht4h7n6j7wvvvuagrey7dxfxq
Indexed At
2026-09-24 02:18 UTC
AT-URI
at://did:plc:w24v65i3bcsxk6mbbgfdukve/com.atproto.lexicon.schema/rip.pds.admin.resetPassword

Referenced Schemas (1)

Lexicon Garden

@