bytecode0101 / uCRM

A micro CRM
5 stars 3 forks source link

Login #9

Open sallysway opened 9 years ago

sallysway commented 9 years ago

As a [Client] I want to [login] to the system in order to [start shopping] --Client is be prompted by the system to enter an ID and password. System checks ID in Client database. If ID and respective password match, enter client account --Alternatively, if ID is found in database, but password does not match ID, client is offered the “Forgot password” option --Client is sent by email the password associated with account --Login session expires after 1h and Client is prompted to Login again --Alternatively, if Client is not found in database , Client is prompted to register as a new client(?) --Acceptance criteria: client has been registered in the database prior to login attempt. ID and password match. No null entries in either login or password