You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given I use drush 12.5.3
When I launch command vendor/bin/drush user-create foo --mail [email protected] --password foobar
I Receive this output
--------- ----------- ----------- --------------- -------------
User ID User name User mail User roles User status
--------- ----------- ----------- --------------- -------------
550895 [email protected][email protected] authenticated 1
--------- ----------- ----------- --------------- -------------
The probleme is, parseUserId is looking for this pattern /User ID\s+:\s+\d+/ which does not match.
So DrushDriver::userCreate fails with the output:
[warning] Unable to load user: zCUYaasa
In UserCommands.php line 387:
Unable to find any matching user
The text was updated successfully, but these errors were encountered:
Given I use drush 12.5.3
When I launch command
vendor/bin/drush user-create foo --mail [email protected] --password foobar
I Receive this output
The probleme is,
parseUserId
is looking for this pattern/User ID\s+:\s+\d+/
which does not match.So
DrushDriver::userCreate
fails with the output:The text was updated successfully, but these errors were encountered: