lonnieezell / myth-auth

One-stop Auth package for CodeIgniter 4
MIT License
637 stars 208 forks source link

Add new command of list registered. #519

Closed ksevendev closed 2 years ago

ksevendev commented 2 years ago
C:\www>php spark auth:list_users 

CodeIgniter v4.1.9 Command Line Tool - Server Time: 2022-04-27 23:18:38 UTC-03:00

+---------+----------+----------------------+
| User ID | Username | E-Mail               |
+---------+----------+----------------------+
| 1       | admin    | anjsuporte@gmail.com |
+---------+----------+----------------------+
MGatner commented 2 years ago

This would be nice to have. I would like #517 to get in first so we can run this against the updated workflows. Please add some tests - you can compare to the tests for ListGroups.