-
Notifications
You must be signed in to change notification settings - Fork 59
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
every vote an IP #111
Comments
I encountered something similar a little while ago as I had the need for any user to be able to vote, rather then basing it on IP As this poll feature I used was only published to target 1 company who resided in 1 office (so everyone had the same external IP) I got around that by using the request session rather then the request IP edit:
|
I'll be working on that for the next release. |
Hi @akiyamaSM Just a touch base, do you plan to fix this? |
@omidMolaverdi Not any soon. I'd be happy to see a PR from you. |
Hi,
Thank you for your package. I encountered an issue that blocks my way forward.
It seems that you have locked an IP one vote however, there should be a freedom of vote interval for voting otherwise it won't work for the websites proxied by e.g. Cloudflare that the IP addresses are limited.
I normally cope with this issue by defining a freedom of voting variable and set it to a value like 1 hour. In your case it would be rewriting the following function with the added extra line:
The other difficult policy in this package is to edit the options by the admin. Obviously, there may be always typos and your current policy does not allow any adjustment to the option after the first vote.
The text was updated successfully, but these errors were encountered: