> ## 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:forcefrontendloginforbackend

> Force backend users to authenticate through the frontend login flow

Forces backend users to authenticate through the frontend login flow.

**Arguments:**

| Argument      | Required | Description                                    |
| ------------- | -------- | ---------------------------------------------- |
| `force_login` | No       | `1` to enable or `0` to disable (default: `1`) |

**Options:**

| Option    | Shortcut | Description               |
| --------- | -------- | ------------------------- |
| `--force` | `-f`     | Skip confirmation prompts |

**Example:**

```bash theme={null}
php artisan curator:forcefrontendloginforbackend 1 --force
```
