You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: