Skip to content
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

Allow anonymous voting #473

Closed
umputun opened this issue Nov 6, 2019 · 1 comment · Fixed by #541
Closed

Allow anonymous voting #473

umputun opened this issue Nov 6, 2019 · 1 comment · Fixed by #541
Assignees
Milestone

Comments

@umputun
Copy link
Owner

umputun commented Nov 6, 2019

Currently, anonymous users can't vote. This is not a bug but expected behavior as we had no way to prevent abuse in such a case. However, with #400 in place, we may allow it.

This is going to be a new param (disabled by default) and in case of votes IP check disabled, will show a warning in logs.

triggered by #472

@paskal
Copy link
Sponsor Collaborator

paskal commented Dec 26, 2019

Now there is an anon_vote option in /config endpoint and in case it's true, an anonymous user is allowed to vote.
What is missing is frontend support for it: currently, the anonymous user is always restricted from voting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants