Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Password #1

Open
SabbyDude opened this issue Feb 16, 2023 · 7 comments
Open

Incorrect Password #1

SabbyDude opened this issue Feb 16, 2023 · 7 comments

Comments

@SabbyDude
Copy link

I have added an entry in the voters sql but it keeps saying Incorrect Password even though it is correct

@CwabyDaniels
Copy link

I'm suffering from the same issue. Keeps saying incorrect Password

@Gamolive
Copy link

Try to convert it to hash string

@shreyas-0203
Copy link

WHat are the login credentials to sign in very first timre?
Everytime it throws Voter id not found.

@bacigala
Copy link

bacigala commented Oct 25, 2023

@shreyas-0203 there are no voters created by default, they need to be created in the admin menu OR imported to the database

@SabbyDude @CwabyDaniels passwords are stored in the database as an output of the function
password_hash(password, PASSWORD_DEFAULT)

@Vas007tk
Copy link

@bacigala so what exactly needs to be done to dodge the "incorrect password" issue?

@bacigala
Copy link

you have to edit records in the database, the column "password" in the table "admin" should contain hashed password, to hash a password, use a php function password_hash(password, PASSWORD_DEFAULT) where "password" is the password to be hashed, or you can use this webpage to generate the hash

the same applies to the table "voters"

@MAXTELS
Copy link

MAXTELS commented Nov 11, 2024

how can i access the admin dashboard ? the defauls user details says not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants