You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Crowd does not seem to offer an obvious way to change the display name of an internally configured user. It defaults to "First Last" in all applications using crowd. Is there a way to change the display name like there is for LDAP directories, for example?
Not an obvious way as far as I can think of. You could apply a transformation in 90% of the cases without too much hassle if you modified Crowd's source (you'd want to wrap the ApplicationServiceGeneric or DirectoryManagerGeneric classes), but it's not something Crowd officially supports (and Atlassian doesn't support apps where modifications have been made to their source, so you'd need to seek support from one of our Expert partners).
In an LDAP connector directory, you might be able to hack an order-switch by configuring the first name as the last name and vice versa, but that doesn't help you for your internal directory case.
Thank you for the response. I would ideally like to do this with a plugin that listens to attribute related events and changes the affected user's display name accordingly. Alas, it seems to be impossible to get a hold of the directory object that would let me do this. Am I missing something?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.