Counselllor / Counsellor-Web

Counselling/Recommendation System for new Undergrad Students
http://counsellor.social/
MIT License
70 stars 175 forks source link

Bug: If user does not exist must notify to user while login. #551

Open abhiperfect opened 3 months ago

abhiperfect commented 3 months ago

Describe the bug When a user attempts to log in with a non-existent account, there is no notification to inform the user that the account does not exist.

To Reproduce Steps to reproduce the behavior:

  1. Go to the login page.
  2. Enter an email and password for a non-existent account.
  3. Click on the 'Login' button.
  4. Observe the lack of notification or error message indicating that the account does not exist.

Expected behavior A clear notification should appear on the login screen informing the user that the account does not exist.

Screenshots Bad request error from server. Screenshot 2024-05-18 205056

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context This issue causes confusion for users as they are not informed about the non-existence of their account during login attempts. Implementing a notification system will improve user experience by providing clear and immediate feedback.

github-actions[bot] commented 3 months ago

Hello abhiperfect, Thanks for opening an issue, your contribution is valuable to us. The maintainers will review this issue and provide feedback as soon as possible.

abhiperfect commented 3 months ago

I would like to work in this issue.

thestarsahil commented 3 months ago

Thanks for letting know about this non-existent account notification update Good to Go !

thestarsahil commented 3 months ago

@abhiperfect Any update ?

abhiperfect commented 3 months ago

@abhiperfect Any update ?

I already made a PR regarding it.