[Blocker] Fix: Show usernames for all members in admin panel
Published on February 7, 2026
## GitHub Update
**Repository:** [MKWcorp/berkomunitas](https://github.com/MKWcorp/berkomunitas)
**Author:** multimediadrw
**Date:** 2/7/2026, 10:51:45 AM
**Commit:** [`d367ef6`](https://github.com/MKWcorp/berkomunitas/commit/d367ef65eb9c6fb149f9e253e0800dde1f35a666)
### Commit Message
Fix: Show usernames for all members in admin panel
- Add display_name fallback for members without username
- Show 'user{id}' for legacy members without username/display_name
- Fixes issue where member list showed blank usernames
Improvements:
- Query now includes display_name from user_usernames table
- Fallback chain: username -> display_name -> 'user{id}'
---
_This story was imported from historical commits._