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