{
  "id": "reset_password",
  "title": "rladmin cluster reset_password",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/cli-utilities/rladmin/cluster/reset_password/",
  "summary": "Changes the password for a given email.",
  "content": "\nChanges the password for the user associated with the specified email address.\n\nEnter a new password when prompted. Then enter the same password when prompted a second time to confirm the password change.\n\n```sh\nrladmin cluster reset_password \u003cuser email\u003e\n```\n\n### Parameters\n\n| Parameter | Type/Value | Description |\n|-----------|------------|-------------|\n| user email | email address | The email address of the user that needs a password reset |\n\n### Returns\n\nReports whether the password change succeeded or an error occurred. \n\n### Example\n\n```sh\n$ rladmin cluster reset_password user@example.com\nNew password: \nNew password (again): \nPassword changed.\n```\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

