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
reset-password subcommand generates a password, but in a CI context is should be interesting to check if an existing user matches a given password, to decide if it must be updated, and force it to a given value if needed
Suggestion
allow an option --password on reset-password subcommand
add a check-password subcommand returning a status
Alternatives Considered
source to input required password may be stdin or a prompt