{
"title": "Email Authentication with Password Validation",
"description": "As a user, I want to register and login using my email and password, so that I can securely access the system and ensure my password meets complexity rules.",
"acceptance_criteria": [
{
"id": "ac_1",
"text": "Given a user on the registration page, when they enter a password less than 8 characters, then the system rejects it and shows an error.",
"criterion_type": "Given-When-Then"
}
],
"labels": [
"FR"
]
}