> ## Documentation Index
> Fetch the complete documentation index at: https://docs.curator.interworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# curator:setbackenduserpasswordduration

> Set the number of days before backend user passwords expire

Sets the number of days before backend user passwords expire.

**Arguments:**

| Argument   | Required | Description                                           |
| ---------- | -------- | ----------------------------------------------------- |
| `duration` | Yes      | Number of days until expiration (`0` disables expiry) |

**Example:**

```bash theme={null}
php artisan curator:setbackenduserpasswordduration 90
```
