Alisha98A / lumiere-dining

1 stars 0 forks source link

USER STORY: Log in to account #8

Closed Alisha98A closed 1 month ago

Alisha98A commented 1 month ago

As a user, I can log in to my account so that I can view and manage my bookings.

•   AC1: The login form must validate user credentials (username and password).
•   AC2: Upon successful login, users should be redirected to their account dashboard.
•   AC3: Invalid login attempts should display error messages.

This user story is part of [#5 Epic: User Authentication].

Alisha98A commented 1 month ago

Login functionality implemented successfully. The form validates user credentials (AC1), users are redirected to the dashboard upon successful login (AC2), and appropriate error messages are displayed for invalid login attempts (AC3). Closing this issue