Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/santiagodc8/tu_perfil.net/llms.txt

Use this file to discover all available pages before exploring further.

The profile page at /admin/perfil lets you view your account information and change your password. Access it by clicking ⚙️ Mi perfil at the bottom of the sidebar.

Account information

The top card shows your current account details — read-only:
FieldDescription
EmailYour login email address, as registered in Supabase Auth.
NombreYour full name as stored in the profiles table.
RolYour current role: admin or editor.
To change your email address or display name, ask another admin to update it via the Supabase Dashboard → Table Editor → profiles.

Changing your password

1

Enter your current password

Type your existing password in Contraseña actual. The form re-authenticates with Supabase before making the change to confirm your identity.
2

Enter the new password

Type your new password in Nueva contraseña. Minimum 8 characters.
3

Confirm the new password

Repeat the new password in Confirmar nueva contraseña. Both fields must match.
4

Click Cambiar contraseña

If the current password is correct and the new passwords match, supabase.auth.updateUser({ password: newPassword }) is called and your password is updated.A green success message appears: Contraseña actualizada correctamente.

Error messages

ErrorCause
La contraseña actual es incorrecta.The value in Contraseña actual does not match your Supabase Auth password.
La nueva contraseña debe tener al menos 8 caracteres.The new password is too short.
Las contraseñas no coinciden.Nueva contraseña and Confirmar nueva contraseña do not match.
After changing your password, your current session remains active. Other devices where you are logged in may be signed out depending on Supabase session settings.

Build docs developers (and LLMs) love