Can users make their User ID visible on their profile?

Is there a way for users to see their own User ID when someone views their profile?

Right now, IDs are only visible to admins through the dashboard, but I’d like users to be able to display their ID publicly.

Is this something that can be enabled through admin settings, a component, or a plugin?
Let me know! Please

It should be doable in a theme component. The user ID is available without an additional request, so you’d only need some JavaScript to show it in a plugin outlet on the profile page.

What’s the use case? Why is knowing a random integer important?

2 Likes