helios-server
helios-server copied to clipboard
Helios server
Hello everyone How do I add the administrator user? I don't want to connect it with google or another external service Thank you
I need to access some of election custom field from ```helios_election``` table inside template files Example : ```heliosbooth > templates > header.html``` And I had find out that all variables...
I am at the step **Review your Ballot** and I can see the following information: > Your ballot tracker is …, and you can [print](https://elections.opensuse.org/booth/vote.html?election_url=%2Fhelios%2Felections%2Ff431df28-dfd8-11ea-a23d-5254005ec09e#) it. So I press [print](https://elections.opensuse.org/booth/vote.html?election_url=%2Fhelios%2Felections%2Ff431df28-dfd8-11ea-a23d-5254005ec09e#)...
Hello, I have a user base with encrypted password on the my system. I have the verification code if the password is true, I made a change in helios_auth/auth_systems/password.py, adding...
This is a feature request, admittedly might not be something you're looking at anytime soon: Could Helios support generating a random sample from a list of voters securely? This is...
Is there any version of helios-server on javascript language
Currently election mails typically go out as `, , ` In a typical scenario I need to copy and paste both, ID and password - which is a hassle e.g....
Hi How do I login as administrator with password authentication? add a user with admin permissions, but can't login, which should i verify? Furthermore, I cannot enter with any user....
Hello. I was following the the instructions on INSTALL.md and got the following error after entering the command $ pip install -r requirements.txt ERROR: Command errored out with exit status...
I was analysing the Helios code and I noticed that the toJSONObject of the Trustee class is calling ` HELIOS.jsonify_list_of_list(this.decryption_proofs)` but I don't find that function. I think that probably...