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

Insertions invalid sql #5

Open
BogdanBrizhaty opened this issue May 24, 2020 · 1 comment
Open

Insertions invalid sql #5

BogdanBrizhaty opened this issue May 24, 2020 · 1 comment

Comments

@BogdanBrizhaty
Copy link

This line in here swaps password and email with each other, so email equals 'admin' and password to actual email

INSERT INTO LoginTable VALUES ('admin@clinic.com' ,'admin' , 3)

@Mr-Cupcake
Copy link
Contributor

Mr-Cupcake commented Jun 21, 2022

#9
I have created a new pull request, if this gets added the problem will be solved.

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

2 participants