Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot execute drush uli with [username|UID] as parameter #227

Open
klonos opened this issue Jun 12, 2020 · 3 comments
Open

Cannot execute drush uli with [username|UID] as parameter #227

klonos opened this issue Jun 12, 2020 · 3 comments

Comments

@klonos
Copy link
Member

klonos commented Jun 12, 2020

These work:

drush uli (default to UID 1)
drush uli --uid=2
drush uli --name=user
drush uli --mail=some@email.com

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

@jackaponte
Copy link
Member

I am not sure if they ever worked in Backdrop, but if we regressed at some point, then most likely would be with #156

AFAIK those have never worked!

@serundeputy
Copy link
Member

Yep. they never worked; I was not aware of them. We can make them work.

@ghost
Copy link

ghost commented Mar 28, 2021

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants