The Rule:
The user will input credentials (email and password).
If credentials are valid, redirect to home page. Show an error message otherwise.
How to apply technique:
You can have a huge valid list of emails that could be used:
[email protected]
[email protected]
[email protected]
...
As we...