Can users make their User ID visible on their profile?

Custom Components -- add button or text at any plugin outlet is an example of how to stick some text anywhere that there’s a plugin outlet. I think you’ll need to create your own theme component to get access to the user_id.

I think you’d do something like this when you call your component:

        <YourIdComponent
          @user={{@user}}
        />
1 Like