Modify ↓
#54 closed defect (duplicate)
Poll macro 'anonymous' votes
Reported by: | Owned by: | Alec Thomas | |
---|---|---|---|
Priority: | normal | Component: | PollMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
Two questions:
- Is there a quick way for me to remove all anonymous votes from ALL polls on a particular page?
- I'd like to block anonymous voting happinging in the future - how would I do this?
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Your second issue is related to #1, in that TracPermissions are not enforced by the PollMacro. Once permsisions are added, making the page read-only to anonymous users should resolve this.
For your second issue there is no easy way, though you could de-pickle the object and remove the anonymous users using some Python code.