Logging In
To access the system, you’ll need valid credentials provided by your system administrator.Navigate to the Login Page
Open your browser and go to the application URL. You’ll be automatically redirected to the login page if you’re not authenticated.
Enter Your Credentials
Enter your username (Nombre de Usuario) and password (Contraseña) in the respective fields.
Click Accept
Click the Aceptar button to submit your credentials. The button will show “Iniciando sesión…” while processing.
User Roles and Permissions
The system implements role-based access control with different permission levels:CONSULTA Role (Read-Only)
Users with theCONSULTA role have read-only access:
- Can view request details and expedientes
- Cannot edit or modify any information
- Form fields and save buttons are disabled
- A warning message displays: “Solo tienes permisos de lectura. No puedes editar este expediente.”
Full Access Roles
Users with full access can:- Create new transparency requests
- Edit and update existing expedientes
- Manage files and documents
- Generate reports and statistics
- Modify request status and deadlines
The system automatically determines your permissions based on your assigned role. If you need different access levels, contact your system administrator.
Authentication Features
Secure Token Management
The system uses JWT (JSON Web Token) authentication:- Tokens are securely stored in the browser
- Authentication state persists across page reloads
- Automatic session management
- Secure API communication
Session Handling
- Sessions remain active during normal use
- Inactive sessions may expire for security
- You’ll be redirected to login if your session expires
- Use
forceLoad: truefor clean navigation after login
Troubleshooting Login Issues
Invalid Credentials
If you see an error message after attempting to login:- Verify your username and password are correct
- Check for typos or extra spaces
- Ensure Caps Lock is not enabled
- Contact your administrator if you’ve forgotten your password
Loading Issues
If the login button shows “Iniciando sesión…” indefinitely:- Check your internet connection
- Verify the API server is accessible
- Clear your browser cache and try again
- Contact technical support if the issue persists