We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As per the title, if we invoke occ command:
./occ twofactor_totp:set-secret-verification-status -u not-existing-user false
then, the occ command exits with 0 code.
P.S. Also, the error are printed to standard output, should that not be to stderr?
stderr
The text was updated successfully, but these errors were encountered:
This might be very easy to fix. I did a similar thing last week in https://github.com/owncloud/ransomware_protection/pull/161 - so look there and maybe do similar.
Sorry, something went wrong.
No branches or pull requests
As per the title, if we invoke occ command:
then, the occ command exits with 0 code.
P.S. Also, the error are printed to standard output, should that not be to
stderr
?The text was updated successfully, but these errors were encountered: