Currently, the normal email/password login is not working correctly.
Expected Behavior:
-
On first time, users must sign up with a valid email and password.
-
On subsequent logins, only registered users should be allowed to log in.
-
Invalid credentials should show an error message and not allow login.
This will ensure proper authentication flow and prevent fake or unauthorized logins.
Currently, the normal email/password login is not working correctly.
Users are able to log in with fake/unregistered credentials.
Email verification is not being checked.
Expected Behavior:
On first time, users must sign up with a valid email and password.
On subsequent logins, only registered users should be allowed to log in.
Invalid credentials should show an error message and not allow login.
This will ensure proper authentication flow and prevent fake or unauthorized logins.