ASE-2024-BugBusters / JoyJoin

JoyJoin a place to connect people
http://13.38.253.17:3005/
0 stars 1 forks source link

User Registration #20

Open JosipHarambasic opened 6 months ago

JosipHarambasic commented 6 months ago

Decision: Must Requirement: Registration T-Shirt: L As a: new user, I want: to register for an account by providing my email, username, and password, So that: I can create a personalized profile and start participating in the community.

AC: • The user should be redirected to the registration page when he wants to register • The password must contain at least 8 characters, including one uppercase, one lowercase, and one special character. • The password must be entered twice to verify it and prevent errors. • Registration requires a valid email address with a single ’@’ and a single ’.’. • After successful registration, users are redirected to the login page.