-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mark-active and mark-inactive seem to affect the active user and not the selected one #86
Comments
Jochen, note that the order of the The subcommands of the
Your command default the user to your user and marked you as inactive instead. |
Also worth noting that perhaps using interactive mode would have prevented this:
If you have ideas of how to improve the user experience, do share 😉 |
Thank you for clarification @mprpic ! My idea would be to force the /Jochen |
Making it optional and defaulting to the current user could have inadvertently updated your own user if you forgot to specify the target user. Requiring a value makes the update or reset token action more explicit. Resolves #86
See linked MR where I made the |
Making it optional and defaulting to the current user could have inadvertently updated your own user if you forgot to specify the target user. Requiring a value makes the update or reset token action more explicit. Resolves #86
Hey there,
I tried to mark a user inactive (user -u [email protected] update --mark-inactive), got the response that the update went through but can't use the API afterwards. So one of my colleagues checked within their account and could confirm, that my account has been set inactive instead of the one that was planned to be set inactive.
However my colleagues are not able to reactivate my account, all tags with --mark-(in)active seem to affect the active user only, not the one selected with -u username.
Affected versions seem to be 1.2.x up to 1.4.0
Thank you,
CERT@VDE
/jochen
The text was updated successfully, but these errors were encountered: