Skip to content

Fix Normal Sign-In flow (allow login only after signup) #182

Description

@nagarjunpl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrontendWork on the User Experience , on the Web designgssoc25level1

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions