fix security issue
[selectricity] / app / views / voter_notify / votestart.rhtml
1 Voter!
2
3 This is an automated message sent by Selectricity.
4
5 You have been listed as a voter in an upcoming election.
6
7 The election title: <%= @voter.election.name %>
8
9 To read more about the election, the candidates, and to vote, you will
10 need to use the following token to log in to Selectricity:
11   <%= @voter.password %>
12
13 Alternatively, you can just click this URL:
14   <%= votepassword_url( :host => 'selectricity.org', :urlpassword => @voter.password) %>
15
16 If you have any questions or if you feel you have received this message
17 in error, you should contact:
18
19   <%= @voter.election.user.login %> <<%= @voter.election.user.email %>>
20   (The initiator of this election)
21
22 Alternatively, if you feel there is a technical error, please contact:
23
24   team@selectricity.org
25   (Selectricity Tech Support)
26
27 Thanks and happy voting!
28 Selectricity Staff
29

Benjamin Mako Hill || Want to submit a patch?