Displays a user's username instead of their full name across OSSN UI by applying a fetch-time override to user objects.
This component:
- Does not modify database records
- Is reversible (disable/delete component)
- OSSN >= 8.6 (adjust requirement if needed)
- Zip the component folder (see below)
- Admin Panel → Components → Component Installer
- Upload the zip and enable DisplayUsernames
- Admin Panel → Components → Disable
- (Optional) Delete the component
- Clear cache
- This changes runtime display fields (
fullname,first_name,last_name), so emails/notifications/3rd-party components may also show usernames. - If you want to show
@usernameinstead ofusername, edit the component to prefix@.
- 1.0: Initial release. Displays @username instead of full name.
Please open a GitHub Issue for bug reports or feature requests: