# Configuración de perfiles

**URL:** https://community.glideapps.com/t/configuracion-de-perfiles/87053
**Category:** Ask for Help
**Created:** [May 11, 2026, 3:37pm UTC](https://community.glideapps.com/t/configuracion-de-perfiles/87053 "2026-05-11T15:37:41Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Victor\_Mansilla](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/victor_mansilla/32/91646_2.png) [@Victor\_Mansilla](https://community.glideapps.com/u/Victor_Mansilla)
#### Post date: [May 11, 2026, 3:37pm UTC](https://community.glideapps.com/t/configuracion-de-perfiles/87053/1 "2026-05-11T15:37:41Z")

</div>

hola buenas, necesito configurar mi app para que cada usuario que presione “Agregar Perfil” cree automáticamente una cuenta personal con usuario y contraseña dentro de la app.

Quiero que cada perfil quede vinculado únicamente a su propietario y que solo ese usuario pueda modificar su propio perfil desde la app, sin acceder a las tablas de datos.

Las modificaciones deben hacerse directamente desde su perfil público/privado dentro de la aplicación, por ejemplo:

- cambiar fotos,
- editar descripción,
- modificar datos de contacto,
- actualizar servicios,
- horarios,
- ubicación, etc.

También necesito que:

- otros usuarios no puedan editar perfiles ajenos,
- el botón “Editar perfil” solo aparezca para el propietario,
- y que el sistema funcione usando permisos y autenticación de Glide.

¿Cuál es la mejor forma de hacerlo usando User Profiles, Row Owners, Roles y pantallas de edición dentro de Glide?  
desde ya muchas gracias por la info..

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [May 11, 2026, 3:45pm UTC](https://community.glideapps.com/t/configuracion-de-perfiles/87053/2 "2026-05-11T15:45:07Z")

</div>

> [@Victor\_Mansilla](#):
>
> creates a personal account with a username and password within the app.

Username and password is not a supported authentication method in Glide. If you attempt to create your own authentication method, it will not be secure because you will be storing usernames and passwords in plain text. It will be very easy for other users to find and abuse someone else’s username and password. Only use authentication methods provided by Glide, such as the email Pin or Google authentication methods.

When a user signs in the proper way, a user row will automatically be created for them.

> **[Authentication - App Settings | Glide Docs](https://www.glideapps.com/docs/getting-started/app-settings#authentication)**
>
> App Settings is where you can customize your app's appearance, integrate with other tools, adjust privacy settings, add user agreements, and much more. | Update your apps design, privacy, and data settings.

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [May 12, 2026, 9:00am UTC](https://community.glideapps.com/t/configuracion-de-perfiles/87053/3 "2026-05-12T09:00:24Z")

</div>

1. Set up your Users table.
2. Set up your User Profile tab.
3. Connect the Users Profile tab to the Users table by configuring the 4 main data points: name, email, image/photo, role.
4. Create the layout of the User Profile as you like with text, images, an edit button, and so on.

* * *

1. Configura la tabla «Usuarios».
2. Configura la pestaña «Perfil de usuario».
3. Vincula la pestaña «Perfil de usuario» a la tabla «Usuarios» configurando los cuatro campos principales: nombre, correo electrónico, imagen/foto y rol.
4. Diseña el perfil de usuario a tu gusto con texto, imágenes, un botón de edición, etc.

> **[User Profiles | Glide Docs](https://www.glideapps.com/docs/essentials/security-and-user-data/user-profiles)**
>
> Define, store, and use data on your app's users.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [May 19, 2026, 9:01am UTC](https://community.glideapps.com/t/configuracion-de-perfiles/87053/4 "2026-05-19T09:01:13Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
