Open aadii2504 opened 5 months ago
Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.
This issue has been marked as stale because it has been inactive for more than 7 days. It will be closed if no further activity occurs in the next 10 days. Please update if you want to keep it open.
Is there an existing issue for this?
Describe the bug
When attempting to log in without entering any data in the input fields, the login form allows successful login without any validation, which poses a security risk and compromises the integrity of the authentication process.
Expected behavior
The login form should prevent submission and display appropriate validation feedback when attempting to log in without entering the required credentials. This feedback should prompt the user to enter their username/email and password before proceeding with the login process.
Add ScreenShots
What browsers are you seeing the problem on?
Chrome
Record
Take a look it will take only 2 seconds
Solution Status:
The issue has been resolved locally, and the form now provides appropriate validation feedback when attempting to Login without filling out the required fields.
After
I can also solve for Registration form. this one is also done locally