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
_users
Describe the bug Note: this may actually be intended behaviour.
I tried to access the _users table (via /api/tables/_users/rows) in an instance of soul-cli with auth disabled. I got this error:
/api/tables/_users/rows
soul-cli
{"message":"You can not access this endpoint while AUTH is set to false"}
If the admin has decided to run soul-cli with auth disabled, shouldn't it be possible to see all data?
To Reproduce Steps to reproduce the behavior:
Expected behavior View the contents of the _users table.
Screenshots If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Note: this may actually be intended behaviour.
I tried to access the
_users
table (via/api/tables/_users/rows
) in an instance ofsoul-cli
with auth disabled. I got this error:If the admin has decided to run
soul-cli
with auth disabled, shouldn't it be possible to see all data?To Reproduce
Steps to reproduce the behavior:
/api/tables/_users/rows
Expected behavior
View the contents of the
_users
table.Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: