Skip to content

Cannot filter users by authenticated role #104

Open
@richardbporter

Description

@richardbporter

Given users:

+---------+----------+-------------------+---------------+--------+-------------------------+
| User ID | Username | User mail         | User roles    | Status | Last login              |
+---------+----------+-------------------+---------------+--------+-------------------------+
| 1       | admin    | [email protected] | authenticated | active | Thu, 01/01/1970 - 00:00 |
|         |          |                   | administrator |        |                         |
| 2       | foo      |                   | authenticated | active | Thu, 01/01/1970 - 00:00 |
|         |          |                   | editor        |        |                         |
+---------+----------+-------------------+---------------+--------+-------------------------+

Running drush users:list --roles authenticated results in:

In UsersCommands.php line 124:
                   
  No users found.                

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions