mt85 / IT490-Determination

Repo for Group Determination
0 stars 0 forks source link

Login Response Handling #13

Open mt85 opened 4 years ago

mt85 commented 4 years ago

When handling Login an error response must be shown to the user. The message should be user friendly and not contain technical information.

A successful login should redirect to a home or dashboard page. A successful response should save the user details inside the PHP session variable under the key "user".