In drupalit.module is a anonymous voting bug.
If you want to enabel anonymous voting.

Edit:
//if the user has no access
elseif (!user_access('user_access')) {

to:
//if the user has no access
elseif (!user_access('vote drupalit')) {

Comments

apanag’s picture

Status: Active » Closed (fixed)

You 're right!

Thanks!