Skip to main content

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
sitectl drupal uli
FlagDefaultDescription
--uid1Drupal 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.