# ¿Pueden los usuarios hacer visible su User ID en su perfil?

**URL:** https://meta.discourse.org/t/can-users-make-their-user-id-visible-on-their-profile/394001
**Category:** Development
**Created:** [21 Enero, 2026 16:20 UTC](https://meta.discourse.org/t/can-users-make-their-user-id-visible-on-their-profile/394001 "2026-01-21T16:20:21Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [22 Enero, 2026 14:56 UTC](https://meta.discourse.org/t/can-users-make-their-user-id-visible-on-their-profile/394001/8 "2026-01-22T14:56:56Z")

</div>

[Custom Components -- add button or text at any plugin outlet](https://meta.discourse.org/t/custom-components-add-button-or-text-at-any-plugin-outlet/349629) es un ejemplo de cómo fijar algún texto en cualquier lugar donde haya un _plugin outlet_ (salida de complemento). Creo que necesitarás crear tu propio componente de tema para obtener acceso al `user_id`.

Creo que harías algo como esto al llamar a tu componente:

```plaintext
        <YourIdComponent
          @user={{@user}}
        />

```

---

_[View the full topic](https://meta.discourse.org/t/can-users-make-their-user-id-visible-on-their-profile/394001)._
