Actually the web user shouldn't have permission to update results.

This commit is contained in:
Bradley M. Kuhn 2014-02-11 19:33:29 -05:00
parent 9793479ce0
commit df78abfbd1

2
README
View file

@ -99,7 +99,7 @@ read the GNOME Foundation's instructions as secondary information).
GRANT SELECT on somedb.election_voters TO someuser@localhost;
GRANT SELECT,INSERT on somedb.election_anon_tokens TO someuser@localhost;
GRANT SELECT,INSERT on somedb.election_votes TO someuser@localhost;
GRANT SELECT,INSERT on somedb.election_results TO someuser@localhost;
GRANT SELECT on somedb.election_results TO someuser@localhost;
2. Create an election, with something like this: