hash username+password - log in
As a systems administrator I would like to apply some rules/string manipulation to the email and password (that will always have the same output while the input is the same) to produce a key so that we can use the key to find the user's entry on the account table/s and verify that its them Given the email and password is submitted When logging in Then the system will hash that can be used as a key for log in
Edited by Finlay White