UC - Login to Dashboard
Status: Alpha
Brought to you by:
robbymillsap
Action: User logs into their account dashboard
Description: User selects a "Login" link and enters their username and password to access their account administration dashboard.
Database:
User accounts are stored in cz_user (username, password). Passwords are md5 encoded.
Service:
lib/CZUserService::getLoginUser(username, password); // password is cleartext
Requirement: