Settings is the personal configuration area for every Corpointa user. Accessible atDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/EricMartinez758/corpointa-frontend/llms.txt
Use this file to discover all available pages before exploring further.
/settings, it groups account and interface options into a sidebar-navigated layout. Each section lives at its own sub-route, keeping concerns clearly separated: who you are, how you authenticate, how the interface looks, what notifications you receive, and which sidebar items are visible. All changes made here affect only the signed-in user’s account and local preferences.
Settings Sections
Datos Personales (Profile)
Route:
/settingsDisplays the user’s read-only identity information pulled directly from their account record: first name (nombre1), first surname (apellido1), cédula de identidad, correo electrónico, and system role. These fields are managed by an administrator through the Users module and cannot be edited here.Account
Route:
/settings/accountAccount-level preferences including display name, date of birth, and preferred interface language. Supported languages include English, French, German, Spanish, Portuguese, Russian, Japanese, Korean, and Chinese. The selected language controls the dashboard’s UI copy.Cambio de Contraseña (Password)
Route:
/settings/passwordAllows the signed-in user to change their own password without administrator involvement. The form requires the current password for verification, a new password (minimum 6 characters), and a confirmation field that must match the new password exactly. All three fields must pass validation before the update is submitted.Appearance
Route:
/settings/appearanceControls the visual theme and font family used throughout the dashboard. The theme can be set to Light or Dark. The font family is selected from a dropdown with four options: public-sans, inter, manrope, and system. Both preferences are applied immediately on save and persisted in browser cookies so they survive page reloads.Notifications
Route:
/settings/notificationsManages notification preferences. Users can choose their notification scope — all messages, direct messages and mentions only, or none. Email notification categories include communication emails, marketing emails, social emails, and security emails (security emails are always enabled and cannot be disabled). A separate option controls whether a different notification profile applies to mobile devices.Display
Route:
/settings/displayControls which items appear in the sidebar navigation. Users check or uncheck sidebar items (Recents, Home, Applications, Desktop, Downloads, Documents) to tailor the navigation to their workflow. At least one item must remain selected.Sidebar Navigation
The Settings layout uses a persistent left sidebar that lists all available sections. On desktop the sidebar is sticky so it remains visible while you scroll through longer form pages. On smaller screens the sidebar collapses and sections are accessed sequentially. The sidebar currently exposes two primary navigation items in the application:| Item | Route | Description |
|---|---|---|
| Datos Personales | /settings | Profile information view |
| Cambio de Contraseña | /settings/password | Password change form |
Appearance and Theme Persistence
Theme (
light / dark) and font family selections are stored in browser cookies and applied on every page load. Changes take effect immediately when you click Update preferences — no page refresh is required.RTL and Layout Direction
Corpointa includes support for right-to-left (RTL) text direction. The layout direction can be toggled from the Config Drawer, which is accessible via the toolbar icon in the top header bar on every page. This setting adjusts the entire interface layout and is independent of the Settings page.Password Requirements
Notification Preferences Reference
| Preference | Default | Can Disable? | Description |
|---|---|---|---|
| All new messages | — | — | Notify on every new message |
| Direct messages and mentions | — | — | Notify only on direct interaction |
| Nothing | — | — | Silence all notifications |
| Communication emails | Off | Yes | Account activity emails |
| Marketing emails | Off | Yes | New product and feature announcements |
| Social emails | On | Yes | Friend requests, follows, and similar |
| Security emails | On | No | Login and security alerts — always active |