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.
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.