jobic10 / e-voting-with-django

The Voting System web application using Django is a project that serves as the automated voting system of an organization or school. This system works like the common manual system of election voting system whereas this system must be populated by the list of the positions, candidates, and voters. This system can help a certain organization or school to minimize the voting time duration because aside they can provide the voters an online platform to vote, the system will automatically count the votes for each candidate. The system has 2 sides of the user interface which are the administrator and voters side. The admin user is in charge to populate and manage the data of the system and the voter side which is where the voters will choose their candidate and submit their votes.
MIT License
174 stars 61 forks source link

"OTP Response OTP could not be sent.Email/Password cannot be Null" #9

Closed aditya8983 closed 2 years ago

jobic10 commented 2 years ago

Hi Aditya, did you configure your own SMS Gateway provider ? You could disable OTP by toggling it in settings.py Do let me know if this helps

aditya8983 commented 2 years ago

can you tell how to configure it?

jobic10 commented 2 years ago

In settings.py kindly change SEND_OTP from True to False to bypass. However, if you'd like to still use SMS service, read more here or use a service of your choice by changing the body of the function as seen here