== User Login ==== Actors: **Registered User (USER)** **1.** The user enters email and password.”. **2.** The system checks whether a user with these credentials exists. {{{#!sql SELECT * FROM user_entity WHERE email = 'user@email.com'; }}}