Closed (fixed)
Project:
DrupalIt
Version:
5.x-1.3-a
Component:
User interface
Priority:
Normal
Category:
Bug report
Reporter:
Created:
10 May 2007 at 13:34 UTC
Updated:
5 Jul 2007 at 22:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tic2000 commentedIf you let anonymous users to vote it's easy to corrupt the vote on any system. The module checks for the IP only if there is no user id. If anyone knows a better system please let me know and I'll implement it.
Comment #2
DMG-1 commentedPerhaps a cookie as well as an IP check?
Comment #3
tic2000 commentedWell, cookies can be deleted as well. So this is not bullet proof either.
Comment #4
Anonymous (not verified) commentedI think that it must be nearly (if not totally) impossible to keep the same ANONYMOUS person from voting twice on anything. The current system sounds good in that regard.
There is the ability to vote twice, however, for registered users. I copied the url linked to from the vote option, then clicked on the url. It processed my vote. I pasted the URL into the address bar and hit enter. Once again, it processed my vote. I was able to increase the vote by two as a registered user even though I should only have been able to the first time.
If the system does not make "Vote" a link because it realizes that I have already voted, then the in the submit function, the same check should be made again.
I will try to work on this in a bit. If I have time.
Comment #5
Anonymous (not verified) commentedThis should fix the ability for a registered user to vote multiple times when they aren't supposed to.
Comment #6
tic2000 commentedComment #7
tic2000 commented