login error - log in
As a user I would like an error message (eg invalid password) so that I can be informed my login attempt was a failure Given a key is not found When looking for an account with matching hashing key Then the user will be provided with an error message
Given that the email/username entered is in the table when a hashed key is not found in either table the user is informed that the username is in the table but the key was not then an error message will occur saying that the passworkd was incorrect given a key is not found and the username is also not found then an error saying invaliid details will appear
Edited by Finlay White