Skip to content

user:login

Display a one time login link for user ID 1, or another user.

Examples

  • drush user:login. Open browser to homepage, logged in as uid=1.
  • drush user:login --name=ryan node/add/blog. Open browser (if configured or detected) for a one-time login link for username ryan that redirects to node/add/blog.
  • drush user:login --uid=123. Open browser and login as user with uid "123".
  • drush user:login --mail=foo@bar.com. Open browser and login as user with mail "foo@bar.com".

Arguments

  • [path]. Optional path to redirect to after logging in.

Options

  • --name[=NAME]. A user name to log in as.
  • --uid[=UID]. A uid to log in as.
  • --mail[=MAIL]. A user mail address to log in as.
  • --browser[=BROWSER]. Open the URL in the default browser. Use --no-browser to avoid opening a browser. [default: 1]
  • --redirect-port=REDIRECT-PORT. A custom port for redirecting to (e.g., when running within a Vagrant environment)
  • --no-browser. Negate --browser option.

Global Options

  • -v|vv|vvv, --verbose. Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
  • -y, --yes. Auto-accept the default for all user prompts. Equivalent to --no-interaction.
  • -l, --uri=URI. A base URL for building links and selecting a multi-site. Defaults to https://default.
  • To see all global options, run drush topic and pick the first choice.

Aliases

  • uli
  • user-login

Legend

  • An argument or option with square brackets is optional.
  • Any default value is listed at end of arg/option description.
  • An ellipsis indicates that an argument accepts multiple values separated by a space.