If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
Other options:
no subject
Easy is to put in some text here:
extensions/Voting/template/en/default/pages/voting/user.html.tmpl
If you want to be tricky about it, you could probably check out:
Voting/Extension.pm
And change:
my $canedit = $user->id == $who->id;
to:
my $canedit = $user->id == $who->id && $who->id == 69;
but I make no guarantees for the latter :)