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

does not work in Drupal 8 #11

Open
JasonWeakley opened this issue Nov 16, 2017 · 2 comments
Open

does not work in Drupal 8 #11

JasonWeakley opened this issue Nov 16, 2017 · 2 comments

Comments

@JasonWeakley
Copy link

I am assuming from the below error reports that this is not working in Drupal 8 yet? Would be nice.

vagrant@mdo3:~/.drush$ git clone https://github.com/jbickar/user_list.git
Cloning into 'user_list'...
remote: Counting objects: 76, done.
remote: Total 76 (delta 0), reused 0 (delta 0), pack-reused 76
Unpacking objects: 100% (76/76), done.
Checking connectivity... done.
vagrant@mdo3:~/.drush$ drush user-list
Command user-list needs a higher bootstrap level to run - you will   [error]
need to invoke drush from a more functional Drupal environment to run
this command.
Command user-list requires Drupal core version 6 or 7 to run.        [error]
The drush command 'user-list' could not be executed.                 [error]
vagrant@mdo3:~/.drush$
@jbickar
Copy link
Owner

jbickar commented Nov 16, 2017

Well you would have to run it from within a Drupal directory (or use an alias or pass --root=/path/to/drupal), but regardless, I haven't done any work to port this to D8 yet.

@warrenmelnick
Copy link

Here is a 95% complete patch for Drupal 8. It supports everything except for multiple roles. Enjoy!
userlist-drupal8.patch.gz

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

No branches or pull requests

3 participants