> ## Documentation Index
> Fetch the complete documentation index at: https://libops-renovate-github-com-libops-sitectl-isle-0-x.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# uli (One-time login)

> Generate a one-time login link and open it in your browser.

## Reference

Generate a one-time login link and automatically open it in your default browser.

This runs drush uli inside the Drupal container, captures the resulting URL, and opens it.
Unlike running drush uli directly, this command handles browser launching for you.

Examples:
sitectl isle uli           # Login as admin (user 1)
sitectl isle uli `--uid`=2   # Login as user ID 2

```bash theme={null}
sitectl drupal uli
```

| Flag    | Default | Description                                    |
| ------- | ------- | ---------------------------------------------- |
| `--uid` | `1`     | Drupal user ID to generate the login link for. |

## Security note

One-time login links are single-use and expire after a short window. Do not share the URL — it grants immediate authenticated access to the Drupal account without a password.
