Requesting access
GPSpedia does not support self-registration. Access is granted manually by an administrator after you submit a request. To request access:- Open GPSpedia in your browser. The login screen includes a contact form.
- Fill in your name, organization, and intended use.
- Submit the form. An administrator will review the request and provision your account.
- Once your account is ready, you’ll receive your username and a temporary password through the agreed contact channel.
Usernames are permanent. They cannot be changed after your account is created, so ensure the administrator uses the correct username when provisioning your account.
Logging in
When you open GPSpedia, the login modal appears automatically if no valid session is detected.Enter your credentials
Type your username into the Usuario field and your password into the Contraseña field.
Forgot password
If you’ve forgotten your password, use the ¿Olvidaste tu contraseña? link on the login modal. This initiates a password reset flow. Because accounts are manually managed, the process may involve contacting your administrator directly depending on how your organization has configured the reset workflow.Session management
GPSpedia uses a persistent client-side session stored in your browser’slocalStorage.
How it works:
- On successful login, your user data and a session token are written to
localStorageunder the keygpsepedia_session. - Each time you open the app, it reads this stored session and validates the token with the server before granting access.
- If the token is valid, you’re logged in automatically — no need to re-enter credentials.
- If the token is invalid or expired, the app logs you out and displays the login modal with the message “Tu sesión ha expirado.”
Logging out
To log out manually, open the user menu and select Cerrar sesión. This clears the stored session fromlocalStorage and returns you to the login screen.
Log out explicitly when using a shared or public device. Your session will not expire locally until it expires on the server.
User roles
Every GPSpedia account is assigned one of three roles at creation. Your role determines what sections and actions you can access.Tecnico
Tecnico
The base role for field technicians and installers.Access includes:
- Full read access to the vehicle catalog (Cortes section)
- Step-by-step installation tutorials (Tutoriales section)
- Relay configuration diagrams (Relay section)
- Real-time vehicle search
- Voting on cut point entries
Supervisor
Supervisor
An elevated role for team leads and senior technicians.Access includes:
- Everything available to Tecnico
- Additional management views for monitoring team activity
- Elevated permissions for content interactions
Jefe (Gefe)
Jefe (Gefe)
Full administrative access.Access includes:
- Everything available to Supervisor
- User account management (create, deactivate, assign roles)
- Catalog content management (add, edit, remove entries)
- Platform configuration and administrative settings
Your role is set by the administrator when your account is created. If you need elevated access, contact your Jefe to request a role change.