Opened 18 years ago
Last modified 5 years ago
#923 new defect
Vote from anonymous not counted more than once
Reported by: | gerryg | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | PollMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
After installing tracpoll 0.1 a vote from 'anonymous' is not counted more often than once.
That's how I call the plugin:
[[Poll(Do you like the project?; Yes; No; Don't know)]]
After the first anonymous vote the result looks like this:
- Yes (gerry, anonymous)
- No
- Don't know
After voting again as anonymous it changes to this:
- Yes (gerry)
- No (anonymous)
- Don't know
From what I remember it used to be like this after the second vote:
- Yes (gerry, anonymous)
- No (anonymous)
- Don't know
Is this intentionally done like that? I understand, that double votes can change the result. But if anonymous users are allowed to vote, I'd prefer if every vote is counted.
Attachments (0)
Change History (7)
comment:1 Changed 17 years ago by
comment:4 Changed 15 years ago by
Summary: | anonymous vote not counted more than once → Vote from anonymous not counted more than once |
---|
Related to #195.
comment:5 Changed 14 years ago by
Owner: | changed from Alec Thomas to Ryan J Ollos |
---|
Reassigning ticket to new maintainer.
comment:6 Changed 14 years ago by
We should probably implement the handling of users in the same way that the VotePlugin is implemented. That is, a user must have a valid session (via /prefs) in order to vote.
comment:7 Changed 5 years ago by
Owner: | Ryan J Ollos deleted |
---|
I would like anonymous votes to count also.