You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed this today and was going to file an issue. The code for using the provided username is simply missing from the command. There are checks to see if it's empty, or if the -- options are provided (which take precedence), but none if it actually is provided...
These work:
drush uli
(default to UID 1)drush uli --uid=2
drush uli --name=user
drush uli [email protected]
These do not work in Backdrop (no error - no output), whereas they work in Drupal:
drush uli 2
drush uli user
I am not sure if they ever worked in Backdrop, but if we regressed at some point, then most likely would be with #156
The text was updated successfully, but these errors were encountered: