Overview
GIMA uses a secure authentication system to control access to asset management and maintenance features. This guide walks you through the login process, password management, and user role permissions.Logging In
Navigate to the login page
Open your browser and go to
/auth/login. You’ll see the GIMA login screen with:- Left panel: GIMA branding with security, efficiency, and control features
- Right panel: Login form
Enter your credentials
Fill in the login form:Usuario field:
- Located at the top with a User icon
- Enter your email address (e.g.,
Pedro_perez) - Input type: email with gray background (
bg-gray-100)
- Located below with a Lock icon
- Enter your password (e.g.,
Pedro123) - Click the Eye icon to toggle password visibility
- Uses
showPasswordstate to switch between text and password input types
Password Management
Forgot Password
If you’ve forgotten your password:- Click the “¿Olvidaste tu contraseña?” link on the login page (line 192)
- The link is styled in blue (
text-blue-600) and appears to the right of the remember me checkbox - Follow the password reset instructions sent to your registered email
Password Visibility Toggle
While entering your password:- Click the Eye icon to reveal your password as plain text
- Click the EyeOff icon to hide it again
- This uses the
showPasswordstate managed by the login component
User Roles and Permissions
GIMA supports multiple user roles with different permission levels:- Administrador
- Técnico
- Supervisor
- Desarrollador
Full system access including:
- User management (
/configuracion/User) - Asset creation, editing, and deletion
- Maintenance scheduling and approval
- System configuration
- Report generation and exports
- AI assistant access
Session Management
Active Session
Once logged in:- Your session remains active as long as you’re using the system
- The User icon in the top right (DashboardHeader) shows your logged-in status
- You can navigate freely between dashboard sections
Logging Out
To end your session:Click logout button
Scroll to the bottom of the sidebar and click the “Cerrar sesión” button:
- Located in the footer section (line 130 of Sidebar.tsx)
- Features a LogOut icon
- Styled with red hover effect (
hover:bg-red-500/20)
User Account Information
Your user profile includes:Available Departments
- Infraestructura - Infrastructure and facilities
- Laboratorios - Laboratory equipment
- Desarrollo - Software development
- Soporte - Technical support
- Marketing - Marketing and communications
- Finanzas - Finance and accounting
Troubleshooting
Cannot Log In
Invalid credentials error
Invalid credentials error
- Verify your email is spelled correctly
- Check if Caps Lock is enabled
- Use the eye icon to verify your password
- Try the “¿Olvidaste tu contraseña?” link
Account locked or disabled
Account locked or disabled
Your account may be set to
status: 'unavailable' in the user management system. Contact your administrator to:- Verify your account status
- Request account reactivation
- Check for any access restrictions
Page not loading
Page not loading
- Clear your browser cache
- Try a different browser
- Check your internet connection
- Verify you’re using the correct URL
Security Best Practices
Strong Passwords
Use passwords with:
- At least 8 characters
- Mix of letters, numbers, and symbols
- No common words or personal info
Session Security
- Don’t share your credentials
- Log out after each session
- Report suspicious activity
Device Safety
- Keep your devices updated
- Use antivirus software
- Avoid public Wi-Fi for sensitive operations
Account Monitoring
- Review your activity regularly
- Report unauthorized access
- Update your password periodically
Next Steps
After logging in, you can:Manage Assets
Create, categorize, and track your organization’s assets
Schedule Maintenance
Set up maintenance tasks and track their completion
Use AI Assistant
Get intelligent help with diagnostics and queries
Generate Reports
Create detailed reports for analysis and compliance