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
User search in the API now fails due to null pointer since the code checks ctx.User.IsAdmin. If not logged in (no token or authorization) this fails.
Version: v1.8.0
The text was updated successfully, but these errors were encountered:
Fixes go-gitea#6881 - API users search fix
3b8945f
Fixes #6881 - API users search fix (#6882)
6db3dc7
Fixes go-gitea#6881 - API users search fix (go-gitea#6882)
cf3c1ea
Fixes #6881 - API users search fix (#6882) (#6885)
c8fc7fc
Successfully merging a pull request may close this issue.
User search in the API now fails due to null pointer since the code checks ctx.User.IsAdmin. If not logged in (no token or authorization) this fails.
Version: v1.8.0
The text was updated successfully, but these errors were encountered: