In some (larger) companies usernames are rather anonymous strings. So many places of 4Minitz render rather "useless".

Meanwhile we have LDAP and standard users and both ways ensure we should have a profile.name attribute of every user that is human readable. We should use this wherever possible and create robus fallback if profile.name is not available.
Preparation
Views to fix
In some (larger) companies usernames are rather anonymous strings. So many places of 4Minitz render rather "useless".

Meanwhile we have LDAP and standard users and both ways ensure we should have a profile.name attribute of every user that is human readable. We should use this wherever possible and create robus fallback if profile.name is not available.
Preparation
/import/Userclass to offer robust retrieval ofusernameandprofile.nameeven if user is not available (hard delete in DB) or has no profile.name set.Views to fix