Actions
User story #6826
closedImplement Display Names additionally to login names
Status:
Resolved
Priority:
2
Assignee:
-
Category:
Web - UI & UX
Target version:
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
No
Description
Please add an additional field to the user management, that would mean the display name.
Example in rudder-users.xml:
<user name="ts20429" display="Tobias Simons" password="LDAP" role="user" />
This would then be user for greeting, like: "Welcome, Tobias Simons" instead of "Welcome, ts20429".
This Name could also be used in logging, as sometimes when the user is deleted from the AD Backend, it's hard to find out who ts20429 was...
For LDAP enabled, this could be also fetched from an arbitrary attribute of the user entry, like cn or displayName...
Actions