Actually the web user shouldn't have permission to update results.
This commit is contained in:
parent
9793479ce0
commit
df78abfbd1
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -99,7 +99,7 @@ read the GNOME Foundation's instructions as secondary information).
|
||||||
GRANT SELECT on somedb.election_voters TO someuser@localhost;
|
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_anon_tokens TO someuser@localhost;
|
||||||
GRANT SELECT,INSERT on somedb.election_votes 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:
|
2. Create an election, with something like this:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue