Get core user account information
- User::getAttributes() returns user model's fields without hidden ones like the passord
- User::getInformation() returns an arrray with these attributes as keys.
- LoginDashboardController uses Auth facade
- The 'home' blade view has now access to the user account main properties as $user.