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

Guild creation error #35

Open
1 task done
IvanM014 opened this issue Feb 1, 2025 · 1 comment
Open
1 task done

Guild creation error #35

IvanM014 opened this issue Feb 1, 2025 · 1 comment

Comments

@IvanM014
Copy link

IvanM014 commented Feb 1, 2025

Priority

Medium

Area

App

What OS are you seeing the problem on?

Linux

Browser

Chrome

What happened?

You just can create a Guild if you put the password wrong. I already resolved, but I don't know how to push it.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@IvanM014
Copy link
Author

IvanM014 commented Feb 1, 2025

Search this line "if(Argon::checkPassword($filter_pass, $dbAccountLogged->password, $dbAccountLogged->id)){" and change it for: "if(!Argon::checkPassword($filter_pass, $dbAccountLogged->password, $dbAccountLogged->id)){"

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

No branches or pull requests

1 participant