Here’s an example of how to phrase your requirements:
Copy
"The system should allow users to log in with their email and password with high priority.Users should also be able to reset their password through email verification with medium priority."
The system must ensure that passwords are encrypted and not stored in plain text.After a successful login, the system must maintain the user's session until they log outor the session expires after a defined period of inactivity.The system must lock an account after 5 consecutive failed login attempts and provideinstructions to reset the password.